From 85aa292781e009d1af4c4a5ea98226e10622b800 Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Wed, 28 Nov 2018 21:31:16 +0100 Subject: [PATCH] Update readme --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 51b4905..ccec373 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-RELEASE + Bean-SR1 pom import @@ -54,7 +54,7 @@ Then use it to import the BOM: ---- dependencyManagement { imports { - mavenBom 'org.springframework.session:spring-session-bom:Bean-RELEASE' + mavenBom 'org.springframework.session:spring-session-bom:Bean-SR1' } } ----