Final updates to SDG's build.gradle script to resolve GemFire 7.5 build artifact snapshots in order to build SDG with support for GemFire 7.5 features and functionality.

This commit is contained in:
John Blum
2014-07-08 16:10:03 -07:00
parent 358aa55304
commit d8896fd05b
2 changed files with 3 additions and 5 deletions

View File

@@ -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" }

View File

@@ -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