Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 5543b4e

Browse files
committed
Post-release update to 2.1.0.BUILD-SNAPSHOT
1 parent acb8eef commit 5543b4e

File tree

6 files changed

+6
-6
lines changed
  • spring-cloud-starter-stream-kafka
  • spring-cloud-stream-binder-kafka
  • spring-cloud-stream-binder-kafka-core
  • spring-cloud-stream-binder-kafka-docs
  • spring-cloud-stream-binder-kafka-streams

6 files changed

+6
-6
lines changed

pom.xml

+1-1
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-binder-kafka-parent</artifactId>
5-
<version>2.0.0.RELEASE</version>
5+
<version>2.1.0.BUILD-SNAPSHOT</version>
66
<packaging>pom</packaging>
77
<parent>
88
<groupId>org.springframework.cloud</groupId>

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

+1-1
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>2.0.0.RELEASE</version>
7+
<version>2.1.0.BUILD-SNAPSHOT</version>
88
</parent>
99
<artifactId>spring-cloud-starter-stream-kafka</artifactId>
1010
<description>Spring Cloud Starter Stream Kafka</description>

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

+1-1
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>2.0.0.RELEASE</version>
8+
<version>2.1.0.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-cloud-stream-binder-kafka-core</artifactId>
1111
<description>Spring Cloud Stream Kafka Binder Core</description>

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

+1-1
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>2.0.0.RELEASE</version>
8+
<version>2.1.0.BUILD-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>spring-cloud-stream-binder-kafka-docs</artifactId>

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

+1-1
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>2.0.0.RELEASE</version>
13+
<version>2.1.0.BUILD-SNAPSHOT</version>
1414
</parent>
1515

1616
<dependencies>

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

+1-1
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>2.0.0.RELEASE</version>
13+
<version>2.1.0.BUILD-SNAPSHOT</version>
1414
</parent>
1515

1616
<dependencies>

0 commit comments

Comments
 (0)