Skip to content

Commit b6b9964

Browse files
committed
Adds metadata to pom.xml
1 parent 2fa5448 commit b6b9964

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

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>
@@ -28,6 +29,34 @@
2829
<module>docs</module>
2930
</modules>
3031

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

0 commit comments

Comments
 (0)