DATAREDIS-441 - After release cleanups.
This commit is contained in:
committed by
Oliver Gierke
parent
8f4c6e10d3
commit
6111abdcfa
@@ -17,7 +17,7 @@ description = 'Spring Data Redis'
|
||||
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" }
|
||||
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
|
||||
mavenCentral()
|
||||
@@ -41,7 +41,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 {
|
||||
|
||||
@@ -3,7 +3,7 @@ junitVersion=4.12
|
||||
jredisVersion=06052013
|
||||
jedisVersion=2.7.3
|
||||
springVersion=4.1.9.RELEASE
|
||||
springDataBuildVersion=1.7.2.RELEASE
|
||||
springDataBuildVersion=1.7.3.BUILD-SNAPSHOT
|
||||
log4jVersion=1.2.17
|
||||
version=1.6.3.BUILD-SNAPSHOT
|
||||
srpVersion=0.7
|
||||
|
||||
Reference in New Issue
Block a user