SGF-426 - Prepare 1.7.0.RELEASE (Gosling GA).

This commit is contained in:
Oliver Gierke
2015-09-01 09:44:22 +02:00
committed by Oliver Gierke
parent 33ff69992d
commit e9eeccb579
2 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,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"}
}
@@ -39,7 +39,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" }
}
dependencyManagement {

View File

@@ -8,7 +8,7 @@ log4jVersion=1.2.17
mockitoVersion=1.10.19
slf4jVersion=1.7.12
spring.range="[4.0.0, 5.0.0)"
springDataBuildVersion=1.7.0.BUILD-SNAPSHOT
springDataCommonsVersion=1.11.0.BUILD-SNAPSHOT
springDataBuildVersion=1.7.0.RELEASE
springDataCommonsVersion=1.11.0.RELEASE
springVersion=4.1.7.RELEASE
version=1.7.0.BUILD-SNAPSHOT