Prepare next development iteration.

Set Spring Data for Apache Geode & VMware Tanzu (Pivotal) GemFire version to 2.3.6.BUILD-SNAPSHOT.

Set Spring Data Build version to 2.3.6.BUILD-SNAPSHOT.

Set Spring Data Release Train (BOM) version to Neumann-BUILD-SNAPSHOT.

Set version to 0.0.21-SNAPSHOT.
This commit is contained in:
John Blum
2020-11-03 12:42:14 -08:00
parent 1a94b1d9a4
commit 2f14f9691c
4 changed files with 9 additions and 9 deletions

View File

@@ -9,8 +9,8 @@ multithreadedtcVersion=1.01
pivotalGemFireVersion=9.10.4
springVersion=5.2.10.RELEASE
springBootVersion=2.3.5.RELEASE
springDataGemFireVersion=2.3.5.RELEASE
springDataGeodeVersion=2.3.5.RELEASE
springDataReleaseTrainVersion=Neumann-SR5
springDataGemFireVersion=2.3.6.BUILD-SNAPSHOT
springDataGeodeVersion=2.3.6.BUILD-SNAPSHOT
springDataReleaseTrainVersion=Neumann-BUILD-SNAPSHOT
springShellVersion=1.2.0.RELEASE
version=0.0.20.RELEASE
version=0.0.21-SNAPSHOT

View File

@@ -8,12 +8,12 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.3.5.RELEASE</version>
<version>2.3.6.BUILD-SNAPSHOT</version>
</parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-test-data-geode-build</artifactId>
<version>0.0.20.RELEASE</version>
<version>0.0.21-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -94,7 +94,7 @@
<pivotal-gemfire.version>9.10.4</pivotal-gemfire.version>
<spring.version>5.2.10.RELEASE</spring.version>
<spring-boot.version>2.3.5.RELEASE</spring-boot.version>
<spring-data-releasetrain.version>Neumann-SR5</spring-data-releasetrain.version>
<spring-data-releasetrain.version>Neumann-BUILD-SNAPSHOT</spring-data-releasetrain.version>
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
</properties>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-test-data-geode-build</artifactId>
<version>0.0.20.RELEASE</version>
<version>0.0.21-SNAPSHOT</version>
</parent>
<artifactId>spring-data-gemfire-test</artifactId>

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-test-data-geode-build</artifactId>
<version>0.0.20.RELEASE</version>
<version>0.0.21-SNAPSHOT</version>
</parent>
<artifactId>spring-data-geode-test</artifactId>