From 5fa0b0923c496c29d4845479dcbaceb8daf2e437 Mon Sep 17 00:00:00 2001 From: Costin Leau Date: Wed, 20 Jul 2011 19:06:15 +0300 Subject: [PATCH] + update readme.txt + bump version --- docs/src/info/readme.txt | 4 ++-- gradle.properties | 2 +- samples/hello-world/gradle.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/info/readme.txt b/docs/src/info/readme.txt index 4f65ac2a..2a0429e4 100644 --- a/docs/src/info/readme.txt +++ b/docs/src/info/readme.txt @@ -1,5 +1,5 @@ -SPRING GEMFIRE INTEGRATION 1.0.0 M1 (August 2010) -------------------------------------------------- +SPRING GEMFIRE INTEGRATION +-------------------------- http://www.springsource.org/spring-gemfire 1. INTRODUCTION diff --git a/gradle.properties b/gradle.properties index f051e707..329070a7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,5 +21,5 @@ gemfire.range = "[6.5, 7.0)" # -------------------- # Project wide version # -------------------- -springGemfireVersion=1.1.0.BUILD-SNAPSHOT +springGemfireVersion=1.1.0.M1 systemProp.xsl:vendor=Apache Software Foundation \ No newline at end of file diff --git a/samples/hello-world/gradle.properties b/samples/hello-world/gradle.properties index c9c5db2b..5ae0874e 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.BUILD-SNAPSHOT +version = 1.1.0.M1