From 16a4164704dfaeef4ef98ffd94932d0bc1063761 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 11 Apr 2019 14:43:32 -0700 Subject: [PATCH] Prepare next development iteration. Set Spring Session version to 2.1.6.BUILD-SNAPSHOT. Set version to 2.1.4.BUILD-SNAPSHOT. Edit README and set doc and Javadoc URL link versions to 2.1.3.RELEASE. --- README.adoc | 4 ++-- gradle.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index 4d1b2b1..4392d13 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.1.3.RELEASE/reference/html5/[here] +and Javadoc is available https://docs.spring.io/autorepo/docs/spring-session-data-geode-build/2.1.3.RELEASE/api/[here]. = Spring Session Project Site diff --git a/gradle.properties b/gradle.properties index d40f503..d4463d6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ springDataGemFireVersion=2.1.6.RELEASE springDataGeodeVersion=2.1.6.RELEASE springDataGeodeTestVersion=0.0.1.RC1 springDataReleaseTrainVersion=Lovelace-SR6 -springSessionVersion=2.1.5.RELEASE +springSessionVersion=2.1.6.BUILD-SNAPSHOT springSessionBomVersion=Bean-SR4 springShellVersion=1.2.0.RELEASE -version=2.1.3.RELEASE +version=2.1.4.BUILD-SNAPSHOT