Upgrade boot versions
- 1.5.10 to 1.5.11 - 2.0.0 to 2.0.1
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -19,7 +19,7 @@
|
||||
<spring-cloud-stream.version>Ditmars.SR3</spring-cloud-stream.version>
|
||||
<spring-cloud-task.version>1.1.2.RELEASE</spring-cloud-task.version>
|
||||
<wrapper.version>1.0.9.RELEASE</wrapper.version>
|
||||
<spring-boot.version>1.5.10.RELEASE</spring-boot.version>
|
||||
<spring-boot.version>1.5.11.RELEASE</spring-boot.version>
|
||||
<docs.main>spring-cloud-function</docs.main>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>1.5.10.RELEASE</version>
|
||||
<version>1.5.11.RELEASE</version>
|
||||
</parent>
|
||||
|
||||
<properties>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
buildscript {
|
||||
ext {
|
||||
springBootVersion = '1.5.10.RELEASE'
|
||||
springBootVersion = '1.5.11.RELEASE'
|
||||
wrapperVersion = '1.0.9.RELEASE'
|
||||
shadowVersion = '2.0.1'
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>1.5.10.RELEASE</version>
|
||||
<version>1.5.11.RELEASE</version>
|
||||
<relativePath /> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>1.5.10.RELEASE</version>
|
||||
<version>1.5.11.RELEASE</version>
|
||||
<relativePath /> <!-- lookup parent from repository -->
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
buildscript {
|
||||
ext {
|
||||
springBootVersion = '1.5.10.RELEASE'
|
||||
springBootVersion = '1.5.11.RELEASE'
|
||||
wrapperVersion = '1.0.9.RELEASE'
|
||||
}
|
||||
repositories {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>1.5.10.RELEASE</version>
|
||||
<version>1.5.11.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
buildscript {
|
||||
ext {
|
||||
springBootVersion = '1.5.10.BUILD-SNAPSHOT'
|
||||
springBootVersion = '1.5.11.RELEASE.BUILD-SNAPSHOT'
|
||||
wrapperVersion = '1.0.9.BUILD-SNAPSHOT'
|
||||
}
|
||||
repositories {
|
||||
@@ -12,7 +12,7 @@ buildscript {
|
||||
dependencies {
|
||||
classpath("org.springframework.boot.experimental:spring-boot-thin-gradle-plugin:${wrapperVersion}")
|
||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
|
||||
// Remove this when Boot 1.5.10 is out.
|
||||
// Remove this when Boot 1.5.11.RELEASE is out.
|
||||
classpath "io.spring.gradle:dependency-management-plugin:1.0.4.BUILD-SNAPSHOT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>1.5.10.RELEASE</version>
|
||||
<version>1.5.11.RELEASE</version>
|
||||
<relativePath />
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
buildscript {
|
||||
ext {
|
||||
springBootVersion = '1.5.10.RELEASE'
|
||||
springBootVersion = '1.5.11.RELEASE'
|
||||
wrapperVersion = '1.0.9.RELEASE'
|
||||
}
|
||||
repositories {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.0.0.RELEASE</version>
|
||||
<version>2.0.1.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
buildscript {
|
||||
ext {
|
||||
springBootVersion = '1.5.10.BUILD-SNAPSHOT'
|
||||
springBootVersion = '1.5.11.RELEASE.BUILD-SNAPSHOT'
|
||||
wrapperVersion = '1.0.9.RELEASE'
|
||||
}
|
||||
repositories {
|
||||
@@ -12,7 +12,7 @@ buildscript {
|
||||
dependencies {
|
||||
classpath("org.springframework.boot.experimental:spring-boot-thin-gradle-plugin:${wrapperVersion}")
|
||||
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}")
|
||||
// Remove this when Boot 1.5.10 is out.
|
||||
// Remove this when Boot 1.5.11.RELEASE is out.
|
||||
classpath "io.spring.gradle:dependency-management-plugin:1.0.4.BUILD-SNAPSHOT"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>1.5.10.RELEASE</version>
|
||||
<version>1.5.11.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
buildscript {
|
||||
ext {
|
||||
springBootVersion = '1.5.10.RELEASE'
|
||||
springBootVersion = '1.5.11.RELEASE'
|
||||
wrapperVersion = '1.0.9.RELEASE'
|
||||
}
|
||||
repositories {
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>1.5.10.RELEASE</version>
|
||||
<version>1.5.11.RELEASE</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user