Prepare next development iteration.

Set version to 1.1.1.BUILD-SNAPSHOT.

Set Spring Framework version to 5.1.10.BUILD-SNAPSHOT.

Set Spring Boot version to 2.1.8.BUILD-SNAPSHOT.

Set Spring Data for Apache Geode & Pivotal GemFire version to 2.1.11.BUILD-SNAPSHOT.

Set Spring Data Relese Train version to Lovelace-BUILD-SNAPSHOT.

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

Set Spring Session for Apache Geode & Pivotal GemFire version to 2.1.6.BUILD-SNAPSHOT.
This commit is contained in:
John Blum
2019-08-21 11:08:01 -07:00
parent 7ff9d00adc
commit 7073064886
2 changed files with 10 additions and 10 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.5.4
springVersion=5.1.9.RELEASE
springBootVersion=2.1.7.RELEASE
springDataGemFireVersion=2.1.10.RELEASE
springDataGeodeVersion=2.1.10.RELEASE
springVersion=5.1.10.BUILD-SNAPSHOT
springBootVersion=2.1.8.BUILD-SNAPSHOT
springDataGemFireVersion=2.1.11.BUILD-SNAPSHOT
springDataGeodeVersion=2.1.11.BUILD-SNAPSHOT
springDataGeodeTestVersion=0.0.7.RELEASE
springDataReleaseTrainVersion=Lovelace-SR10
springSessionBomVersion=Bean-SR7
springSessionDataGeodeVersion=2.1.5.RELEASE
springDataReleaseTrainVersion=Lovelace-BUILD-SNAPSHOT
springSessionBomVersion=Bean-BUILD-SNAPSHOT
springSessionDataGeodeVersion=2.1.6.BUILD-SNAPSHOT
springShellVersion=1.2.0.RELEASE
testcontainersVersion=1.11.3
version=1.1.0.RELEASE
version=1.1.1.BUILD-SNAPSHOT