Skip to content

Commit 18bc7d1

Browse files
committed
Going back to snapshots
1 parent 177f167 commit 18bc7d1

File tree

28 files changed

+39
-39
lines changed

28 files changed

+39
-39
lines changed

binders/kafka-binder/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
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>4.3.0-M3</version>
5+
<version>4.3.0-SNAPSHOT</version>
66
<packaging>pom</packaging>
77
<parent>
88
<groupId>org.springframework.cloud</groupId>
99
<artifactId>spring-cloud-stream-binders</artifactId>
10-
<version>4.3.0-M3</version>
10+
<version>4.3.0-SNAPSHOT</version>
1111
</parent>
1212
<scm>
1313
<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>4.3.0-M3</version>
7+
<version>4.3.0-SNAPSHOT</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>4.3.0-M3</version>
8+
<version>4.3.0-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-cloud-stream-binder-kafka-core</artifactId>
1111
<description>Spring Cloud Stream Kafka Binder Core</description>

binders/kafka-binder/spring-cloud-stream-binder-kafka-reactive/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>4.3.0-M3</version>
13+
<version>4.3.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<dependencies>

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>4.3.0-M3</version>
13+
<version>4.3.0-SNAPSHOT</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>4.3.0-M3</version>
13+
<version>4.3.0-SNAPSHOT</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>4.3.0-M3</version>
5+
<version>4.3.0-SNAPSHOT</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>4.3.0-M3</version>
13+
<version>4.3.0-SNAPSHOT</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,12 +2,12 @@
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>4.3.0-M3</version>
5+
<version>4.3.0-SNAPSHOT</version>
66
<packaging>pom</packaging>
77
<parent>
88
<groupId>org.springframework.cloud</groupId>
99
<artifactId>spring-cloud-stream-binders</artifactId>
10-
<version>4.3.0-M3</version>
10+
<version>4.3.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<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>4.3.0-M3</version>
13+
<version>4.3.0-SNAPSHOT</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,16 +2,16 @@
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>4.3.0-M3</version> <!-- Do not remove. Ignore yellow warning -->
5+
<version>4.3.0-SNAPSHOT</version> <!-- Do not remove. Ignore yellow warning -->
66
<packaging>pom</packaging>
77
<parent>
88
<groupId>org.springframework.cloud</groupId>
99
<artifactId>spring-cloud-stream-binders</artifactId>
10-
<version>4.3.0-M3</version>
10+
<version>4.3.0-SNAPSHOT</version>
1111
</parent>
1212
<properties>
1313
<java.version>17</java.version>
14-
<spring-cloud-function.version>4.3.0-M3</spring-cloud-function.version>
14+
<spring-cloud-function.version>4.3.0-SNAPSHOT</spring-cloud-function.version>
1515
<maven-checkstyle-plugin.failsOnError>true</maven-checkstyle-plugin.failsOnError>
1616
<maven-checkstyle-plugin.failsOnViolation>true
1717
</maven-checkstyle-plugin.failsOnViolation>

0 commit comments

Comments
 (0)