From d476139c06ab58622cae849923d5030d742fdde9 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 21 Aug 2018 00:18:21 -0700 Subject: [PATCH] Prepare next development iteration. --- README.adoc | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 9bf9770..bf5c624 100644 --- a/README.adoc +++ b/README.adoc @@ -25,7 +25,7 @@ By participating, you are expected to uphold this code. Please report unaccepta == Documentation The documentation for current Spring Session for Apache Geode and Pivotal GemFire can be found -https://docs.spring.io/autorepo/docs/spring-session-data-geode-build/2.0.2.RELEASE/reference/html5/[here]. +https://docs.spring.io/autorepo/docs/spring-session-data-geode-build/2.0.5.RELEASE/reference/html5/[here]. = Spring Session Project Site diff --git a/gradle.properties b/gradle.properties index 1ceed76..ff6b9f9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ springDataGemFireVersion=2.0.9.RELEASE springDataGeodeVersion=2.0.9.RELEASE springDataGeodeTestVersion=0.0.1.BUILD-SNAPSHOT springDataReleaseTrainVersion=Kay-SR9 -springSessionVersion=2.0.5.RELEASE +springSessionVersion=2.0.6.BUILD-SNAPSHOT springSessionBomVersion=Apple-SR4 springShellVersion=1.2.0.RELEASE -version=2.0.5.RELEASE +version=2.0.6.BUILD-SNAPSHOT