From 4fa4703777c532cd852387204436500279e935ad Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Wed, 19 Oct 2022 15:00:55 -0500 Subject: [PATCH] Align Versioning with Spring Session Core When the bom contained artifacts that were different versions, the calver made sense. However, since gh-217 all artifacts are now the same version. We should switch from calver to using a version that aligns with Spring Session Core. Closes gh-218 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 98c99a2..9d1effd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -version=2022.0.0-SNAPSHOT +version=3.0.0-SNAPSHOT springSessionCoreVersion=3.0.0-RC1