SGF-411 - Prepare 1.4.6.RELEASE (Dijkstra SR6).

This commit is contained in:
Oliver Gierke
2015-07-01 02:10:05 +02:00
committed by Oliver Gierke
parent 3e895b4d48
commit 656bfc67a1
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-snapshot" }
maven { url "https://repo.spring.io/libs-release" }
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-snapshot" }
maven { url "https://repo.spring.io/libs-release" }
}
dependencies {

View File

@@ -10,5 +10,5 @@ mockitoVersion=1.9.5
slf4jVersion=1.7.10
spring.range="[3.2.0, 4.0.0)"
springVersion=3.2.13.RELEASE
springDataCommonsVersion=1.8.6.BUILD-SNAPSHOT
springDataCommonsVersion=1.8.6.RELEASE
version=1.4.6.BUILD-SNAPSHOT