DATAREDIS-420 - Prepare 1.6.0.RC1 (Gosling RC1).

This commit is contained in:
Oliver Gierke
2015-08-04 11:48:44 +02:00
committed by Oliver Gierke
parent 4ab164b69a
commit a642e1bfa1
2 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ description = 'Spring Data Redis'
group = 'org.springframework.data'
repositories {
maven { url "https://repo.spring.io/libs-snapshot" }
maven { url "https://repo.spring.io/libs-milestone" }
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-snapshot" }
maven { url "https://repo.spring.io/libs-milestone" }
}
dependencyManagement {

View File

@@ -2,13 +2,13 @@ slf4jVersion=1.7.12
junitVersion=4.12
jredisVersion=06052013
jedisVersion=2.7.3
springVersion=4.1.6.RELEASE
springDataBuildVersion=1.7.0.BUILD-SNAPSHOT
springVersion=4.1.7.RELEASE
springDataBuildVersion=1.7.0.RC1
log4jVersion=1.2.17
version=1.6.0.BUILD-SNAPSHOT
srpVersion=0.7
jacksonVersion=1.8.8
fasterXmlJacksonVersion=2.5.1
fasterXmlJacksonDatabindVersion=2.5.1
fasterXmlJacksonVersion=2.6.0
fasterXmlJacksonDatabindVersion=2.6.0
lettuceVersion=3.2.Final
mockitoVersion=1.10.19