SGF-470 - Prepare 1.7.4 (Gosling SR4).
This commit is contained in:
committed by
Oliver Gierke
parent
62bca2e671
commit
246dfa7bfe
@@ -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 {
|
||||
|
||||
@@ -10,6 +10,6 @@ multiThreadedtcVersion=1.01
|
||||
slf4jVersion=1.7.12
|
||||
spring.range="[4.0.0, 5.0.0)"
|
||||
springVersion=4.1.9.RELEASE
|
||||
springDataBuildVersion=1.7.4.BUILD-SNAPSHOT
|
||||
springDataCommonsVersion=1.11.4.BUILD-SNAPSHOT
|
||||
springDataBuildVersion=1.7.4.RELEASE
|
||||
springDataCommonsVersion=1.11.4.RELEASE
|
||||
version=1.7.4.BUILD-SNAPSHOT
|
||||
|
||||
Reference in New Issue
Block a user