Release 2.5.0-M1.

This commit is contained in:
John Blum
2021-01-19 12:52:18 -08:00
parent 3c383af9ae
commit 6a02e7ae00
2 changed files with 3 additions and 3 deletions

View File

@@ -14,6 +14,6 @@ springDataCommonsVersion=2.5.0-M1
springDataGeodeVersion=2.5.0-M1
springDataGeodeTestVersion=0.0.21.RELEASE
springSessionVersion=2.5.0-M1
springSessionBomVersion=2021.0.0-SNAPSHOT
#springSessionBomVersion=2021.0.0-SNAPSHOT
springShellVersion=1.2.0.RELEASE
version=2.5.0-SNAPSHOT
version=2.5.0-M1

View File

@@ -3,7 +3,7 @@ dependencyManagement {
mavenBom "org.springframework:spring-framework-bom:${springVersion}"
mavenBom "org.springframework.boot:spring-boot-dependencies:$springBootVersion"
mavenBom "org.springframework.data:spring-data-bom:${springDataBomVersion}"
mavenBom "org.springframework.session:spring-session-bom:${springSessionBomVersion}"
// mavenBom "org.springframework.session:spring-session-bom:${springSessionBomVersion}"
}
dependencies {
dependency "antlr:antlr:$antlrVersion"