SGF-387 - Prepare SDG 1.8 and upgrade to GemFire 8.2.0 GA

This commit is contained in:
John Blum
2015-07-14 18:35:41 -07:00
parent 31c048d911
commit f0aa6fdeb6
2 changed files with 2 additions and 1 deletions

View File

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

View File

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