From 9162dd5b732542b9f936b679faf3625e1bede7d8 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 11 Jun 2015 14:58:52 -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-SNAPSHOT. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 78b2a733..7e9ba906 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-EA +version=1.7.0.APACHE-GEODE-EA-SNAPSHOT