Skip to content

Commit 9d6e28d

Browse files
committed
Fixing artifactid
1 parent 8faa2e1 commit 9d6e28d

File tree

11 files changed

+11
-11
lines changed
  • binders
  • schema-registry
    • spring-cloud-stream-schema-registry-client
    • spring-cloud-stream-schema-registry-core
    • spring-cloud-stream-schema-registry-server

11 files changed

+11
-11
lines changed

binders/kafka-binder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>spring-cloud-stream-binder-kafka-parent</artifactId>
5-
<name>${artifactId}</name>
5+
<name>${project.artifactId}</name>
66
<version>4.1.6-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<parent>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +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>
12+
<name>${project.artifactId}</name>
1313
<organization>
1414
<name>Pivotal Software, Inc.</name>
1515
<url>https://www.spring.io</url>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<version>4.1.6-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-cloud-stream-binder-kafka-core</artifactId>
11-
<name>${artifactId}</name>
11+
<name>${project.artifactId}</name>
1212
<description>Spring Cloud Stream Kafka Binder Core</description>
1313
<url>https://projects.spring.io/spring-cloud</url>
1414
<organization>

binders/pulsar-binder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>spring-cloud-stream-binder-pulsar-parent</artifactId>
5-
<name>${artifactId}</name>
5+
<name>${project.artifactId}</name>
66
<version>4.1.6-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<parent>

binders/rabbit-binder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>spring-cloud-stream-binder-rabbit-parent</artifactId>
5-
<name>${artifactId}</name>
5+
<name>${project.artifactId}</name>
66
<version>4.1.6-SNAPSHOT</version> <!-- Do not remove. Ignore yellow warning -->
77
<packaging>pom</packaging>
88
<parent>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>4.1.6-SNAPSHOT</version>
88
</parent>
99
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
10-
<name>${artifactId}</name>
10+
<name>${project.artifactId}</name>
1111
<description>Spring Cloud Starter Stream Rabbit</description>
1212
<url>https://projects.spring.io/spring-cloud</url>
1313
<organization>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<version>4.1.6-SNAPSHOT</version>
88
</parent>
99
<artifactId>spring-cloud-stream-binder-rabbit-test-support</artifactId>
10-
<name>${artifactId}</name>
10+
<name>${project.artifactId}</name>
1111
<description>Rabbit related test classes</description>
1212
<dependencies>
1313
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>spring-cloud-stream-parent</artifactId>
7-
<name>${artifactId}</name>
7+
<name>${project.artifactId}</name>
88
<version>4.1.6-SNAPSHOT</version> <!-- Do not remove. Ignore yellow warning -->
99
<packaging>pom</packaging>
1010
<parent>

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

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

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

1313
<dependencies>
1414
<dependency>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>spring-cloud-stream-schema-registry-core</artifactId>
5-
<name>${artifactId}</name>
5+
<name>${project.artifactId}</name>
66

77
<parent>
88
<artifactId>spring-cloud-stream-schema-registry</artifactId>

0 commit comments

Comments
 (0)