From 864df470c869e43c7501513e766aa4f7ad9e8482 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 e7de305..3867d03 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 - Corn-M1 + Corn-M2 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:Corn-M1' + mavenBom 'org.springframework.session:spring-session-bom:Corn-M2' } } ---- @@ -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].