From 73a7aa689ce1add66bd3c2d9a546b3d006dfd385 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 13 Nov 2013 13:15:07 -0800 Subject: [PATCH] Re-instated the project version to 1.4.0.BUILD-SNAPSHOT after merging changes from the 1.3.3.RELEASE branch, which was rebased in order to re-align the 1.3.3.RELEASE branch with master since the master branch had additional committed changes for 1.3.3 after the release that was after the 1.3.3.RELEASE branch. The intended purpose of this effort was to simply changes (bug fixes, enhancements, etc) required to be made on the 1.3.3.RELEASE branch for Spring Data GemFire version 1.3.3 that then will need to be promoted, or upmerged to the master branch for new development. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 8114ad36..3821de9d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ springVersion=3.2.5.RELEASE springDataCommonsVersion=1.5.3.RELEASE log4jVersion=1.2.16 hamcrestVersion=1.2.1 -version=1.3.3.RELEASE +version=1.4.0.BUILD-SNAPSHOT gemfire.range="[6.5, 8.0)" cglibVersion=2.2 mockitoVersion=1.9.0