Upgrade to core Spring Framework 5.0.5.RELEASE.

Upgrade to Spring Boot 2.0.1.RELEASE.

Upgrade to Spring Data GemFire 2.1.0.M2.

Upgrade to Spring Data Geode 2.1.0.M2.

Upgrade to Spring Data Release Train Lovelace-M2.

Upgrade to Spring IO Platform Cairo-RELEASE.

Set and override 'apache-geode.version' to '1.4.0.'.

Add Repository declaration for repo.spring.io/libs-snapshot.
This commit is contained in:
John Blum
2018-04-30 15:44:25 -07:00
parent 8e72e05efb
commit 47288f39f1
2 changed files with 12 additions and 6 deletions

View File

@@ -21,6 +21,12 @@ ext.releaseBuild = version.endsWith('RELEASE')
ext.snapshotBuild = version.endsWith('SNAPSHOT')
ext.milestoneBuild = !(releaseBuild || snapshotBuild)
ext['apache-geode.version'] = '1.4.0'
repositories {
maven { url = "https://repo.spring.io/libs-snapshot" }
}
dependencies {
compile "org.springframework.data:spring-data-geode"

View File

@@ -7,11 +7,11 @@ logbackVersion=1.2.3
mockitoVersion=2.15.0
multithreadedtcVersion=1.01
pivotalGemFireVersion=9.1.1
springVersion=5.0.4.RELEASE
springBootVersion=2.0.0.RELEASE
springDataGemFireVersion=2.0.5.RELEASE
springDataGeodeVersion=2.0.5.RELEASE
springDataReleaseTrainVersion=Kay-SR5
springIoVersion=Cairo-BUILD-SNAPSHOT
springVersion=5.0.5.RELEASE
springBootVersion=2.0.1.RELEASE
springDataGemFireVersion=2.1.0.M2
springDataGeodeVersion=2.1.0.M2
springDataReleaseTrainVersion=Lovelace-M2
springIoVersion=Cairo-RELEASE
springShellVersion=1.2.0.RELEASE
version=0.0.1.BUILD-SNAPSHOT