Update to Bean-RELEASE

This commit is contained in:
Rob Winch
2018-10-29 15:51:38 -05:00
committed by GitHub
parent ca8597575c
commit 1bbcba4664

View File

@@ -54,7 +54,7 @@ Then use it to import the BOM:
----
dependencyManagement {
imports {
mavenBom 'org.springframework.session:spring-session-bom:Bean-RC1'
mavenBom 'org.springframework.session:spring-session-bom:Bean-RELEASE'
}
}
----