From fcc207cd4cf6ea1a357cb036958991030bcb151d Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Fri, 2 Feb 2018 08:12:23 +0100 Subject: [PATCH] Update readme --- README.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index b2d87ad..d96bf2d 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 - Apple-BUILD-SNAPSHOT + Apple-RELEASE 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.3.RELEASE' + id 'io.spring.dependency-management' version '1.0.4.RELEASE' } ---- @@ -54,7 +54,7 @@ Then use it to import the BOM: ---- dependencyManagement { imports { - mavenBom 'org.springframework.session:spring-session-bom:Apple-BUILD-SNAPSHOT' + mavenBom 'org.springframework.session:spring-session-bom:Apple-RELEASE' } } ----