From a847e6ccfcc05e5d655f4cce72e4625f22c7ef44 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 18 Sep 2020 17:47:35 -0700 Subject: [PATCH] Prepare next development iteration. Set Spring Boot version to 1.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 4d0375c5..6434026a 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-RC1 -springBootVersion=2.4.0-M3 +springBootVersion=2.4.0-SNAPSHOT springDataGeodeVersion=2.4.0-RC1 springDataGeodeTestVersion=0.0.19.RELEASE springDataReleaseTrainVersion=2020.0.0-RC1 @@ -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-M3 +version=1.4.0-SNAPSHOT