From 94b9138b37add22382167c7574d6fe2ea6e376cb Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 21 Oct 2020 15:42:50 -0700 Subject: [PATCH] Prepare next development iteration. Set Spring Boot version to 2.4.0-SNAPSHOT. Set version to 1.4.0-SNAPSHOT. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index ed660886..b636c94c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ multithreadedtcVersion=1.01 pivotalCloudCacheVersion=1.12.0 pivotalGemFireVersion=9.10.2 springVersion=5.3.0-RC2 -springBootVersion=2.4.0-M4 +springBootVersion=2.4.0-SNAPSHOT springDataGeodeVersion=2.4.0-RC2 springDataGeodeTestVersion=0.0.19.RELEASE springDataReleaseTrainVersion=2020.0.0-RC2 @@ -16,4 +16,4 @@ springSessionBomVersion=2020.0.0-RC1 springSessionDataGeodeVersion=2.4.0-RC1 springShellVersion=1.2.0.RELEASE testcontainersVersion=1.14.3 -version=1.4.0-M4 +version=1.4.0-SNAPSHOT