From 8a5db8e4670d633fa4a54c443b82c0dbbf81a9e4 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 11 Jun 2020 01:29:55 -0700 Subject: [PATCH] Prepare next development iteration. Upgrade to Spring Framework 5.2.7.RELEEASE. Upgrade to Spring Boot 2.3.1.BUILD-SNAPSHOT. Upgrade to Spring Data for Apache Geode & Pivotal GemFire 2.3.1.RELEASE. Upgrade to Spring Data Release Train Neumann-SR1. Set version to 1.3.1.BUILD-SNAPSHOT. --- gradle.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index 8d2490c5..852b2d50 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,14 +5,14 @@ byteBuddyVersion=1.10.11 mockitoVersion=3.3.3 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.10.0 -springVersion=5.2.6.RELEASE -springBootVersion=2.3.0.RELEASE -springDataGemFireVersion=2.3.0.RELEASE -springDataGeodeVersion=2.3.0.RELEASE +springVersion=5.2.7.RELEASE +springBootVersion=2.3.1.BUILD-SNAPSHOT +springDataGemFireVersion=2.3.1.RELEASE +springDataGeodeVersion=2.3.1.RELEASE springDataGeodeTestVersion=0.0.16.RELEASE -springDataReleaseTrainVersion=Neumann-RELEASE +springDataReleaseTrainVersion=Neumann-SR1 springSessionBomVersion=Dragonfruit-RELEASE springSessionDataGeodeVersion=2.3.0.RELEASE springShellVersion=1.2.0.RELEASE testcontainersVersion=1.14.3 -version=1.3.0.RELEASE +version=1.3.1.BUILD-SNAPSHOT