File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
6666If 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
6868https://eclipse.org[Eclipse] when working with the code. We use the
6969https://eclipse.org/m2e/[m2eclipse] eclipse plugin for maven support. Other IDEs and tools
7070should also work without issue as long as they use Maven 3.3.3 or better.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments