We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c598b commit af9729fCopy full SHA for af9729f
build.gradle
@@ -64,7 +64,7 @@ ext {
64
rabbitmqHttpClientVersion = '2.1.0.RELEASE'
65
reactorVersion = '3.2.12.RELEASE'
66
springRetryVersion = '1.2.4.RELEASE'
67
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.11.BUILD-SNAPSHOT'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.1.11.RELEASE'
68
69
70
expandPlaceholders = '**/quick-tour.xml'
0 commit comments