Skip to content

Commit 9286c39

Browse files
committed
Bumping dependency versions after release
1 parent 0feb897 commit 9286c39

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

binders/rabbit-binder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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.1-SNAPSHOT</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>

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.cloud</groupId>
1414
<artifactId>spring-cloud-build</artifactId>
15-
<version>5.0.0-SNAPSHOT</version>
15+
<version>5.0.1-SNAPSHOT</version>
1616
<relativePath/>
1717
</parent>
1818

bom/spring-cloud-stream-dependencies/pom.xml

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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.cloud</groupId>
1414
<artifactId>spring-cloud-build</artifactId>
15-
<version>5.0.0-SNAPSHOT</version>
15+
<version>5.0.1-SNAPSHOT</version>
1616
<relativePath />
1717
</parent>
1818
<scm>
@@ -57,7 +57,7 @@
5757
<disable.checks>true</disable.checks>
5858
<java.version>17</java.version>
5959
<objenesis.version>3.4</objenesis.version>
60-
<spring-cloud-function.version>5.0.0-SNAPSHOT</spring-cloud-function.version>
60+
<spring-cloud-function.version>5.0.1-SNAPSHOT</spring-cloud-function.version>
6161
<maven-checkstyle-plugin.failsOnError>true</maven-checkstyle-plugin.failsOnError>
6262
<maven-checkstyle-plugin.failsOnViolation>true</maven-checkstyle-plugin.failsOnViolation>
6363
<maven-checkstyle-plugin.includeTestSourceDirectory>true</maven-checkstyle-plugin.includeTestSourceDirectory>

0 commit comments

Comments
 (0)