Release 2.5.0-RC1.

This commit is contained in:
John Blum
2021-04-14 17:21:31 -07:00
parent a4b3481d5c
commit 3b7f7b9459
2 changed files with 2 additions and 2 deletions

View File

@@ -16,4 +16,4 @@ springDataGeodeTestVersion=0.0.25
springSessionVersion=2.5.0-RC1
springSessionBomVersion=2021.0.0-SNAPSHOT
springShellVersion=1.2.0.RELEASE
version=2.5.0-SNAPSHOT
version=2.5.0-RC1

View File

@@ -3,7 +3,7 @@ dependencyManagement {
mavenBom "org.springframework.boot:spring-boot-dependencies:$springBootVersion"
// mavenBom "org.springframework:spring-framework-bom:${springVersion}"
// 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"