Release 5.0.0.M3

This commit is contained in:
Joe Grandja 2017-07-24 11:12:32 -04:00
parent a975600ee1
commit abf34e0e67
3 changed files with 4 additions and 4 deletions

View File

@ -40,7 +40,7 @@ public class SpringSecurityCoreVersion {
*/ */
public static final long SERIAL_VERSION_UID = 500L; public static final long SERIAL_VERSION_UID = 500L;
static final String MIN_SPRING_VERSION = "5.0.0.BUILD-SNAPSHOT"; static final String MIN_SPRING_VERSION = "5.0.0.RC3";
static { static {
performVersionChecks(); performVersionChecks();

View File

@ -1,3 +1,3 @@
gaeVersion=1.9.23 gaeVersion=1.9.23
springBootVersion=2.0.0.M2 springBootVersion=2.0.0.M2
version=5.0.0.BUILD-SNAPSHOT version=5.0.0.M3

View File

@ -1,8 +1,8 @@
dependencyManagement { dependencyManagement {
imports { imports {
mavenBom 'io.projectreactor:reactor-bom:Bismuth-M3' mavenBom 'io.projectreactor:reactor-bom:Bismuth-M3'
mavenBom 'org.springframework:spring-framework-bom:5.0.0.BUILD-SNAPSHOT' mavenBom 'org.springframework:spring-framework-bom:5.0.0.RC3'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-BUILD-SNAPSHOT' mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-M4'
} }
dependencies { dependencies {
dependency 'cglib:cglib-nodep:3.2.5' dependency 'cglib:cglib-nodep:3.2.5'