SGF-525 - Set Apache Geode version to 1.0.0-incubating.M3.

This commit is contained in:
John Blum
2016-08-29 15:39:45 -07:00
parent f43c2137c6
commit 24274c5981
2 changed files with 2 additions and 2 deletions

View File

@@ -82,7 +82,7 @@ sourceSets {
repositories {
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/plugins-release"}
maven { url "https://repository.apache.org/content/repositories/snapshots" }
// maven { url "https://repository.apache.org/content/repositories/snapshots" }
}
dependencies {

View File

@@ -1,7 +1,7 @@
aspectjVersion=1.8.9
antlrVersion=2.7.7
cdiVersion=1.0
gemfireVersion=1.0.0-incubating.M3-SNAPSHOT
gemfireVersion=1.0.0-incubating.M3
hamcrestVersion=1.3
jacksonVersion=2.7.6
junitVersion=4.12