Tweak version profiles
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user