From fbac8b17dbd5b5502068a2997d70cd877eddb56f Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 11 Dec 2019 15:19:06 -0800 Subject: [PATCH] Prepare next development iteration. Set version to 2.2.2.BUILD-SNAPSHOT. Set Spring Session version to 2.2.1.BUILD-SNAPSHOT. Set Spring Session BOM version to Corn-BUILD-SNAPSHOT. --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 84c7de3..2e7d90c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ springDataGemFireVersion=2.2.3.RELEASE springDataGeodeVersion=2.2.3.RELEASE springDataGeodeTestVersion=0.0.11.RELEASE springDataReleaseTrainVersion=Moore-SR3 -springSessionVersion=2.2.0.RELEASE -springSessionBomVersion=Corn-RELEASE +springSessionVersion=2.2.1.BUILD-SNAPSHOT +springSessionBomVersion=Corn-BUILD-SNAPSHOT springShellVersion=1.2.0.RELEASE -version=2.2.1.RELEASE +version=2.2.2.BUILD-SNAPSHOT