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 6df25d3 commit f247faaCopy full SHA for f247faa
build.gradle
@@ -138,7 +138,7 @@ subprojects { subproject ->
138
springSecurityVersion = '5.0.1.RELEASE'
139
springSocialTwitterVersion = '1.1.2.RELEASE'
140
springRetryVersion = '1.2.2.RELEASE'
141
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.4.BUILD-SNAPSHOT'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.0.4.RELEASE'
142
springWsVersion = '3.0.0.RELEASE'
143
tomcatVersion = "8.5.23"
144
xmlUnitVersion = '1.6'
0 commit comments