Prepare the 0.0.13.RELEASE.

Set Spring Data for Apache Geode & Pivotal GemFire version to 2.2.4.RELEASE.

Set Spring Data Release Train version to Moore-SR4.
This commit is contained in:
John Blum
2020-02-22 20:35:20 -08:00
parent 68c5edb974
commit 44cac6fef5
2 changed files with 6 additions and 6 deletions

View File

@@ -8,9 +8,9 @@ multithreadedtcVersion=1.01
pivotalGemFireVersion=9.8.6
springVersion=5.2.3.RELEASE
springBootVersion=2.2.4.RELEASE
springDataGemFireVersion=2.2.5.BUILD-SNAPSHOT
springDataGeodeVersion=2.2.5.BUILD-SNAPSHOT
springDataReleaseTrainVersion=Moore-BUILD-SNAPSHOT
springDataGemFireVersion=2.2.4.RELEASE
springDataGeodeVersion=2.2.4.RELEASE
springDataReleaseTrainVersion=Moore-SR4
#springDataReleaseTrainVersion=Neumann-BUILD-SNAPSHOT
springShellVersion=1.2.0.RELEASE
version=0.0.13.BUILD-SNAPSHOT

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.2.5.BUILD-SNAPSHOT</version>
<version>2.2.4.RELEASE</version>
</parent>
<groupId>org.springframework.data</groupId>
@@ -84,7 +84,7 @@
<maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- <apache-geode.version>1.9.2</apache-geode.version>-->
<assertj.version>3.14.0</assertj.version>
<assertj.version>3.15.0</assertj.version>
<junit.version>4.13</junit.version>
<log4j.version>2.12.1</log4j.version>
<logback.version>1.2.3</logback.version>
@@ -94,7 +94,7 @@
<!-- <pivotal-gemfire.version>9.8.6</pivotal-gemfire.version>-->
<spring.version>5.2.3.RELEASE</spring.version>
<spring-boot.version>2.2.4.RELEASE</spring-boot.version>
<spring-data-releasetrain.version>Moore-BUILD-SNAPSHOT</spring-data-releasetrain.version>
<spring-data-releasetrain.version>Moore-SR4</spring-data-releasetrain.version>
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
</properties>