From ca1f77df1945a01efed5365c84ed2213191d0787 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 13 May 2020 23:29:19 -0700 Subject: [PATCH] Prepare next development iteration. Set Spring Data for Apache Geode & Pivotal GemFire version to 2.3.0.RELEASE. Set Spring Data Release Train version to Neumann-RELEASE. Set Spring Session for Apache Geode & Pivotal GemFire version to 2.3.0.RELEASE. Set Spring Session BOM version to Dragonfruit-RELEASE. Set version to 1.3.0.BUILD-SNAPSHOT. --- gradle.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index 660a2bf9..b8289c5f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,12 +7,12 @@ multithreadedtcVersion=1.01 pivotalGemFireVersion=9.10.0 springVersion=5.2.6.RELEASE springBootVersion=2.3.0.RC1 -springDataGemFireVersion=2.3.0.RC2 -springDataGeodeVersion=2.3.0.RC2 +springDataGemFireVersion=2.3.0.RELEASE +springDataGeodeVersion=2.3.0.RELEASE springDataGeodeTestVersion=0.0.15.RELEASE -springDataReleaseTrainVersion=Neumann-RC2 -springSessionBomVersion=Dragonfruit-RC2 -springSessionDataGeodeVersion=2.3.0.RC2 +springDataReleaseTrainVersion=Neumann-RELEASE +springSessionBomVersion=Dragonfruit-RELEASE +springSessionDataGeodeVersion=2.3.0.RELEASE springShellVersion=1.2.0.RELEASE testcontainersVersion=1.14.1 -version=1.3.0.RC1 +version=1.3.0.BUILD-SNAPSHOT