diff --git a/gradle.properties b/gradle.properties
index 1dae6cd0..ec9aadda 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -2,7 +2,7 @@ antlrVersion=2.7.7
aspectjVersion=1.8.9
assertjVersion=3.5.2
cdiVersion=1.0
-gemfireVersion=1.1.0-incubating-SNAPSHOT
+gemfireVersion=1.0.0-incubating
googleCodeFindbugsVersion=2.0.2
hamcrestVersion=1.3
jacksonVersion=2.7.6
@@ -20,4 +20,4 @@ springVersion=4.3.4.RELEASE
springDataBuildVersion=1.8.5.RELEASE
springDataCommonsVersion=1.12.5.RELEASE
springShellVersion=1.2.0.RELEASE
-version=1.1.0.INCUBATING-SNAPSHOT
+version=1.0.0.INCUBATING-RELEASE
diff --git a/pom.xml b/pom.xml
index b6e7355b..3bccfa56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
org.springframework.data
spring-data-geode
- 1.1.0.INCUBATING-SNAPSHOT
+ 1.0.0.INCUBATING-RELEASE
Spring Data Geode
@@ -22,7 +22,7 @@
2.7.7
1.3.1
3.5.2
- 1.1.0-incubating-SNAPSHOT
+ 1.0.0-incubating
2.0.2
1.01
2.5
diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt
index 91ab0e53..fff54a42 100644
--- a/src/main/resources/changelog.txt
+++ b/src/main/resources/changelog.txt
@@ -11,6 +11,7 @@ Changes in version 1.0.0.APACHE-GEODE-INCUBATING-RELEASE (2016-11-02)
* SGF-560 - Release 1.0.0.APACHE-GEODE-INCUBATING-RELEASE.
* SGF-562 - Include attribute to enable BeanFactoryLocator support in Annotation config.
* SGF-565 - Stackoverflow error when the 'locators' attribute is specified in any of the XCacheApplication annotations.
+* SGF-566 - Upgrade dependencies... Java 8, Spring Data Commons 1.12.5 and Spring Framework to 4.3.4.
Changes in version 1.0.0.APACHE-GEODE-INCUBATING-M3 (2016-10-05)
diff --git a/src/test/java/org/springframework/data/gemfire/GemfireTemplateQueriesOnGroupedPooledClientCacheRegionsIntegrationTests.java b/src/test/java/org/springframework/data/gemfire/GemfireTemplateQueriesOnGroupedPooledClientCacheRegionsIntegrationTests.java
index 94ef415c..e3f3085e 100644
--- a/src/test/java/org/springframework/data/gemfire/GemfireTemplateQueriesOnGroupedPooledClientCacheRegionsIntegrationTests.java
+++ b/src/test/java/org/springframework/data/gemfire/GemfireTemplateQueriesOnGroupedPooledClientCacheRegionsIntegrationTests.java
@@ -255,6 +255,7 @@ public class GemfireTemplateQueriesOnGroupedPooledClientCacheRegionsIntegrationT
.setProperty("mcast-port", "0")
.setProperty("log-level", logLevel())
.setProperty("locators", "localhost[11235]")
+ .setProperty("enable-cluster-configuration", "false")
.setProperty("groups", groups())
.setProperty("start-locator", startLocator())
.build();