Prepare next development iteration.

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

Set Spring Data for Apache Geode & VMware/Pivotal GemFire to 2.3.4.BUILD-SNAPSHOT.

Set version to 0.0.19.BUILD-SNAPSHOT.
This commit is contained in:
John Blum
2020-08-18 14:38:14 -07:00
parent 2a73160357
commit ece0601034
4 changed files with 9 additions and 9 deletions

View File

@@ -9,9 +9,9 @@ multithreadedtcVersion=1.01
pivotalGemFireVersion=9.10.2
springVersion=5.2.8.RELEASE
springBootVersion=2.3.3.RELEASE
springDataGemFireVersion=2.3.3.RELEASE
springDataGeodeVersion=2.3.3.RELEASE
springDataReleaseTrainVersion=Neumann-SR3
springDataGemFireVersion=2.3.4.BUILD-SNAPSHOT
springDataGeodeVersion=2.3.4.BUILD-SNAPSHOT
springDataReleaseTrainVersion=Neumann-BUILD-SNAPSHOT
#springDataReleaseTrainVersion=Ockham-BUILD-SNAPSHOT
springShellVersion=1.2.0.RELEASE
version=0.0.18.RELEASE
version=0.0.19.BUILD-SNAPSHOT

View File

@@ -8,12 +8,12 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.3.3.RELEASE</version>
<version>2.3.4.BUILD-SNAPSHOT</version>
</parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-test-data-geode-build</artifactId>
<version>0.0.18.RELEASE</version>
<version>0.0.19.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -94,7 +94,7 @@
<!-- <pivotal-gemfire.version>9.10.2</pivotal-gemfire.version>-->
<spring.version>5.2.8.RELEASE</spring.version>
<spring-boot.version>2.3.3.RELEASE</spring-boot.version>
<spring-data-releasetrain.version>Neumann-SR3</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.18.RELEASE</version>
<version>0.0.19.BUILD-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.18.RELEASE</version>
<version>0.0.19.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-data-geode-test</artifactId>