From 978e6d958413abdacd069074a87e35c758cb5e4a Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 19 May 2020 03:24:48 -0700 Subject: [PATCH] Prepare next development iteration. Set Spring Boot version to 2.2.8.BUILD-SNAPSHOT. Set version to 1.2.8.BUILD-SNAPSHOT. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 08da4b64..21083959 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ mockitoVersion=3.3.3 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.8.7 springVersion=5.2.6.RELEASE -springBootVersion=2.2.7.RELEASE +springBootVersion=2.2.8.BUILD-SNAPSHOT springDataGemFireVersion=2.2.7.RELEASE springDataGeodeVersion=2.2.7.RELEASE springDataGeodeTestVersion=0.0.14.RELEASE @@ -15,4 +15,4 @@ springSessionBomVersion=Corn-SR2 springSessionDataGeodeVersion=2.2.4.RELEASE springShellVersion=1.2.0.RELEASE testcontainersVersion=1.14.1 -version=1.2.7.RELEASE +version=1.2.8.BUILD-SNAPSHOT