Upgrade to Spring Data Moore-SR11.

Upgrade to Spring Data for Apache Geode & VMware Tanzu (Pivotal) GemFire 2.2.11.RELEASE.

Upgrade to Spring Data Build 2.2.11.RELEASE.

Upgrade to Spring Data Release Train (BOM) Moore-SR11.
This commit is contained in:
John Blum
2020-11-03 14:41:06 -08:00
parent 5e46ae5f9f
commit cbcd07220b
2 changed files with 5 additions and 6 deletions

View File

@@ -8,9 +8,8 @@ multithreadedtcVersion=1.01
pivotalGemFireVersion=9.8.10 pivotalGemFireVersion=9.8.10
springVersion=5.2.10.RELEASE springVersion=5.2.10.RELEASE
springBootVersion=2.2.11.RELEASE springBootVersion=2.2.11.RELEASE
springDataGemFireVersion=2.2.6.RELEASE springDataGemFireVersion=2.2.11.RELEASE
springDataGeodeVersion=2.2.6.RELEASE springDataGeodeVersion=2.2.11.RELEASE
springDataReleaseTrainVersion=Moore-SR6 springDataReleaseTrainVersion=Moore-SR11
#springDataReleaseTrainVersion=Neumann-BUILD-SNAPSHOT
springShellVersion=1.2.0.RELEASE springShellVersion=1.2.0.RELEASE
version=0.0.14-MOORE-SNAPSHOT version=0.0.14-MOORE-SNAPSHOT

View File

@@ -8,7 +8,7 @@
<parent> <parent>
<groupId>org.springframework.data.build</groupId> <groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId> <artifactId>spring-data-parent</artifactId>
<version>2.2.6.RELEASE</version> <version>2.2.11.RELEASE</version>
</parent> </parent>
<groupId>org.springframework.data</groupId> <groupId>org.springframework.data</groupId>
@@ -94,7 +94,7 @@
<pivotal-gemfire.version>9.8.10</pivotal-gemfire.version> <pivotal-gemfire.version>9.8.10</pivotal-gemfire.version>
<spring.version>5.2.10.RELEASE</spring.version> <spring.version>5.2.10.RELEASE</spring.version>
<spring-boot.version>2.2.11.RELEASE</spring-boot.version> <spring-boot.version>2.2.11.RELEASE</spring-boot.version>
<spring-data-releasetrain.version>Moore-BUILD-SNAPSHOT</spring-data-releasetrain.version> <spring-data-releasetrain.version>Moore-SR11</spring-data-releasetrain.version>
<spring-shell.version>1.2.0.RELEASE</spring-shell.version> <spring-shell.version>1.2.0.RELEASE</spring-shell.version>
</properties> </properties>