diff --git a/build.gradle b/build.gradle index 423c711c..0790046f 100644 --- a/build.gradle +++ b/build.gradle @@ -12,14 +12,13 @@ description = 'Spring Data GemFire' group = 'org.springframework.data' repositories { - //mavenLocal(); //maven { url "http://nexus.gemstone.com:8081/nexus/content/repositories/snapshots" } maven { url "http://dist.gemstone.com.s3.amazonaws.com/maven/release"} + maven { url "http://repo.spring.io/gemstone-snapshot-cache" } maven { url "http://repo.spring.io/libs-snapshot" } maven { url "http://repo.spring.io/plugins-release"} } - apply plugin: "java" apply plugin: 'eclipse' apply plugin: 'idea' @@ -28,7 +27,7 @@ apply plugin: 'docbook-reference' //apply plugin: 'bundlor' if (project.hasProperty('platformVersion')) { - apply plugin: 'spring-io' + apply plugin: 'spring-io' repositories { maven { url "https://repo.spring.io/libs-snapshot" } diff --git a/gradle.properties b/gradle.properties index eda77df3..30f139b7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,8 +1,7 @@ antlrVersion=2.7.7 aspectjVersion=1.7.4 gemfire.range="[6.5, 8.0)" -#gemfireVersion=7.5.Beta-SNAPSHOT -gemfireVersion=7.5 +gemfireVersion=7.5.BUILD-SNAPSHOT hamcrestVersion=1.3 jacksonVersion=2.4.1 junitVersion=4.11