From e6aabf52fa8879c8aa67820ba4ea12b3cd32b7bf Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 20 May 2014 16:26:44 +0200 Subject: [PATCH] SGF-286 - Prepare 1.4 GA. --- README.md | 4 ++-- build.gradle | 2 +- gradle.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6ccf3581..629b0a2c 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,8 @@ dependencies { } ~~~~~ -Latest GA release is _1.3.3.RELEASE_ -Latest nightly build is _1.4.0.BUILD-SNAPSHOT_ +Latest GA release is _1.4.0.RELEASE_ +Latest nightly build is _1.5.0.BUILD-SNAPSHOT_ * Configure a GemFire cache and Region (replicated, partitioned, client and so on): diff --git a/build.gradle b/build.gradle index 1b45f114..dd003b31 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ group = 'org.springframework.data' repositories { maven { url "http://dist.gemstone.com.s3.amazonaws.com/maven/release"} - maven { url "http://repo.spring.io/libs-snapshot" } + maven { url "http://repo.spring.io/libs-release" } maven { url "http://repo.spring.io/plugins-release"} } diff --git a/gradle.properties b/gradle.properties index c3818c4e..ced2d827 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,5 +10,5 @@ mockitoVersion=1.9.5 slf4jVersion=1.7.6 spring.range="[3.2.0, 4.0.0)" springVersion=3.2.9.RELEASE -springDataCommonsVersion=1.8.0.BUILD-SNAPSHOT +springDataCommonsVersion=1.8.0.RELEASE version=1.4.0.BUILD-SNAPSHOT