Skip to content

Commit 62e5a25

Browse files
committed
Bumping versions
1 parent 55688a3 commit 62e5a25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.adoc

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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030

3131
<properties>
3232
<spring-cloud-commons.version>5.0.0-SNAPSHOT</spring-cloud-commons.version>
33-
<spring-cloud-stream.version>4.3.1-SNAPSHOT</spring-cloud-stream.version>
34-
<spring-cloud-function.version>4.3.1-SNAPSHOT</spring-cloud-function.version>
33+
<spring-cloud-stream.version>5.0.0-SNAPSHOT</spring-cloud-stream.version>
34+
<spring-cloud-function.version>5.0.0-SNAPSHOT</spring-cloud-function.version>
3535
<bintray.package>bus</bintray.package>
3636
</properties>
3737

0 commit comments

Comments
 (0)