Upgrade to Spring Data Neumann-RELEASE.

Upgrade to Spring Data for Apache Geode & Pivotal GemFire 2.3.0.RELEASE.

Upgrade to Spring Data Release Train Neumann-RELEASE.
This commit is contained in:
John Blum
2020-05-13 14:57:47 -07:00
parent 6ccf73a583
commit 0a80d8596e
2 changed files with 6 additions and 6 deletions

View File

@@ -8,9 +8,9 @@ multithreadedtcVersion=1.01
pivotalGemFireVersion=9.10.0 pivotalGemFireVersion=9.10.0
springVersion=5.2.6.RELEASE springVersion=5.2.6.RELEASE
springBootVersion=2.3.0.RC1 springBootVersion=2.3.0.RC1
springDataGemFireVersion=2.2.7.BUILD-SNAPSHOT springDataGemFireVersion=2.3.0.RELEASE
springDataGeodeVersion=2.2.7.BUILD-SNAPSHOT springDataGeodeVersion=2.3.0.RELEASE
springDataReleaseTrainVersion=Moore-BUILD-SNAPSHOT springDataReleaseTrainVersion=Neumann-RELEASE
#springDataReleaseTrainVersion=Neumann-BUILD-SNAPSHOT #springDataReleaseTrainVersion=Ockham-BUILD-SNAPSHOT
springShellVersion=1.2.0.RELEASE springShellVersion=1.2.0.RELEASE
version=0.0.15.BUILD-SNAPSHOT version=0.0.15.BUILD-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.7.BUILD-SNAPSHOT</version> <version>2.3.0.RELEASE</version>
</parent> </parent>
<groupId>org.springframework.data</groupId> <groupId>org.springframework.data</groupId>
@@ -94,7 +94,7 @@
<!-- <pivotal-gemfire.version>9.8.7</pivotal-gemfire.version>--> <!-- <pivotal-gemfire.version>9.8.7</pivotal-gemfire.version>-->
<spring.version>5.2.6.RELEASE</spring.version> <spring.version>5.2.6.RELEASE</spring.version>
<spring-boot.version>2.3.0.RC1</spring-boot.version> <spring-boot.version>2.3.0.RC1</spring-boot.version>
<spring-data-releasetrain.version>Moore-BUILD-SNAPSHOT</spring-data-releasetrain.version> <spring-data-releasetrain.version>Neumann-RELEASE</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>