Update to RC2
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
buildscript {
|
||||
ext {
|
||||
springBootVersion = '1.5.11.RELEASE'
|
||||
wrapperVersion = '1.0.10.RELEASE'
|
||||
springBootVersion = '1.5.12.RELEASE'
|
||||
wrapperVersion = '1.0.11.RELEASE'
|
||||
}
|
||||
repositories {
|
||||
mavenLocal()
|
||||
@@ -34,9 +34,9 @@ repositories {
|
||||
}
|
||||
|
||||
ext {
|
||||
springCloudFunctionVersion = "1.0.0.BUILD-SNAPSHOT"
|
||||
springCloudFunctionVersion = "1.0.0.RC2"
|
||||
}
|
||||
ext['reactor.version'] = "3.1.2.RELEASE"
|
||||
ext['reactor.version'] = "3.1.7.RELEASE"
|
||||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
|
||||
Reference in New Issue
Block a user