From cabee70593b1a30d7d56c630a4ef0c8962cb294b Mon Sep 17 00:00:00 2001 From: Spring Buildmaster Date: Sun, 11 Oct 2015 08:15:38 -0700 Subject: [PATCH] Next development version 1.0.1.BUILD-SNAPSHOT. --- gradle.properties | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/gradle.properties b/gradle.properties index 6606656a..7025cdd6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,12 +1,11 @@ -version=1.0.0.BUILD-SNAPSHOT -springVersion = 4.2.1.RELEASE -springSecurityVersion = 4.0.2.RELEASE -springBootVersion = 1.2.5.RELEASE -springSessionVersion = 1.0.2.RELEASE -springShellVersion = 1.1.0.RELEASE -curatorVersion = 2.8.0 -kryoVersion = 2.24.0 -hamcrestVersion = 1.3 -junitVersion = 4.12 -log4jVersion = 1.2.17 - +springShellVersion=1.1.0.RELEASE +springSecurityVersion=4.0.2.RELEASE +junitVersion=4.12 +springVersion=4.2.1.RELEASE +kryoVersion=2.24.0 +log4jVersion=1.2.17 +springBootVersion=1.2.5.RELEASE +version=1.0.1.BUILD-SNAPSHOT +hamcrestVersion=1.3 +springSessionVersion=1.0.2.RELEASE +curatorVersion=2.8.0