SGF-412 - After release cleanups.

This commit is contained in:
Oliver Gierke
2015-07-01 01:41:47 +02:00
committed by Oliver Gierke
parent 1345adc005
commit 5c137d4753
2 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,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"}
}
@@ -36,7 +36,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

@@ -4,9 +4,9 @@ junitVersion=4.11
gemfireVersion=7.0.2
spring.range="[4.0.0, 5.0.0)"
aspectjVersion=1.8.2
springDataBuildVersion=1.5.3.RELEASE
springDataBuildVersion=1.5.4.BUILD-SNAPSHOT
springVersion=4.0.9.RELEASE
springDataCommonsVersion=1.9.3.RELEASE
springDataCommonsVersion=1.9.4.BUILD-SNAPSHOT
log4jVersion=1.2.17
hamcrestVersion=1.3
version=1.5.4.BUILD-SNAPSHOT