File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ description = 'Spring Data Redis'
17
17
group = ' org.springframework.data'
18
18
19
19
repositories {
20
- maven { url " https://repo.spring.io/libs-milestone " }
20
+ maven { url " https://repo.spring.io/libs-snapshot " }
21
21
maven { url " https://repo.spring.io/plugins-release" }
22
22
maven { url " https://oss.sonatype.org/content/repositories/snapshots/" }
23
23
mavenCentral()
@@ -41,7 +41,7 @@ if (project.hasProperty('platformVersion')) {
41
41
apply plugin : ' spring-io'
42
42
43
43
repositories {
44
- maven { url " https://repo.spring.io/libs-milestone " }
44
+ maven { url " https://repo.spring.io/libs-snapshot " }
45
45
}
46
46
47
47
dependencyManagement {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ junitVersion=4.12
3
3
jredisVersion =06052013
4
4
jedisVersion =2.7.3
5
5
springVersion =4.1.7.RELEASE
6
- springDataBuildVersion =1.7.0.RC1
6
+ springDataBuildVersion =1.7.0.BUILD-SNAPSHOT
7
7
log4jVersion =1.2.17
8
8
version =1.6.0.BUILD-SNAPSHOT
9
9
srpVersion =0.7
You can’t perform that action at this time.
0 commit comments