From b7bad46c43bc6c8e9293d3c67768b9c334ca60f5 Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Mon, 17 Jun 2019 12:52:19 +0200 Subject: [PATCH] Update readme --- README.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.adoc b/README.adoc index 2287346..8b356db 100644 --- a/README.adoc +++ b/README.adoc @@ -13,7 +13,7 @@ With Maven, you need to import the BOM first: org.springframework.session spring-session-bom - Bean-SR5 + Bean-SR6 pom import @@ -44,7 +44,7 @@ Apply the plugin from Gradle Plugin Portal (update the version if needed): [source, gradle] ---- plugins { - id 'io.spring.dependency-management' version '1.0.7.RELEASE' + id 'io.spring.dependency-management' version '1.0.8.RELEASE' } ---- @@ -54,7 +54,7 @@ Then use it to import the BOM: ---- dependencyManagement { imports { - mavenBom 'org.springframework.session:spring-session-bom:Bean-SR5' + mavenBom 'org.springframework.session:spring-session-bom:Bean-SR6' } } ---- @@ -68,10 +68,10 @@ dependencies { } ---- -= Spring Session Project Site +== Spring Session Project Site You can find the documentation, issue management, support, samples, and guides for using Spring Session at https://projects.spring.io/spring-session/. -= License +== License Spring Session is Open Source software released under the https://www.apache.org/licenses/LICENSE-2.0.html[Apache 2.0 license].