Skip to content

Commit cf055b0

Browse files
committed
DATAREDIS-420 - After release cleanups.
1 parent 3023d3f commit cf055b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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-milestone" }
20+
maven { url "https://repo.spring.io/libs-snapshot" }
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-milestone" }
44+
maven { url "https://repo.spring.io/libs-snapshot" }
4545
}
4646

4747
dependencyManagement {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ junitVersion=4.12
33
jredisVersion=06052013
44
jedisVersion=2.7.3
55
springVersion=4.1.7.RELEASE
6-
springDataBuildVersion=1.7.0.RC1
6+
springDataBuildVersion=1.7.0.BUILD-SNAPSHOT
77
log4jVersion=1.2.17
88
version=1.6.0.BUILD-SNAPSHOT
99
srpVersion=0.7

0 commit comments

Comments
 (0)