Update dependencies.

Upgrade to Spring Data Release Train Lovelace-BUILD-SNAPSHOT.

Upgrade to Spring Data for Apache Geode & Pivotal GemFire 2.1.9.BUILD-SNAPSHOT.

Upgrade to Spring Session for Apache Geode & Pivotal GemFire 2.1.4.BUILD-SNAPSHOT.

Upgrade to Spring Test for Apache Geode & Pivotal GemFire 0.0.3.BUILD-SNAPSHOT.
This commit is contained in:
John Blum
2019-06-10 10:17:18 -07:00
parent 567b231954
commit 27325f8f5d
2 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ group = 'org.springframework.geode'
description = 'Spring Boot for Apache Geode & Pivotal GemFire'
//ext['spring.version'] = "$springVersion"
//ext['spring-data-releasetrain.version'] = "$springDataReleaseTrainVersion"
ext['spring-data-releasetrain.version'] = "$springDataReleaseTrainVersion"
ext.snapshotBuild = version.endsWith('SNAPSHOT')
ext.releaseBuild = version.endsWith('RELEASE')

View File

@@ -6,11 +6,11 @@ multithreadedtcVersion=1.01
pivotalGemFireVersion=9.5.3
springVersion=5.1.7.RELEASE
springBootVersion=2.1.4.RELEASE
springDataGemFireVersion=2.1.8.RELEASE
springDataGeodeVersion=2.1.8.RELEASE
springDataGeodeTestVersion=0.0.2.RELEASE
springDataReleaseTrainVersion=Lovelace-SR8
springDataGemFireVersion=2.1.9.BUILD-SNAPSHOT
springDataGeodeVersion=2.1.9.BUILD-SNAPSHOT
springDataGeodeTestVersion=0.0.3.BUILD-SNAPSHOT
springDataReleaseTrainVersion=Lovelace-BUILD-SNAPSHOT
springSessionBomVersion=Bean-SR5
springSessionDataGeodeVersion=2.1.3.RELEASE
springSessionDataGeodeVersion=2.1.4.BUILD-SNAPSHOT
springShellVersion=1.2.0.RELEASE
version=1.1.0.BUILD-SNAPSHOT