Prepare next development iteration.

This commit is contained in:
John Blum
2019-08-13 22:17:35 -07:00
parent 39ed80748a
commit b26be936fb
2 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -8,13 +8,13 @@ pivotalGemFireVersion=9.8.3
# 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.0.RC1
springBootVersion=2.2.0.M5
springBootVersion=2.2.0.BUILD-SNAPSHOT
springDataCommonsVersion=2.2.0.RC2
springDataGemFireVersion=2.2.0.RC2
springDataGeodeVersion=2.2.0.RC2
springDataGeodeTestVersion=0.0.7.RELEASE
springDataReleaseTrainVersion=Moore-RC2
springSessionVersion=2.2.0.M3
springSessionBomVersion=Corn-M3
springSessionVersion=2.2.0.BUILD-SNAPSHOT
springSessionBomVersion=Corn-BUILD-SNAPSHOT
springShellVersion=1.2.0.RELEASE
version=2.2.0.M3
version=2.2.0.BUILD-SNAPSHOT