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:
@@ -13,7 +13,7 @@ springDataBomVersion=2021.0.0-M1
|
|||||||
springDataCommonsVersion=2.5.0-M1
|
springDataCommonsVersion=2.5.0-M1
|
||||||
springDataGeodeVersion=2.5.0-M1
|
springDataGeodeVersion=2.5.0-M1
|
||||||
springDataGeodeTestVersion=0.0.21.RELEASE
|
springDataGeodeTestVersion=0.0.21.RELEASE
|
||||||
springSessionVersion=2.5.0-M1
|
springSessionVersion=2.5.0-SNAPSHOT
|
||||||
#springSessionBomVersion=2021.0.0-SNAPSHOT
|
springSessionBomVersion=2021.0.0-SNAPSHOT
|
||||||
springShellVersion=1.2.0.RELEASE
|
springShellVersion=1.2.0.RELEASE
|
||||||
version=2.5.0-M1
|
version=2.5.0-SNAPSHOT
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ dependencyManagement {
|
|||||||
mavenBom "org.springframework:spring-framework-bom:${springVersion}"
|
mavenBom "org.springframework:spring-framework-bom:${springVersion}"
|
||||||
mavenBom "org.springframework.boot:spring-boot-dependencies:$springBootVersion"
|
mavenBom "org.springframework.boot:spring-boot-dependencies:$springBootVersion"
|
||||||
mavenBom "org.springframework.data:spring-data-bom:${springDataBomVersion}"
|
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 {
|
dependencies {
|
||||||
dependency "antlr:antlr:$antlrVersion"
|
dependency "antlr:antlr:$antlrVersion"
|
||||||
|
|||||||
Reference in New Issue
Block a user