From 656bfc67a16923eb4ac308da8dcce5e02c905a02 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 1 Jul 2015 02:10:05 +0200 Subject: [PATCH] SGF-411 - Prepare 1.4.6.RELEASE (Dijkstra SR6). --- build.gradle | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 5fedd4ce..c673a54c 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,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"} } @@ -28,7 +28,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 d97c6d63..ff2f181c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,5 +10,5 @@ mockitoVersion=1.9.5 slf4jVersion=1.7.10 spring.range="[3.2.0, 4.0.0)" springVersion=3.2.13.RELEASE -springDataCommonsVersion=1.8.6.BUILD-SNAPSHOT +springDataCommonsVersion=1.8.6.RELEASE version=1.4.6.BUILD-SNAPSHOT