SGF-420 - Prepare 1.6.2.RELEASE (Fowler SR2).
This commit is contained in:
committed by
Oliver Gierke
parent
09953afa9c
commit
f71b1534e4
@@ -20,7 +20,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" }
|
||||
}
|
||||
|
||||
@@ -39,7 +39,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 {
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
antlrVersion=2.7.7
|
||||
aspectjVersion=1.8.5
|
||||
aspectjVersion=1.8.6
|
||||
gemfireVersion=8.0.0
|
||||
hamcrestVersion=1.3
|
||||
jacksonVersion=2.5.1
|
||||
jacksonVersion=2.5.4
|
||||
junitVersion=4.12
|
||||
log4jVersion=1.2.17
|
||||
mockitoVersion=1.10.19
|
||||
slf4jVersion=1.7.10
|
||||
slf4jVersion=1.7.12
|
||||
spring.range="[4.0.0, 5.0.0)"
|
||||
springVersion=4.0.9.RELEASE
|
||||
springDataBuildVersion=1.6.2.BUILD-SNAPSHOT
|
||||
springDataCommonsVersion=1.10.2.BUILD-SNAPSHOT
|
||||
springDataBuildVersion=1.6.2.RELEASE
|
||||
springDataCommonsVersion=1.10.2.RELEASE
|
||||
version=1.6.2.BUILD-SNAPSHOT
|
||||
|
||||
Reference in New Issue
Block a user