Upgrade boot versions

- 1.5.10 to 1.5.11

- 2.0.0 to 2.0.1
This commit is contained in:
trisberg
2018-04-06 14:45:34 -04:00
committed by Dave Syer
parent 7e53a74474
commit 344ee9a689
15 changed files with 17 additions and 17 deletions

View File

@@ -19,7 +19,7 @@
<spring-cloud-stream.version>Ditmars.SR3</spring-cloud-stream.version> <spring-cloud-stream.version>Ditmars.SR3</spring-cloud-stream.version>
<spring-cloud-task.version>1.1.2.RELEASE</spring-cloud-task.version> <spring-cloud-task.version>1.1.2.RELEASE</spring-cloud-task.version>
<wrapper.version>1.0.9.RELEASE</wrapper.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> <docs.main>spring-cloud-function</docs.main>
</properties> </properties>

View File

@@ -11,7 +11,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.10.RELEASE</version> <version>1.5.11.RELEASE</version>
</parent> </parent>
<properties> <properties>

View File

@@ -1,6 +1,6 @@
buildscript { buildscript {
ext { ext {
springBootVersion = '1.5.10.RELEASE' springBootVersion = '1.5.11.RELEASE'
wrapperVersion = '1.0.9.RELEASE' wrapperVersion = '1.0.9.RELEASE'
shadowVersion = '2.0.1' shadowVersion = '2.0.1'
} }

View File

@@ -14,7 +14,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.10.RELEASE</version> <version>1.5.11.RELEASE</version>
<relativePath /> <!-- lookup parent from repository --> <relativePath /> <!-- lookup parent from repository -->
</parent> </parent>

View File

@@ -13,7 +13,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.10.RELEASE</version> <version>1.5.11.RELEASE</version>
<relativePath /> <!-- lookup parent from repository --> <relativePath /> <!-- lookup parent from repository -->
</parent> </parent>

View File

@@ -1,6 +1,6 @@
buildscript { buildscript {
ext { ext {
springBootVersion = '1.5.10.RELEASE' springBootVersion = '1.5.11.RELEASE'
wrapperVersion = '1.0.9.RELEASE' wrapperVersion = '1.0.9.RELEASE'
} }
repositories { repositories {

View File

@@ -13,7 +13,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.10.RELEASE</version> <version>1.5.11.RELEASE</version>
<relativePath/> <relativePath/>
</parent> </parent>

View File

@@ -1,6 +1,6 @@
buildscript { buildscript {
ext { ext {
springBootVersion = '1.5.10.BUILD-SNAPSHOT' springBootVersion = '1.5.11.RELEASE.BUILD-SNAPSHOT'
wrapperVersion = '1.0.9.BUILD-SNAPSHOT' wrapperVersion = '1.0.9.BUILD-SNAPSHOT'
} }
repositories { repositories {
@@ -12,7 +12,7 @@ buildscript {
dependencies { dependencies {
classpath("org.springframework.boot.experimental:spring-boot-thin-gradle-plugin:${wrapperVersion}") classpath("org.springframework.boot.experimental:spring-boot-thin-gradle-plugin:${wrapperVersion}")
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}") 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" classpath "io.spring.gradle:dependency-management-plugin:1.0.4.BUILD-SNAPSHOT"
} }
} }

View File

@@ -12,7 +12,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.10.RELEASE</version> <version>1.5.11.RELEASE</version>
<relativePath /> <relativePath />
</parent> </parent>

View File

@@ -1,6 +1,6 @@
buildscript { buildscript {
ext { ext {
springBootVersion = '1.5.10.RELEASE' springBootVersion = '1.5.11.RELEASE'
wrapperVersion = '1.0.9.RELEASE' wrapperVersion = '1.0.9.RELEASE'
} }
repositories { repositories {

View File

@@ -13,7 +13,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.0.RELEASE</version> <version>2.0.1.RELEASE</version>
<relativePath/> <relativePath/>
</parent> </parent>

View File

@@ -1,6 +1,6 @@
buildscript { buildscript {
ext { ext {
springBootVersion = '1.5.10.BUILD-SNAPSHOT' springBootVersion = '1.5.11.RELEASE.BUILD-SNAPSHOT'
wrapperVersion = '1.0.9.RELEASE' wrapperVersion = '1.0.9.RELEASE'
} }
repositories { repositories {
@@ -12,7 +12,7 @@ buildscript {
dependencies { dependencies {
classpath("org.springframework.boot.experimental:spring-boot-thin-gradle-plugin:${wrapperVersion}") classpath("org.springframework.boot.experimental:spring-boot-thin-gradle-plugin:${wrapperVersion}")
classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}") 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" classpath "io.spring.gradle:dependency-management-plugin:1.0.4.BUILD-SNAPSHOT"
} }
} }

View File

@@ -13,7 +13,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.10.RELEASE</version> <version>1.5.11.RELEASE</version>
<relativePath/> <relativePath/>
</parent> </parent>

View File

@@ -1,6 +1,6 @@
buildscript { buildscript {
ext { ext {
springBootVersion = '1.5.10.RELEASE' springBootVersion = '1.5.11.RELEASE'
wrapperVersion = '1.0.9.RELEASE' wrapperVersion = '1.0.9.RELEASE'
} }
repositories { repositories {

View File

@@ -13,7 +13,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.10.RELEASE</version> <version>1.5.11.RELEASE</version>
<relativePath/> <relativePath/>
</parent> </parent>