Prepare next development iteration.

This commit is contained in:
John Blum
2018-10-24 22:04:34 -07:00
parent c1706e6e83
commit 184894eb5b
3 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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' }
}
}

View File

@@ -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