File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 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 >
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>
You can’t perform that action at this time.
0 commit comments