Skip to content

Commit adb0b01

Browse files
committed
Adds metadata to pom.xml
1 parent 82213ee commit adb0b01

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

pom.xml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
<version>3.2.2-SNAPSHOT</version>
3434
<packaging>pom</packaging>
3535
<name>Spring Cloud Kubernetes</name>
36+
<description>Spring Cloud Kubernetes</description>
3637

3738
<url>https://cloud.spring.io</url>
3839
<inceptionYear>2017</inceptionYear>
@@ -49,7 +50,28 @@
4950
<distribution>repo</distribution>
5051
</license>
5152
</licenses>
52-
53+
<developers>
54+
<developer>
55+
<id>sgibb</id>
56+
<name>Spencer Gibb</name>
57+
<email>spencer.gibb at broadcom.com</email>
58+
<organization>Broadcom, Inc.</organization>
59+
<organizationUrl>https://www.spring.io</organizationUrl>
60+
<roles>
61+
<role>lead</role>
62+
</roles>
63+
</developer>
64+
<developer>
65+
<id>rbaxter</id>
66+
<name>Ryan Baxter</name>
67+
<email>ryan.baxter at broadcom.com</email>
68+
<organization>Broadcom, Inc.</organization>
69+
<organizationUrl>https://www.spring.io</organizationUrl>
70+
<roles>
71+
<role>developer</role>
72+
</roles>
73+
</developer>
74+
</developers>
5375
<scm>
5476
<url>https://github.com/spring-cloud/spring-cloud-kubernetes</url>
5577
<connection>

0 commit comments

Comments
 (0)