From aaaf80cd6cd08f36f241a12f63099dc8c4617357 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 14 Oct 2015 11:25:07 +0200 Subject: [PATCH] SGF-436 - Prepare 1.5.4.RELEASE (Evans SR4). --- build.gradle | 4 ++-- gradle.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 0e6f1028..ffc808a2 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,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"} } @@ -36,7 +36,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" } } dependencies { diff --git a/gradle.properties b/gradle.properties index 73238516..3dc9229f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,9 +4,9 @@ junitVersion=4.11 gemfireVersion=7.0.2 spring.range="[4.0.0, 5.0.0)" aspectjVersion=1.8.2 -springDataBuildVersion=1.5.4.BUILD-SNAPSHOT +springDataBuildVersion=1.5.4.RELEASE springVersion=4.0.9.RELEASE -springDataCommonsVersion=1.9.4.BUILD-SNAPSHOT +springDataCommonsVersion=1.9.4.RELEASE log4jVersion=1.2.17 hamcrestVersion=1.3 version=1.5.4.BUILD-SNAPSHOT