SWS-975 - Move spring4-next to 4.3.4.BUILD-SNAPSHOT and spring5 to 5.0.0.M3

This commit is contained in:
Greg Turnquist
2016-11-08 10:16:18 -06:00
parent a5c3a38b93
commit b8eff281d3
2 changed files with 2 additions and 2 deletions

View File

@@ -2,5 +2,5 @@
* Enable with "-Pprofile=spring4-next"
*/
ext.springVersion = "4.3.3.RELEASE"
ext.springVersion = "4.3.4.RELEASE"
ext.springSecurityVersion = "4.1.3.RELEASE"

View File

@@ -2,7 +2,7 @@
* Enable with "-Pprofile=spring5"
*/
ext.springVersion = "5.0.0.BUILD-SNAPSHOT"
ext.springVersion = "5.0.0.M3"
ext.springSecurityVersion = "4.2.0.BUILD-SNAPSHOT"
compileJava {