Prepare next development iteration.

Set Spring Session (core) version to 2.5.0-SNAPSHOT.

Set Spring Session BOM version to 2021.0.0-SNAPSHOT.

Set version to 2.5.0-SNAPSHOT.
This commit is contained in:
John Blum
2021-01-19 13:06:12 -08:00
parent 6a02e7ae00
commit e641af7835
2 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ springDataBomVersion=2021.0.0-M1
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
springSessionVersion=2.5.0-SNAPSHOT
springSessionBomVersion=2021.0.0-SNAPSHOT
springShellVersion=1.2.0.RELEASE
version=2.5.0-M1
version=2.5.0-SNAPSHOT

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"