Skip to content

Commit fcd7cba

Browse files
committed
Bumping versions
1 parent 8954aaf commit fcd7cba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

binders/rabbit-binder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<properties>
1313
<java.version>17</java.version>
14-
<spring-cloud-function.version>4.2.1-SNAPSHOT</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>

bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<packaging>pom</packaging>
88
<name>spring-cloud-stream-release-build</name>
99
<description>Spring Cloud Stream Release Build</description>
10-
<version>4.2.1-SNAPSHOT</version>
10+
<version>4.3.0-SNAPSHOT</version>
1111
<parent>
1212
<groupId>org.springframework.cloud</groupId>
1313
<artifactId>spring-cloud-build</artifactId>
14-
<version>4.2.1-SNAPSHOT</version>
14+
<version>4.3.0-SNAPSHOT</version>
1515
<relativePath/>
1616
</parent>
1717

bom/spring-cloud-starter-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.4.0</version>
9+
<version>3.5.0-SNAPSHOT</version>
1010
<relativePath/>
1111
</parent>
1212
<groupId>org.springframework.cloud</groupId>

0 commit comments

Comments
 (0)