Skip to content

Commit 30e3bab

Browse files
spencergibbOlgaMaciaszek
authored andcommitted
Adds metadata to pom.xml
# Conflicts: # bom/pom.xml
1 parent ca1cfb8 commit 30e3bab

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

bom/pom.xml

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<name>spring-cloud-stream-release-build</name>
99
<description>Spring Cloud Stream Release Build</description>
1010
<version>5.0.0-SNAPSHOT</version>
11+
<url>https://github.com/spring-cloud/spring-cloud-stream</url>
1112
<parent>
1213
<groupId>org.springframework.cloud</groupId>
1314
<artifactId>spring-cloud-build</artifactId>
@@ -25,7 +26,34 @@
2526
</developerConnection>
2627
<tag>HEAD</tag>
2728
</scm>
28-
29+
<licenses>
30+
<license>
31+
<name>Apache License, Version 2.0</name>
32+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
33+
</license>
34+
</licenses>
35+
<developers>
36+
<developer>
37+
<id>olegz</id>
38+
<name>Oleg Zhurakousky</name>
39+
<email>oleg.zhurakousky at broadcom.com</email>
40+
<organization>Broadcom, Inc.</organization>
41+
<organizationUrl>https://www.spring.io</organizationUrl>
42+
<roles>
43+
<role>Project lead</role>
44+
</roles>
45+
</developer>
46+
<developer>
47+
<id>sobychacko</id>
48+
<name>Soby Chacko</name>
49+
<email>soby.chacko at broadcom.com</email>
50+
<organization>Broadcom, Inc.</organization>
51+
<organizationUrl>https://www.spring.io</organizationUrl>
52+
<roles>
53+
<role>Engineer</role>
54+
</roles>
55+
</developer>
56+
</developers>
2957
<properties>
3058
<maven-checkstyle-plugin.failsOnError>true</maven-checkstyle-plugin.failsOnError>
3159
<maven-checkstyle-plugin.failsOnViolation>true

0 commit comments

Comments
 (0)