diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 3d61e6e2..f9f28a8f 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -1,7 +1,11 @@ -SPRING GEMFIRE INTEGRATION CHANGELOG -==================================== +SPRING DATA GEMFIRE CHANGELOG +============================= http://www.springsource.org/spring-gemfire +Changes in version 1.1.0.GA (2011-mm-dd) +---------------------------------------- + + Changes in version 1.1.0.RC1 (2011-11-13) ----------------------------------------- diff --git a/gradle.properties b/gradle.properties index 930ce80c..2326635c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,4 +21,4 @@ gemfire.range = "[6.5, 7.0)" # -------------------- # Project wide version # -------------------- -springGemfireVersion=1.1.0.RC1 \ 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 e2523341..968c85ca 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.RC1 -version = 1.1.0.RC1 +version = 1.1.0.BUILD-SNAPSHOT diff --git a/template.mf b/template.mf index 0876598c..fff33d8c 100644 --- a/template.mf +++ b/template.mf @@ -1,5 +1,5 @@ Bundle-SymbolicName: org.springframework.data.gemfire -Bundle-Name: Spring GemFire +Bundle-Name: Spring Data GemFire Bundle-Vendor: SpringSource Bundle-ManifestVersion: 2 Export-Template: org.springframework.data.gemfire.*;version=${version}