Prepare version 1.2.0.M1.

Set Spring Framework version to 5.2.0.RC1.

Set Spring Boot version to 2.2.0.M5.

Set Spring Data Release Train version to Moore-RC2.

Set Spring Data for Apache Geode & Pivotal GemFire version to 2.2.0.RC2.

Set Srping Session BOM version to Corn-M3.

Set Spring Session for Apache Geode & Pivotal GemFire version to 2.2.0.M3.
This commit is contained in:
John Blum
2019-08-21 12:36:47 -07:00
parent bdd8525e3b
commit ce67b08800
2 changed files with 9 additions and 9 deletions

View File

@@ -14,8 +14,8 @@ apply plugin: 'io.spring.convention.root'
group = 'org.springframework.geode'
description = 'Spring Boot for Apache Geode & Pivotal GemFire'
ext['spring.version'] = "$springVersion"
ext['spring-data-releasetrain.version'] = "$springDataReleaseTrainVersion"
//ext['spring.version'] = "$springVersion"
//ext['spring-data-releasetrain.version'] = "$springDataReleaseTrainVersion"
ext.snapshotBuild = version.endsWith('SNAPSHOT')
ext.releaseBuild = version.endsWith('RELEASE')

View File

@@ -4,14 +4,14 @@ byteBuddyVersion=1.9.10
mockitoVersion=3.0.0
multithreadedtcVersion=1.01
pivotalGemFireVersion=9.8.3
springVersion=5.2.0.BUILD-SNAPSHOT
springBootVersion=2.2.0.BUILD-SNAPSHOT
springDataGemFireVersion=2.2.0.BUILD-SNAPSHOT
springDataGeodeVersion=2.2.0.BUILD-SNAPSHOT
springVersion=5.2.0.RC1
springBootVersion=2.2.0.M5
springDataGemFireVersion=2.2.0.RC2
springDataGeodeVersion=2.2.0.RC2
springDataGeodeTestVersion=0.0.7.RELEASE
springDataReleaseTrainVersion=Moore-BUILD-SNAPSHOT
springSessionBomVersion=Corn-BUILD-SNAPSHOT
springSessionDataGeodeVersion=2.2.0.BUILD-SNAPSHOT
springDataReleaseTrainVersion=Moore-RC2
springSessionBomVersion=Corn-M3
springSessionDataGeodeVersion=2.2.0.M3
springShellVersion=1.2.0.RELEASE
testcontainersVersion=1.11.3
version=1.2.0.BUILD-SNAPSHOT