Skip to content

Commit add9b78

Browse files
ryanjbaxterolegz
authored andcommitted
Add missing project names
1 parent 983eea2 commit add9b78

File tree

12 files changed

+19
-1
lines changed
  • binders
  • core/spring-cloud-stream-integration-tests
  • schema-registry
    • spring-cloud-stream-schema-registry-client
    • spring-cloud-stream-schema-registry-core
    • spring-cloud-stream-schema-registry-server

12 files changed

+19
-1
lines changed

binders/kafka-binder/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>spring-cloud-stream-binder-kafka-parent</artifactId>
55
<version>5.0.0-SNAPSHOT</version>
6+
<name>${artifactId}</name>
67
<packaging>pom</packaging>
78
<parent>
89
<groupId>org.springframework.cloud</groupId>

binders/kafka-binder/spring-cloud-starter-stream-kafka/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<artifactId>spring-cloud-starter-stream-kafka</artifactId>
1010
<description>Spring Cloud Starter Stream Kafka</description>
1111
<url>https://projects.spring.io/spring-cloud</url>
12+
<name>${artifactId}</name>
1213
<organization>
1314
<name>Pivotal Software, Inc.</name>
1415
<url>https://www.spring.io</url>

binders/kafka-binder/spring-cloud-stream-binder-kafka-core/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<version>5.0.0-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-cloud-stream-binder-kafka-core</artifactId>
11+
<name>${artifactId}</name>
1112
<description>Spring Cloud Stream Kafka Binder Core</description>
1213
<url>https://projects.spring.io/spring-cloud</url>
1314
<organization>

binders/pulsar-binder/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>spring-cloud-stream-binder-pulsar-parent</artifactId>
55
<version>5.0.0-SNAPSHOT</version>
6+
<name>${artifactId}</name>
67
<packaging>pom</packaging>
78
<parent>
89
<groupId>org.springframework.cloud</groupId>

binders/rabbit-binder/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>spring-cloud-stream-binder-rabbit-parent</artifactId>
55
<version>5.0.0-SNAPSHOT</version> <!-- Do not remove. Ignore yellow warning -->
6+
<name>${artifactId}</name>
67
<packaging>pom</packaging>
78
<parent>
89
<groupId>org.springframework.cloud</groupId>

binders/rabbit-binder/spring-cloud-starter-stream-rabbit/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<version>5.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
10+
<name>${artifactId}</name>
1011
<description>Spring Cloud Starter Stream Rabbit</description>
1112
<url>https://projects.spring.io/spring-cloud</url>
1213
<organization>

binders/rabbit-binder/spring-cloud-stream-binder-rabbit-test-support/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<version>5.0.0-SNAPSHOT</version>
88
</parent>
99
<artifactId>spring-cloud-stream-binder-rabbit-test-support</artifactId>
10+
<name>${artifactId}</name>
1011
<description>Rabbit related test classes</description>
1112
<dependencies>
1213
<dependency>
@@ -27,6 +28,6 @@
2728
<artifactId>junit-jupiter</artifactId>
2829
<scope>compile</scope>
2930
</dependency>
30-
31+
3132
</dependencies>
3233
</project>

core/spring-cloud-stream-integration-tests/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,13 @@
109109
<skip>true</skip>
110110
</configuration>
111111
</plugin>
112+
<plugin>
113+
<groupId>org.sonatype.central</groupId>
114+
<artifactId>central-publishing-maven-plugin</artifactId>
115+
<configuration>
116+
<skipPublishing>true</skipPublishing>
117+
</configuration>
118+
</plugin>
112119
</plugins>
113120
</build>
114121

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>spring-cloud-stream-parent</artifactId>
77
<version>5.0.0-SNAPSHOT</version> <!-- Do not remove. Ignore yellow warning -->
8+
<name>${artifactId}</name>
89
<packaging>pom</packaging>
910
<parent>
1011
<groupId>org.springframework.cloud</groupId>

schema-registry/spring-cloud-stream-schema-registry-client/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>spring-cloud-stream-schema-registry-client</artifactId>
11+
<name>${artifactId}</name>
1112

1213
<dependencies>
1314
<dependency>

0 commit comments

Comments
 (0)