From 27f3f1a63b65e37d0402b0ea9b09e876f8b233ff Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 12 Apr 2019 12:33:23 -0700 Subject: [PATCH] Prepare next development iteration. Set Spring Session core version to 2.2.0.BUILD-SNAPSHOT. Set version to 2.2.0.BUILD-SNAPSTHOT. Edit README and set Doc and Javadoc URL link versions to 2.2.0.M1. --- README.adoc | 4 ++-- gradle.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index 4d1b2b1..565a64e 100644 --- a/README.adoc +++ b/README.adoc @@ -67,8 +67,8 @@ By participating, you are expected to uphold this code. Please report unaccepta == Documentation Documentation for _Spring Session for Apache Geode and Pivotal GemFire_ can be found -https://docs.spring.io/autorepo/docs/spring-session-data-geode-build/2.1.2.RELEASE/reference/html5/[here] -and Javadoc is available https://docs.spring.io/autorepo/docs/spring-session-data-geode-build/2.1.2.RELEASE/api/[here]. +https://docs.spring.io/autorepo/docs/spring-session-data-geode-build/2.2.0.M1/reference/html5/[here] +and Javadoc is available https://docs.spring.io/autorepo/docs/spring-session-data-geode-build/2.2.0.M1/api/[here]. = Spring Session Project Site diff --git a/gradle.properties b/gradle.properties index 866b809..a49b45b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ springDataGemFireVersion=2.2.0.M3 springDataGeodeVersion=2.2.0.M3 springDataGeodeTestVersion=0.0.1.RC1 springDataReleaseTrainVersion=Moore-M3 -springSessionVersion=2.2.0.M1 +springSessionVersion=2.2.0.BUILD-SNAPSHOT springSessionBomVersion=Corn-BUILD-SNAPSHOT springShellVersion=1.2.0.RELEASE -version=2.2.0.M1 +version=2.2.0.BUILD-SNAPSHOT