From ac88672d67175897a7fc7d2d66171c29e1d6b4d3 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 1 Sep 2015 09:44:22 +0200 Subject: [PATCH] DATAREDIS-429 - Prepare 1.6.0.RELEASE (Gosling GA). --- build.gradle | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 03cffa61f..3dbf8ec28 100644 --- a/build.gradle +++ b/build.gradle @@ -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-release" } 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-release" } } dependencyManagement { diff --git a/gradle.properties b/gradle.properties index 1ca3bbc63..e7eef27dd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ junitVersion=4.12 jredisVersion=06052013 jedisVersion=2.7.3 springVersion=4.1.7.RELEASE -springDataBuildVersion=1.7.0.BUILD-SNAPSHOT +springDataBuildVersion=1.7.0.RELEASE log4jVersion=1.2.17 version=1.6.0.BUILD-SNAPSHOT srpVersion=0.7