Skip to content

Commit 8a6a2ef

Browse files
committed
Update SNAPSHOT to 5.0.0-M1
1 parent 30e3bab commit 8a6a2ef

File tree

27 files changed

+38
-38
lines changed

27 files changed

+38
-38
lines changed

binders/kafka-binder/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
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-
<version>5.0.0-SNAPSHOT</version>
5+
<version>5.0.0-M1</version>
66
<name>${project.artifactId}</name>
77
<packaging>pom</packaging>
88
<parent>
99
<groupId>org.springframework.cloud</groupId>
1010
<artifactId>spring-cloud-stream-binders</artifactId>
11-
<version>5.0.0-SNAPSHOT</version>
11+
<version>5.0.0-M1</version>
1212
</parent>
1313
<scm>
1414
<url>https://github.com/spring-cloud/spring-cloud-stream-binder-kafka</url>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.cloud</groupId>
66
<artifactId>spring-cloud-stream-binder-kafka-parent</artifactId>
7-
<version>5.0.0-SNAPSHOT</version>
7+
<version>5.0.0-M1</version>
88
</parent>
99
<artifactId>spring-cloud-starter-stream-kafka</artifactId>
1010
<description>Spring Cloud Starter Stream Kafka</description>

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
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.cloud</groupId>
77
<artifactId>spring-cloud-stream-binder-kafka-parent</artifactId>
8-
<version>5.0.0-SNAPSHOT</version>
8+
<version>5.0.0-M1</version>
99
</parent>
1010
<artifactId>spring-cloud-stream-binder-kafka-core</artifactId>
1111
<name>${project.artifactId}</name>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.cloud</groupId>
1212
<artifactId>spring-cloud-stream-binder-kafka-parent</artifactId>
13-
<version>5.0.0-SNAPSHOT</version>
13+
<version>5.0.0-M1</version>
1414
</parent>
1515

1616
<properties>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.cloud</groupId>
1212
<artifactId>spring-cloud-stream-binder-kafka-parent</artifactId>
13-
<version>5.0.0-SNAPSHOT</version>
13+
<version>5.0.0-M1</version>
1414
</parent>
1515

1616
<dependencies>

binders/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
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-binders</artifactId>
5-
<version>5.0.0-SNAPSHOT</version>
5+
<version>5.0.0-M1</version>
66
<name>binders</name>
77
<description>Framework provided binders</description>
88
<packaging>pom</packaging>
99

1010
<parent>
1111
<groupId>org.springframework.cloud</groupId>
1212
<artifactId>spring-cloud-stream-parent</artifactId>
13-
<version>5.0.0-SNAPSHOT</version>
13+
<version>5.0.0-M1</version>
1414
</parent>
1515

1616
<modules>

binders/pulsar-binder/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
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-
<version>5.0.0-SNAPSHOT</version>
5+
<version>5.0.0-M1</version>
66
<name>${project.artifactId}</name>
77
<packaging>pom</packaging>
88
<parent>
99
<groupId>org.springframework.cloud</groupId>
1010
<artifactId>spring-cloud-stream-binders</artifactId>
11-
<version>5.0.0-SNAPSHOT</version>
11+
<version>5.0.0-M1</version>
1212
</parent>
1313

1414
<properties>

binders/pulsar-binder/spring-cloud-stream-binder-pulsar/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.springframework.cloud</groupId>
1212
<artifactId>spring-cloud-stream-binder-pulsar-parent</artifactId>
13-
<version>5.0.0-SNAPSHOT</version>
13+
<version>5.0.0-M1</version>
1414
</parent>
1515

1616
<dependencies>

binders/rabbit-binder/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
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-
<version>5.0.0-SNAPSHOT</version> <!-- Do not remove. Ignore yellow warning -->
5+
<version>5.0.0-M1</version> <!-- Do not remove. Ignore yellow warning -->
66
<name>${project.artifactId}</name>
77
<packaging>pom</packaging>
88
<parent>
99
<groupId>org.springframework.cloud</groupId>
1010
<artifactId>spring-cloud-stream-binders</artifactId>
11-
<version>5.0.0-SNAPSHOT</version>
11+
<version>5.0.0-M1</version>
1212
</parent>
1313
<properties>
1414
<java.version>17</java.version>
15-
<spring-cloud-function.version>5.0.0-SNAPSHOT</spring-cloud-function.version>
15+
<spring-cloud-function.version>5.0.0-M1</spring-cloud-function.version>
1616
<maven-checkstyle-plugin.failsOnError>true</maven-checkstyle-plugin.failsOnError>
1717
<maven-checkstyle-plugin.failsOnViolation>true
1818
</maven-checkstyle-plugin.failsOnViolation>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.cloud</groupId>
66
<artifactId>spring-cloud-stream-binder-rabbit-parent</artifactId>
7-
<version>5.0.0-SNAPSHOT</version>
7+
<version>5.0.0-M1</version>
88
</parent>
99
<artifactId>spring-cloud-starter-stream-rabbit</artifactId>
1010
<name>${project.artifactId}</name>

0 commit comments

Comments
 (0)