Upgrade to Spring Data Lovelace-SR21.

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

Upgrade to Spring Data Build 2.1.21.RELEASE.

Upgrade to Spring Data Release Train (BOM) Lovelace-SR21.
This commit is contained in:
John Blum
2020-11-03 15:32:13 -08:00
parent 4ea609ea70
commit 09ea201888
2 changed files with 5 additions and 6 deletions

View File

@@ -8,9 +8,8 @@ multithreadedtcVersion=1.01
pivotalGemFireVersion=9.5.4
springVersion=5.1.19.RELEASE
springBootVersion=2.1.18.RELEASE
springDataGemFireVersion=2.1.10.RELEASE
springDataGeodeVersion=2.1.10.RELEASE
springDataReleaseTrainVersion=Lovelace-SR10
#springDataReleaseTrainVersion=Moore-BUILD-SNAPSHOT
springDataGemFireVersion=2.1.21.RELEASE
springDataGeodeVersion=2.1.21.RELEASE
springDataReleaseTrainVersion=Lovelace-SR21
springShellVersion=1.2.0.RELEASE
version=0.0.8-LOVELACE-SNAPSHOT

View File

@@ -8,7 +8,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.1.10.RELEASE</version>
<version>2.1.21.RELEASE</version>
</parent>
<groupId>org.springframework.data</groupId>
@@ -91,7 +91,7 @@
<multithreadedtc.version>1.01</multithreadedtc.version>
<spring.version>5.1.19.RELEASE</spring.version>
<spring-boot.version>2.1.18.RELEASE</spring-boot.version>
<spring-data-releasetrain.version>Lovelace-SR10</spring-data-releasetrain.version>
<spring-data-releasetrain.version>Lovelace-SR21</spring-data-releasetrain.version>
<spring-shell.version>1.2.0.RELEASE</spring-shell.version>
</properties>