Bumping versions

This commit is contained in:
spring-builds
2025-06-13 07:57:59 +00:00
parent 55688a3d38
commit 62e5a255ce
2 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ a modified file in the correct place. Just commit it and push the change.
[[working-with-the-code]]
== Working with the code
If you don't have an IDE preference we would recommend that you use
https://www.springsource.com/developer/sts[Spring Tools Suite] or
https://spring.io/tools[Spring Tools Suite] or
https://eclipse.org[Eclipse] when working with the code. We use the
https://eclipse.org/m2e/[m2eclipse] eclipse plugin for maven support. Other IDEs and tools
should also work without issue as long as they use Maven 3.3.3 or better.

View File

@@ -30,8 +30,8 @@
<properties>
<spring-cloud-commons.version>5.0.0-SNAPSHOT</spring-cloud-commons.version>
<spring-cloud-stream.version>4.3.1-SNAPSHOT</spring-cloud-stream.version>
<spring-cloud-function.version>4.3.1-SNAPSHOT</spring-cloud-function.version>
<spring-cloud-stream.version>5.0.0-SNAPSHOT</spring-cloud-stream.version>
<spring-cloud-function.version>5.0.0-SNAPSHOT</spring-cloud-function.version>
<bintray.package>bus</bintray.package>
</properties>