From 5ce2f484e86d26d41d6f5584c23bd36c28c28b09 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 17 Oct 2019 20:32:13 -0700 Subject: [PATCH] Prepare next development iteration. Upgrade to Spring Boot 2.2.1.BUILD-SNAPSHOT. Set version to 1.2.1.BUILD-SNAPSHOT. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 81c73fe2..660e22e6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ mockitoVersion=3.1.0 multithreadedtcVersion=1.01 pivotalGemFireVersion=9.8.4 springVersion=5.2.0.RELEASE -springBootVersion=2.2.0.RELEASE +springBootVersion=2.2.1.BUILD-SNAPSHOT springDataGemFireVersion=2.2.0.RELEASE springDataGeodeVersion=2.2.0.RELEASE springDataGeodeTestVersion=0.0.9.RELEASE @@ -15,4 +15,4 @@ springSessionBomVersion=Corn-RELEASE springSessionDataGeodeVersion=2.2.0.RELEASE springShellVersion=1.2.0.RELEASE testcontainersVersion=1.11.3 -version=1.2.0.RELEASE +version=1.2.1.BUILD-SNAPSHOT