From 53405371dffafb8ae30a5857f73a83a8041eea33 Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Tue, 20 Mar 2012 11:23:43 +0200 Subject: [PATCH] prepare 1.2.0 M1 release --- 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 2e08bd17..b808632c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,4 +23,4 @@ gemfire.range = "[6.5, 7.0)" # -------------------- # Project wide version # -------------------- -springGemfireVersion=1.2.0.BUILD-SNAPSHOT \ No newline at end of file +springGemfireVersion=1.2.0.M1 \ No newline at end of file diff --git a/samples/hello-world/gradle.properties b/samples/hello-world/gradle.properties index 16890fe1..c2da9549 100644 --- a/samples/hello-world/gradle.properties +++ b/samples/hello-world/gradle.properties @@ -1,3 +1,3 @@ junitVersion = 4.8.1 springVersion = 3.1.1.RELEASE -version = 1.2.0.BUILD-SNAPSHOT +version = 1.2.0.M1