diff --git a/gradle.properties b/gradle.properties index 0c12bba..d58b261 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,13 +8,13 @@ pivotalGemFireVersion=9.8.4 # The Spring Boot & Spring Session version are the only required version properties. # The other Spring version properties are for overriding/testing purposes. springVersion=5.2.0.RELEASE -springBootVersion=2.2.0.M6 +springBootVersion=2.2.0.BUILD-SNAPSHOT springDataCommonsVersion=2.2.0.RELEASE springDataGemFireVersion=2.2.0.RELEASE springDataGeodeVersion=2.2.0.RELEASE springDataGeodeTestVersion=0.0.9.RELEASE springDataReleaseTrainVersion=Moore-RELEASE -springSessionVersion=2.2.0.RC1 +springSessionVersion=2.2.0.BUILD-SNAPSHOT springSessionBomVersion=Corn-BUILD-SNAPSHOT springShellVersion=1.2.0.RELEASE -version=2.2.0.RC1 +version=2.2.0.BUILD-SNAPSHOT