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