From b8eff281d3c9d3915edc2eb0a411cece17dd0fb7 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Tue, 8 Nov 2016 10:16:18 -0600 Subject: [PATCH] SWS-975 - Move spring4-next to 4.3.4.BUILD-SNAPSHOT and spring5 to 5.0.0.M3 --- spring4-next-profile.gradle | 2 +- spring5-profile.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spring4-next-profile.gradle b/spring4-next-profile.gradle index ee98849c..58b6b9d3 100644 --- a/spring4-next-profile.gradle +++ b/spring4-next-profile.gradle @@ -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" \ No newline at end of file diff --git a/spring5-profile.gradle b/spring5-profile.gradle index 61272817..ae8dcdd0 100644 --- a/spring5-profile.gradle +++ b/spring5-profile.gradle @@ -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 {