diff --git a/README.adoc b/README.adoc index 8b234d2..e7de305 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-SR3 + Corn-M1 pom import @@ -54,7 +54,7 @@ Then use it to import the BOM: ---- dependencyManagement { imports { - mavenBom 'org.springframework.session:spring-session-bom:Bean-SR3' + mavenBom 'org.springframework.session:spring-session-bom:Corn-M1' } } ----