Skip to content

Commit a642e1b

Browse files
committed
DATAREDIS-420 - Prepare 1.6.0.RC1 (Gosling RC1).
1 parent 4ab164b commit a642e1b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ description = 'Spring Data Redis'
1717
group = 'org.springframework.data'
1818

1919
repositories {
20-
maven { url "https://repo.spring.io/libs-snapshot" }
20+
maven { url "https://repo.spring.io/libs-milestone" }
2121
maven { url "https://repo.spring.io/plugins-release" }
2222
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
2323
mavenCentral()
@@ -41,7 +41,7 @@ if (project.hasProperty('platformVersion')) {
4141
apply plugin: 'spring-io'
4242

4343
repositories {
44-
maven { url "https://repo.spring.io/libs-snapshot" }
44+
maven { url "https://repo.spring.io/libs-milestone" }
4545
}
4646

4747
dependencyManagement {

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ slf4jVersion=1.7.12
22
junitVersion=4.12
33
jredisVersion=06052013
44
jedisVersion=2.7.3
5-
springVersion=4.1.6.RELEASE
6-
springDataBuildVersion=1.7.0.BUILD-SNAPSHOT
5+
springVersion=4.1.7.RELEASE
6+
springDataBuildVersion=1.7.0.RC1
77
log4jVersion=1.2.17
88
version=1.6.0.BUILD-SNAPSHOT
99
srpVersion=0.7
1010
jacksonVersion=1.8.8
11-
fasterXmlJacksonVersion=2.5.1
12-
fasterXmlJacksonDatabindVersion=2.5.1
11+
fasterXmlJacksonVersion=2.6.0
12+
fasterXmlJacksonDatabindVersion=2.6.0
1313
lettuceVersion=3.2.Final
1414
mockitoVersion=1.10.19

0 commit comments

Comments
 (0)