Update thin launcher to snapshot for fixes
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -18,7 +18,7 @@
|
|||||||
<java.version>1.8</java.version>
|
<java.version>1.8</java.version>
|
||||||
<reactor.version>3.0.4.RELEASE</reactor.version>
|
<reactor.version>3.0.4.RELEASE</reactor.version>
|
||||||
<spring-cloud-stream.version>Brooklyn.SR2</spring-cloud-stream.version>
|
<spring-cloud-stream.version>Brooklyn.SR2</spring-cloud-stream.version>
|
||||||
<wrapper.version>1.0.0.M1</wrapper.version>
|
<wrapper.version>1.0.0.BUILD-SNAPSHOT</wrapper.version>
|
||||||
<spring-boot.version>1.5.1.RELEASE</spring-boot.version>
|
<spring-boot.version>1.5.1.RELEASE</spring-boot.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
@@ -60,7 +60,7 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot.experimental</groupId>
|
<groupId>org.springframework.boot.experimental</groupId>
|
||||||
<artifactId>spring-boot-thin-launcher</artifactId>
|
<artifactId>spring-boot-thin-layout</artifactId>
|
||||||
<version>${wrapper.version}</version>
|
<version>${wrapper.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|||||||
@@ -55,7 +55,7 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot.experimental</groupId>
|
<groupId>org.springframework.boot.experimental</groupId>
|
||||||
<artifactId>spring-boot-thin-launcher</artifactId>
|
<artifactId>spring-boot-thin-layout</artifactId>
|
||||||
<version>${wrapper.version}</version>
|
<version>${wrapper.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<java.version>1.8</java.version>
|
<java.version>1.8</java.version>
|
||||||
<spring-cloud-deployer-thin.version>1.0.0.M1</spring-cloud-deployer-thin.version>
|
<spring-cloud-deployer-thin.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-deployer-thin.version>
|
||||||
<reactor.version>3.0.4.RELEASE</reactor.version>
|
<reactor.version>3.0.4.RELEASE</reactor.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
@@ -82,6 +82,13 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.springframework.boot.experimental</groupId>
|
||||||
|
<artifactId>spring-boot-thin-layout</artifactId>
|
||||||
|
<version>${wrapper.version}</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<java.version>1.8</java.version>
|
<java.version>1.8</java.version>
|
||||||
<spring-cloud-function.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>
|
<spring-cloud-function.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>
|
||||||
<wrapper.version>1.0.0.M1</wrapper.version>
|
<wrapper.version>1.0.0.BUILD-SNAPSHOT</wrapper.version>
|
||||||
<reactor.version>3.0.4.RELEASE</reactor.version>
|
<reactor.version>3.0.4.RELEASE</reactor.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
@@ -52,11 +52,10 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||||
<version>1.5.1.RELEASE</version>
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot.experimental</groupId>
|
<groupId>org.springframework.boot.experimental</groupId>
|
||||||
<artifactId>spring-boot-thin-launcher</artifactId>
|
<artifactId>spring-boot-thin-layout</artifactId>
|
||||||
<version>${wrapper.version}</version>
|
<version>${wrapper.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<java.version>1.8</java.version>
|
<java.version>1.8</java.version>
|
||||||
<spring-cloud-function.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>
|
<spring-cloud-function.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>
|
||||||
<wrapper.version>1.0.0.M1</wrapper.version>
|
<wrapper.version>1.0.0.BUILD-SNAPSHOT</wrapper.version>
|
||||||
<reactor.version>3.0.4.RELEASE</reactor.version>
|
<reactor.version>3.0.4.RELEASE</reactor.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
@@ -70,7 +70,7 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot.experimental</groupId>
|
<groupId>org.springframework.boot.experimental</groupId>
|
||||||
<artifactId>spring-boot-thin-launcher</artifactId>
|
<artifactId>spring-boot-thin-layout</artifactId>
|
||||||
<version>${wrapper.version}</version>
|
<version>${wrapper.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
<properties>
|
<properties>
|
||||||
<java.version>1.8</java.version>
|
<java.version>1.8</java.version>
|
||||||
<spring-cloud-function.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>
|
<spring-cloud-function.version>1.0.0.BUILD-SNAPSHOT</spring-cloud-function.version>
|
||||||
<wrapper.version>1.0.0.M1</wrapper.version>
|
<wrapper.version>1.0.0.BUILD-SNAPSHOT</wrapper.version>
|
||||||
<reactor.version>3.0.4.RELEASE</reactor.version>
|
<reactor.version>3.0.4.RELEASE</reactor.version>
|
||||||
<spring-boot.version>1.5.1.RELEASE</spring-boot.version>
|
<spring-boot.version>1.5.1.RELEASE</spring-boot.version>
|
||||||
</properties>
|
</properties>
|
||||||
@@ -63,7 +63,7 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot.experimental</groupId>
|
<groupId>org.springframework.boot.experimental</groupId>
|
||||||
<artifactId>spring-boot-thin-launcher</artifactId>
|
<artifactId>spring-boot-thin-layout</artifactId>
|
||||||
<version>${wrapper.version}</version>
|
<version>${wrapper.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|||||||
@@ -61,7 +61,7 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot.experimental</groupId>
|
<groupId>org.springframework.boot.experimental</groupId>
|
||||||
<artifactId>spring-boot-thin-launcher</artifactId>
|
<artifactId>spring-boot-thin-layout</artifactId>
|
||||||
<version>${wrapper.version}</version>
|
<version>${wrapper.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot.experimental</groupId>
|
<groupId>org.springframework.boot.experimental</groupId>
|
||||||
<artifactId>spring-boot-thin-launcher</artifactId>
|
<artifactId>spring-boot-thin-layout</artifactId>
|
||||||
<version>${wrapper.version}</version>
|
<version>${wrapper.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|||||||
@@ -42,7 +42,7 @@
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot.experimental</groupId>
|
<groupId>org.springframework.boot.experimental</groupId>
|
||||||
<artifactId>spring-boot-thin-launcher</artifactId>
|
<artifactId>spring-boot-thin-layout</artifactId>
|
||||||
<version>${wrapper.version}</version>
|
<version>${wrapper.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|||||||
Reference in New Issue
Block a user