From db668b8fbe51c0e8d739a5aad2ccaba92542fce4 Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Sun, 25 Sep 2011 20:11:05 +0300 Subject: [PATCH] + bump version --- gradle.properties | 2 +- samples/hello-world/gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 1aeb6fd6..be8b6a68 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,4 +21,4 @@ gemfire.range = "[6.5, 7.0)" # -------------------- # Project wide version # -------------------- -springGemfireVersion=1.1.0.M3 \ No newline at end of file +springGemfireVersion=1.1.0.BUILD-SNAPSHOT \ No newline at end of file diff --git a/samples/hello-world/gradle.properties b/samples/hello-world/gradle.properties index 242d8f6b..c9c5db2b 100644 --- a/samples/hello-world/gradle.properties +++ b/samples/hello-world/gradle.properties @@ -1,3 +1,3 @@ junitVersion = 4.8.1 springVersion = 3.1.0.M2 -version = 1.1.0.M3 +version = 1.1.0.BUILD-SNAPSHOT