SGF-286 - Prepare 1.4 GA.

This commit is contained in:
Oliver Gierke
2014-05-20 16:26:44 +02:00
parent c8cada3935
commit e6aabf52fa
3 changed files with 4 additions and 4 deletions

View File

@@ -68,8 +68,8 @@ dependencies {
} }
~~~~~ ~~~~~
Latest GA release is _1.3.3.RELEASE_ Latest GA release is _1.4.0.RELEASE_
Latest nightly build is _1.4.0.BUILD-SNAPSHOT_ Latest nightly build is _1.5.0.BUILD-SNAPSHOT_
* Configure a GemFire cache and Region (replicated, partitioned, client and so on): * Configure a GemFire cache and Region (replicated, partitioned, client and so on):

View File

@@ -13,7 +13,7 @@ group = 'org.springframework.data'
repositories { repositories {
maven { url "http://dist.gemstone.com.s3.amazonaws.com/maven/release"} 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"} maven { url "http://repo.spring.io/plugins-release"}
} }

View File

@@ -10,5 +10,5 @@ mockitoVersion=1.9.5
slf4jVersion=1.7.6 slf4jVersion=1.7.6
spring.range="[3.2.0, 4.0.0)" spring.range="[3.2.0, 4.0.0)"
springVersion=3.2.9.RELEASE springVersion=3.2.9.RELEASE
springDataCommonsVersion=1.8.0.BUILD-SNAPSHOT springDataCommonsVersion=1.8.0.RELEASE
version=1.4.0.BUILD-SNAPSHOT version=1.4.0.BUILD-SNAPSHOT