Tweak version profiles

This commit is contained in:
Greg Turnquist
2017-08-25 17:05:37 -05:00
parent afb00a36ed
commit 33fcac0ece
3 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ buildscript {
configure(allprojects) {
group = "org.springframework.ws"
ext.springVersion = "4.2.8.RELEASE"
ext.springVersion = "4.2.9.RELEASE"
ext.springSecurityVersion = "4.0.4.RELEASE"
ext.axiomVersion = "1.2.20"
ext.smackVersion = "4.1.9"

View File

@@ -2,5 +2,5 @@
* Enable with "-Pprofile=spring4-next"
*/
ext.springVersion = "4.3.7.RELEASE"
ext.springSecurityVersion = "4.1.4.RELEASE"
ext.springVersion = "4.3.10.RELEASE"
ext.springSecurityVersion = "4.2.3.RELEASE"

View File

@@ -3,7 +3,7 @@
*/
ext.springVersion = "5.0.0.BUILD-SNAPSHOT"
ext.springSecurityVersion = "4.2.3.BUILD-SNAPSHOT"
ext.springSecurityVersion = "4.2.4.BUILD-SNAPSHOT"
compileJava {
sourceCompatibility=1.8