From 50fad617e82b40d0e219ded94c711853a92a3f5b Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 17 Sep 2020 18:58:46 -0700 Subject: [PATCH] Prepare next development iteration. Set Spring Boot version to 2.3.5.BUILD-SNAPSHOT. Set version to 1.3.5.BUILD-SNAPSHOT. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index a05b47a0..ccc0dac9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ multithreadedtcVersion=1.01 pivotalCloudCacheVersion=1.12.0 pivotalGemFireVersion=9.10.2 springVersion=5.2.9.RELEASE -springBootVersion=2.3.4.RELEASE +springBootVersion=2.3.5.BUILD-SNAPSHOT springDataGemFireVersion=2.3.4.RELEASE springDataGeodeVersion=2.3.4.RELEASE springDataGeodeTestVersion=0.0.19.RELEASE @@ -17,4 +17,4 @@ springSessionBomVersion=Dragonfruit-SR1 springSessionDataGeodeVersion=2.3.1.RELEASE springShellVersion=1.2.0.RELEASE testcontainersVersion=1.14.3 -version=1.3.4.RELEASE +version=1.3.5.BUILD-SNAPSHOT