Skip to content

Commit ca1cfb8

Browse files
spencergibbOlgaMaciaszek
authored andcommitted
Adds metadata to pom.xml
1 parent 0aee3a7 commit ca1cfb8

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

pom.xml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
<version>5.0.0-SNAPSHOT</version> <!-- Do not remove. Ignore yellow warning -->
88
<name>${project.artifactId}</name>
99
<packaging>pom</packaging>
10+
<description>Spring Cloud Stream</description>
11+
<url>https://github.com/spring-cloud/spring-cloud-stream</url>
1012
<parent>
1113
<groupId>org.springframework.cloud</groupId>
1214
<artifactId>spring-cloud-build</artifactId>
@@ -22,6 +24,35 @@
2224
</developerConnection>
2325
<tag>HEAD</tag>
2426
</scm>
27+
<licenses>
28+
<license>
29+
<name>Apache License, Version 2.0</name>
30+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
31+
</license>
32+
</licenses>
33+
<developers>
34+
<developer>
35+
<id>olegz</id>
36+
<name>Oleg Zhurakousky</name>
37+
<email>oleg.zhurakousky at broadcom.com</email>
38+
<organization>Broadcom, Inc.</organization>
39+
<organizationUrl>https://www.spring.io</organizationUrl>
40+
<roles>
41+
<role>Project lead</role>
42+
</roles>
43+
</developer>
44+
<developer>
45+
<id>sobychacko</id>
46+
<name>Soby Chacko</name>
47+
<email>soby.chacko at broadcom.com</email>
48+
<organization>Broadcom, Inc.</organization>
49+
<organizationUrl>https://www.spring.io</organizationUrl>
50+
<roles>
51+
<role>Engineer</role>
52+
</roles>
53+
</developer>
54+
</developers>
55+
2556
<properties>
2657
<java.version>17</java.version>
2758
<objenesis.version>2.1</objenesis.version>

0 commit comments

Comments
 (0)