Skip to content

Commit

Permalink
DATAREDIS-429 - After release cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Sep 1, 2015
1 parent 0c1406c commit bc7f040
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -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()
Expand All @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -3,7 +3,7 @@ junitVersion=4.12
jredisVersion=06052013
jedisVersion=2.7.3
springVersion=4.1.7.RELEASE
springDataBuildVersion=1.7.0.RELEASE
springDataBuildVersion=1.8.0.BUILD-SNAPSHOT
log4jVersion=1.2.17
version=1.7.0.BUILD-SNAPSHOT
srpVersion=0.7
Expand Down

0 comments on commit bc7f040

Please sign in to comment.