Skip to content

Commit 33fcac0

Browse files
committed
Tweak version profiles
1 parent afb00a3 commit 33fcac0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
configure(allprojects) {
1313
group = "org.springframework.ws"
1414

15-
ext.springVersion = "4.2.8.RELEASE"
15+
ext.springVersion = "4.2.9.RELEASE"
1616
ext.springSecurityVersion = "4.0.4.RELEASE"
1717
ext.axiomVersion = "1.2.20"
1818
ext.smackVersion = "4.1.9"

spring4-next-profile.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
* Enable with "-Pprofile=spring4-next"
33
*/
44

5-
ext.springVersion = "4.3.7.RELEASE"
6-
ext.springSecurityVersion = "4.1.4.RELEASE"
5+
ext.springVersion = "4.3.10.RELEASE"
6+
ext.springSecurityVersion = "4.2.3.RELEASE"

spring5-profile.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
ext.springVersion = "5.0.0.BUILD-SNAPSHOT"
6-
ext.springSecurityVersion = "4.2.3.BUILD-SNAPSHOT"
6+
ext.springSecurityVersion = "4.2.4.BUILD-SNAPSHOT"
77

88
compileJava {
99
sourceCompatibility=1.8

0 commit comments

Comments
 (0)