diff --git a/README.adoc b/README.adoc index 304360c..9759ed1 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-M1 + Bean-M2 pom import @@ -54,7 +54,7 @@ Then use it to import the BOM: ---- dependencyManagement { imports { - mavenBom 'org.springframework.session:spring-session-bom:Bean-M1' + mavenBom 'org.springframework.session:spring-session-bom:Bean-M2' } } ---- diff --git a/gradle.properties b/gradle.properties index c0c62cb..b03e1c2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=Bean-BUILD-SNAPSHOT +version=Bean-M2