From f0aa6fdeb67bbc1b0f7c5c6491b51a66e50e9609 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 14 Jul 2015 18:35:41 -0700 Subject: [PATCH] SGF-387 - Prepare SDG 1.8 and upgrade to GemFire 8.2.0 GA --- build.gradle | 1 + gradle.properties | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4e76673b..019aa0be 100644 --- a/build.gradle +++ b/build.gradle @@ -20,6 +20,7 @@ description = 'Spring Data GemFire' group = 'org.springframework.data' repositories { + mavenLocal() // delete this line when GemFire 8.2 is released and published maven { url "https://repo.spring.io/libs-snapshot" } maven { url "https://repo.spring.io/plugins-release"} } diff --git a/gradle.properties b/gradle.properties index 7d13f97c..a5518e44 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ antlrVersion=2.7.7 aspectjVersion=1.8.5 -gemfireVersion=8.1.0 +gemfireVersion=8.2.0 hamcrestVersion=1.3 jacksonVersion=2.6.0 junitVersion=4.12