From 3df7146b9e71f3727719a3f3bea1cdc4e6a5fe2b Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 13 Nov 2018 22:25:04 -0800 Subject: [PATCH] Prepare next development iteration. --- README.adoc | 4 ++-- gradle.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index 40fb77f..95c2ed3 100644 --- a/README.adoc +++ b/README.adoc @@ -25,8 +25,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.0.RELEASE/reference/html5/[here] -and Javadoc is available https://docs.spring.io/autorepo/docs/spring-session-data-geode-build/2.1.0.RELEASE/api/[here]. +https://docs.spring.io/autorepo/docs/spring-session-data-geode-build/2.1.1.RELEASE/reference/html5/[here] +and Javadoc is available https://docs.spring.io/autorepo/docs/spring-session-data-geode-build/2.1.1.RELEASE/api/[here]. = Spring Session Project Site diff --git a/gradle.properties b/gradle.properties index 9f32eb0..0c54bf6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ springDataGemFireVersion=2.1.2.RELEASE springDataGeodeVersion=2.1.2.RELEASE springDataGeodeTestVersion=0.0.1.M6 springDataReleaseTrainVersion=Lovelace-SR2 -springSessionVersion=2.1.1.RELEASE +springSessionVersion=2.1.2.BUILD-SNAPSHOT springSessionBomVersion=Bean-RELEASE springShellVersion=1.2.0.RELEASE -version=2.1.1.RELEASE +version=2.1.2.BUILD-SNAPSHOT