From 184894eb5ba604fdd4cf337d6fce3adf2ed38783 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 24 Oct 2018 22:04:34 -0700 Subject: [PATCH] Prepare next development iteration. --- README.adoc | 6 +++--- build.gradle | 2 +- gradle.properties | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.adoc b/README.adoc index 14dd46b..40fb77f 100644 --- a/README.adoc +++ b/README.adoc @@ -24,9 +24,9 @@ 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.5.RELEASE/reference/html5/[here], -and the API https://docs.spring.io/autorepo/docs/spring-session-data-geode-build/2.0.5.RELEASE/api/org/springframework/session/data/gemfire/config/annotation/web/http/EnableGemFireHttpSession.html[here]. +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]. = Spring Session Project Site diff --git a/build.gradle b/build.gradle index 572de9d..a641725 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { repositories { gradlePluginPortal() maven { url 'https://repo.spring.io/libs-release' } - maven { url 'https://repo.spring.io/plugins-release' } + maven { url 'https://repo.spring.io/plugins-snapshot' } } } diff --git a/gradle.properties b/gradle.properties index 9b307b2..5c69bec 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,7 @@ springDataGemFireVersion=2.1.1.RELEASE springDataGeodeVersion=2.1.1.RELEASE springDataGeodeTestVersion=0.0.1.M4 springDataReleaseTrainVersion=Lovelace-SR1 -springSessionVersion=2.1.0.RELEASE +springSessionVersion=2.1.1.BUILD-SNAPSHOT springSessionBomVersion=Bean-RC1 springShellVersion=1.2.0.RELEASE -version=2.1.0.RELEASE +version=2.1.1.BUILD-SNAPSHOT