SGF-412 - Prepare 1.5.3.RELEASE (Evans SR3).

This commit is contained in:
Oliver Gierke
2015-07-01 00:12:29 +02:00
committed by Oliver Gierke
parent 269be73e54
commit cf688d401b
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-snapshot" }
maven { url "https://repo.spring.io/libs-release" }
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-snapshot" }
maven { url "https://repo.spring.io/libs-release" }
}
dependencies {

View File

@@ -9,6 +9,6 @@ mockitoVersion=1.9.5
slf4jVersion=1.7.6
spring.range="[4.0.0, 5.0.0)"
springVersion=4.0.9.RELEASE
springDataBuildVersion=1.5.3.BUILD-SNAPSHOT
springDataCommonsVersion=1.9.3.BUILD-SNAPSHOT
springDataBuildVersion=1.5.3.RELEASE
springDataCommonsVersion=1.9.3.RELEASE
version=1.5.3.BUILD-SNAPSHOT