From 4889f46143312846e57e24385950472c95a285ed Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 21 Jan 2022 12:13:55 -0800 Subject: [PATCH] Prepare next development iteration. Set Spring Boot version to 2.7.0-SNAPSHOT. Set version to 1.7.0-SNAPSHOT. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 6f250b7c..34479b7c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ multithreadedtcVersion=1.01 pivotalCloudCacheVersion=1.14.2 pivotalGemFireVersion=9.10.14 springVersion=5.3.15 -springBootVersion=2.7.0-M1 +springBootVersion=2.7.0-SNAPSHOT springCloudBindingsVersion=1.8.1 springDataBomVersion=2021.2.0-M2 springDataGeodeVersion=2.7.0-M2 @@ -17,4 +17,4 @@ springSessionBomVersion=2021.2.0-M1 springSessionDataGeodeVersion=2.7.0-M1 springShellVersion=1.2.0.RELEASE testcontainersVersion=1.16.3 -version=1.7.0-M1 +version=1.7.0-SNAPSHOT