Prepare next development iteration.

Upgrade to Pivotal GemFire 9.8.6.

Upgrade to Spring Data for Apache Geode & Pivotal GemFire 2.2.5.BUILD-SNAPSHOT.

Upgrade to Spring Data Release Train Moore-BUILD-SNAPSHOT.

Set version to 0.0.13.BUILD-SNAPSHOT.
This commit is contained in:
John Blum
2020-01-23 12:56:36 -08:00
parent aa73e4d0c6
commit 7ff805c699
4 changed files with 10 additions and 10 deletions

View File

@@ -5,12 +5,12 @@ junitVersion=4.13
lombokVersion=1.18.10
mockitoVersion=3.2.4
multithreadedtcVersion=1.01
pivotalGemFireVersion=9.8.4
pivotalGemFireVersion=9.8.6
springVersion=5.2.3.RELEASE
springBootVersion=2.2.4.RELEASE
springDataGemFireVersion=2.2.4.RELEASE
springDataGeodeVersion=2.2.4.RELEASE
springDataReleaseTrainVersion=Moore-SR4
springDataGemFireVersion=2.2.5.BUILD-SNAPSHOT
springDataGeodeVersion=2.2.5.BUILD-SNAPSHOT
springDataReleaseTrainVersion=Moore-BUILD-SNAPSHOT
#springDataReleaseTrainVersion=Neumann-BUILD-SNAPSHOT
springShellVersion=1.2.0.RELEASE
version=0.0.12.RELEASE
version=0.0.13.BUILD-SNAPSHOT

View File

@@ -8,12 +8,12 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.2.4.RELEASE</version>
<version>2.2.5.BUILD-SNAPSHOT</version>
</parent>
<groupId>org.springframework.data</groupId>
<artifactId>spring-test-data-geode-build</artifactId>
<version>0.0.12.RELEASE</version>
<version>0.0.13.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -93,7 +93,7 @@
<multithreadedtc.version>1.01</multithreadedtc.version>
<spring.version>5.2.3.RELEASE</spring.version>
<spring-boot.version>2.2.4.RELEASE</spring-boot.version>
<spring-data-releasetrain.version>Moore-SR4</spring-data-releasetrain.version>
<spring-data-releasetrain.version>Moore-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.12.RELEASE</version>
<version>0.0.13.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.12.RELEASE</version>
<version>0.0.13.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-data-geode-test</artifactId>