Skip to content

Commit df92b26

Browse files
committed
Adds metadata to pom.xml
1 parent 832b46c commit df92b26

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

pom.xml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
<name>spring-cloud-bus-parent</name>
1212
<description>Spring Cloud Bus Parent</description>
13+
<url>https://github.com/spring-cloud/spring-cloud-bus</url>
1314

1415
<parent>
1516
<groupId>org.springframework.cloud</groupId>
@@ -29,6 +30,34 @@
2930
<module>docs</module>
3031
</modules>
3132

33+
<licenses>
34+
<license>
35+
<name>Apache License, Version 2.0</name>
36+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
37+
</license>
38+
</licenses>
39+
<developers>
40+
<developer>
41+
<id>dsyer</id>
42+
<name>Dave Syer</name>
43+
<email>david.syer at broadcom.com</email>
44+
<organization>Broadcom, Inc.</organization>
45+
<organizationUrl>https://www.spring.io</organizationUrl>
46+
<roles>
47+
<role>lead</role>
48+
</roles>
49+
</developer>
50+
<developer>
51+
<id>sgibb</id>
52+
<name>Spencer Gibb</name>
53+
<email>spencer.gibb at broadcom.com</email>
54+
<organization>Broadcom, Inc.</organization>
55+
<organizationUrl>https://www.spring.io</organizationUrl>
56+
<roles>
57+
<role>lead</role>
58+
</roles>
59+
</developer>
60+
</developers>
3261
<properties>
3362
<spring-cloud-commons.version>4.2.2-SNAPSHOT</spring-cloud-commons.version>
3463
<spring-cloud-stream.version>4.2.2-SNAPSHOT</spring-cloud-stream.version>

0 commit comments

Comments
 (0)