SGF-286 - Prepare 1.4 GA.
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
@@ -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"}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user