From 1ebeb11e572446b2e87f22ad95ddbd6ce1399bd6 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 11 Jun 2015 13:46:33 -0700 Subject: [PATCH] SGF-398 - Provide early support of Apache Geode (Pivotal GemFire OSS). Changing the SDG version with Apache Geode support to 1.7.0.APACHE-GEODE-EA. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 227ed336..78b2a733 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,4 +11,4 @@ spring.range="[4.0.0, 5.0.0)" springVersion=4.1.6.RELEASE springDataBuildVersion=1.7.0.BUILD-SNAPSHOT springDataCommonsVersion=1.11.0.BUILD-SNAPSHOT -version=1.7.0.APACHE-GEODE-BUILD-SNAPSHOT +version=1.7.0.APACHE-GEODE-EA