SGF-411 - After release cleanups.

This commit is contained in:
Oliver Gierke
2015-07-01 09:17:15 +02:00
committed by Oliver Gierke
parent 7507983f26
commit 6f334514aa
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ description = 'Spring Data GemFire'
group = 'org.springframework.data'
repositories {
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/libs-snapshot" }
maven { url "https://repo.spring.io/plugins-release"}
}
@@ -28,7 +28,7 @@ if (project.hasProperty('platformVersion')) {
apply plugin: 'spring-io'
repositories {
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/libs-snapshot" }
}
dependencies {

View File

@@ -5,7 +5,7 @@ gemfireVersion=7.0.2
spring.range="[3.2.0, 4.0.0)"
aspectjVersion=1.7.4
springVersion=3.2.13.RELEASE
springDataCommonsVersion=1.8.6.RELEASE
springDataCommonsVersion=1.8.7.BUILD-SNAPSHOT
log4jVersion=1.2.17
hamcrestVersion=1.3
version=1.4.7.BUILD-SNAPSHOT