diff --git a/README.adoc b/README.adoc index bf5c624..0eb981c 100644 --- a/README.adoc +++ b/README.adoc @@ -24,8 +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]. +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.0.6.RELEASE/reference/html5/[here] +and Javadoc is available https://docs.spring.io/autorepo/docs/spring-session-data-geode-build/2.0.6.RELEASE/api/[here]. = Spring Session Project Site diff --git a/gradle.properties b/gradle.properties index d6ee63d..e0fb325 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ springDataGemFireVersion=2.0.11.RELEASE springDataGeodeVersion=2.0.11.RELEASE springDataGeodeTestVersion=0.0.1.M4 springDataReleaseTrainVersion=Kay-SR11 -springSessionVersion=2.0.7.RELEASE +springSessionVersion=2.0.8.BUILD-SNAPSHOT springSessionBomVersion=Apple-SR6 springShellVersion=1.2.0.RELEASE -version=2.0.6.RELEASE +version=2.0.7.BUILD-SNAPSHOT