From b337ab6d10d1337ab3c8b7a0d162c986cf32b5ad Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Sun, 15 Nov 2015 14:06:54 +0100 Subject: [PATCH] SGF-437 - Prepare 1.7.1.RELEASE (Gosling SR1). --- build.gradle | 4 ++-- gradle.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 4e76673b..25323855 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ description = 'Spring Data GemFire' 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"} } @@ -39,7 +39,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 1e80d6b3..9760465d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,6 +9,6 @@ mockitoVersion=1.10.19 slf4jVersion=1.7.12 spring.range="[4.0.0, 5.0.0)" springVersion=4.1.8.RELEASE -springDataBuildVersion=1.7.1.BUILD-SNAPSHOT -springDataCommonsVersion=1.11.1.BUILD-SNAPSHOT +springDataBuildVersion=1.7.1.RELEASE +springDataCommonsVersion=1.11.1.RELEASE version=1.7.1.BUILD-SNAPSHOT