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 62665c8 commit 154dbd5Copy full SHA for 154dbd5
build.gradle
@@ -133,7 +133,7 @@ subprojects { subproject ->
133
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '4.0.1.RELEASE'
134
springSocialTwitterVersion = '1.1.0.RELEASE'
135
springRetryVersion = '1.1.2.RELEASE'
136
- springVersion = project.hasProperty('springVersion') ? project.springVersion : '4.2.0.RC2'
+ springVersion = project.hasProperty('springVersion') ? project.springVersion : '4.2.0.BUILD-SNAPSHOT'
137
springWsVersion = '2.2.1.RELEASE'
138
xmlUnitVersion = '1.5'
139
xstreamVersion = '1.4.7'
0 commit comments