SGF-470 - After release cleanups.
This commit is contained in:
committed by
Oliver Gierke
parent
f6bf0e2eac
commit
f4517ef07e
@@ -20,7 +20,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"}
|
||||
}
|
||||
|
||||
@@ -39,7 +39,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" }
|
||||
}
|
||||
|
||||
dependencyManagement {
|
||||
|
||||
@@ -4,9 +4,9 @@ junitVersion=4.12
|
||||
gemfireVersion=8.1.0
|
||||
spring.range="[4.0.0, 5.0.0)"
|
||||
aspectjVersion=1.8.5
|
||||
springDataBuildVersion=1.7.4.RELEASE
|
||||
springDataBuildVersion=1.7.5.BUILD-SNAPSHOT
|
||||
springVersion=4.1.9.RELEASE
|
||||
springDataCommonsVersion=1.11.4.RELEASE
|
||||
springDataCommonsVersion=1.11.5.BUILD-SNAPSHOT
|
||||
log4jVersion=1.2.17
|
||||
hamcrestVersion=1.3
|
||||
version=1.7.5.BUILD-SNAPSHOT
|
||||
|
||||
Reference in New Issue
Block a user