Prepare next development iteration.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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' }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user