diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 10e13dc8..5ce11488 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -2,7 +2,7 @@ SPRING DATA GEMFIRE CHANGELOG ============================= http://www.springsource.org/spring-gemfire -Changes in version 1.1.2.RELEASE (2012-07-25) +Changes in version 1.1.2.RELEASE (2012-07-02) --------------------------------------------- General @@ -10,7 +10,7 @@ General Package org.springframework.data.gemfire.config * Fixed incorrect parsing of pdx-disk-store attribute -* Fixed a bug in DiskStoreAndEvictionRegionParsingTest that caused the test to fail if a temporary directory does not exist + Changes in version 1.1.1.RELEASE (2012-03-20) --------------------------------------------- diff --git a/gradle.properties b/gradle.properties index 53aa708b..9ff31848 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,4 +21,4 @@ gemfire.range = "[6.5, 7.0)" # -------------------- # Project wide version # -------------------- -springGemfireVersion=1.1.2.RELEASE \ No newline at end of file +springGemfireVersion=1.1.2.BUILD-SNAPSHOT \ No newline at end of file