Skip to content

Commit ed93375

Browse files
committed
Adds metadata to pom.xml
1 parent aa6550e commit ed93375

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

pom.xml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
<name>Spring Cloud Gateway</name>
1313
<description>Spring Cloud Gateway</description>
14+
<url>https://github.com/spring-cloud/spring-cloud-gateway</url>
1415

1516
<parent>
1617
<groupId>org.springframework.cloud</groupId>
@@ -39,11 +40,21 @@
3940
<developer>
4041
<id>sgibb</id>
4142
<name>Spencer Gibb</name>
42-
<email>sgibb at pivotal.io</email>
43-
<organization>Pivotal Software, Inc.</organization>
43+
<email>spencer.gibb at broadcom.com</email>
44+
<organization>Broadcom, Inc.</organization>
4445
<organizationUrl>https://www.spring.io</organizationUrl>
4546
<roles>
46-
<role>Project lead</role>
47+
<role>lead</role>
48+
</roles>
49+
</developer>
50+
<developer>
51+
<id>rbaxter</id>
52+
<name>Ryan Baxter</name>
53+
<email>ryan.baxter at broadcom.com</email>
54+
<organization>Broadcom, Inc.</organization>
55+
<organizationUrl>https://www.spring.io</organizationUrl>
56+
<roles>
57+
<role>developer</role>
4758
</roles>
4859
</developer>
4960
</developers>

0 commit comments

Comments
 (0)