From 8ca9c2bf2c510042376ac6b80c27fcf7f2716a1b Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 9 Nov 2020 11:49:18 -0800 Subject: [PATCH] Prepare next development iteration. Set Spring Session core version to 2.2.5.BUILD-SNAPSHOT. Set version to 2.2.7.BUILD-SNAPSHOT. --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index f9a7ec1..480bb1d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ springDataGemFireVersion=2.2.11.RELEASE springDataGeodeVersion=2.2.11.RELEASE springDataGeodeTestVersion=0.0.13.RELEASE springDataReleaseTrainVersion=Moore-SR11 -springSessionVersion=2.2.4.RELEASE +springSessionVersion=2.2.5.BUILD-SNAPSHOT springSessionBomVersion=Corn-SR4 springShellVersion=1.2.0.RELEASE -version=2.2.6.RELEASE +version=2.2.7.BUILD-SNAPSHOT