Prepare next development iteration.

Set Spring Framework version to 5.2.4.BUILD-SNAPSHOT.

Set Spring Data Commons version to 2.2.5.BUILD-SNAPSHOT.

Set Spring Data for Apache Geode and Pivotal GemFire version to 2.2.5.BUILD-SNAPSHOT.

Set Spring Data Release Train version to Moore-BUILD-SNAPSHOT.

Set Spring Session version to 2.2.1.BUILD-SNAPSHOT.

Set Spring Session BOM version to Corn-BUILD-SNAPSHOT.

Set Spring Test for Apache Geode and Pivotal GemFire version to 0.0.13.BUILD-SNAPSHOT.

Upgrade to Pivotal GemFire 9.8.6.

Set version to 2.2.3.BUILD-SNAPSHOT.
This commit is contained in:
John Blum
2020-01-23 21:11:17 -08:00
parent 2ddd015b41
commit a6cf984438
2 changed files with 14 additions and 14 deletions

View File

@@ -16,10 +16,10 @@ group = 'org.springframework.session'
description = 'Spring Session for Apache Geode'
ext['groovy.version'] = "$groovyVersion"
//ext['spring.version'] = "$springVersion"
//ext['spring-framework.version'] = "$springVersion"
//ext['spring-data-releasetrain.version'] = "$springDataReleaseTrainVersion"
//ext['spring-session-bom.version'] = "$springSessionBomVersion"
ext['spring.version'] = "$springVersion"
ext['spring-framework.version'] = "$springVersion"
ext['spring-data-releasetrain.version'] = "$springDataReleaseTrainVersion"
ext['spring-session-bom.version'] = "$springSessionBomVersion"
ext.snapshotBuild = version.endsWith('SNAPSHOT')
ext.releaseBuild = version.endsWith('RELEASE')

View File

@@ -4,17 +4,17 @@ apacheTaglibsStandardVersion=1.2.5
groovyVersion=2.4.15
javaxServletJspJstlApiVersion=1.2.1
multithreadedtcVersion=1.01
pivotalGemFireVersion=9.8.4
pivotalGemFireVersion=9.8.6
# The Spring Boot & Spring Session version are the only required version properties.
# The other Spring version properties are for overriding/testing purposes.
springVersion=5.2.3.RELEASE
springVersion=5.2.4.BUILD-SNAPSHOT
springBootVersion=2.2.4.RELEASE
springDataCommonsVersion=2.2.4.RELEASE
springDataGemFireVersion=2.2.4.RELEASE
springDataGeodeVersion=2.2.4.RELEASE
springDataGeodeTestVersion=0.0.12.RELEASE
springDataReleaseTrainVersion=Moore-SR4
springSessionVersion=2.2.0.RELEASE
springSessionBomVersion=Corn-RELEASE
springDataCommonsVersion=2.2.5.BUILD-SNAPSHOT
springDataGemFireVersion=2.2.5.BUILD-SNAPSHOT
springDataGeodeVersion=2.2.5.BUILD-SNAPSHOT
springDataGeodeTestVersion=0.0.13.BUILD-SNAPSHOT
springDataReleaseTrainVersion=Moore-BUILD-SNAPSHOT
springSessionVersion=2.2.1.BUILD-SNAPSHOT
springSessionBomVersion=Corn-BUILD-SNAPSHOT
springShellVersion=1.2.0.RELEASE
version=2.2.2.RELEASE
version=2.2.3.BUILD-SNAPSHOT