From d6a4ccf001ee5fdd37952a18ab217048de64410e Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 23 Feb 2017 14:50:48 +0000 Subject: [PATCH] Update thin launcher to snapshot for fixes --- pom.xml | 4 ++-- spring-cloud-function-compiler/pom.xml | 2 +- spring-cloud-function-deployer/pom.xml | 9 ++++++++- .../spring-cloud-function-sample-compiler/pom.xml | 5 ++--- .../spring-cloud-function-sample-pojo/pom.xml | 4 ++-- .../spring-cloud-function-sample/pom.xml | 4 ++-- spring-cloud-function-stream/pom.xml | 2 +- spring-cloud-function-task/pom.xml | 2 +- spring-cloud-function-web/pom.xml | 2 +- 9 files changed, 20 insertions(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index 3bb216691..697489ef9 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ 1.8 3.0.4.RELEASE Brooklyn.SR2 - 1.0.0.M1 + 1.0.0.BUILD-SNAPSHOT 1.5.1.RELEASE @@ -60,7 +60,7 @@ org.springframework.boot.experimental - spring-boot-thin-launcher + spring-boot-thin-layout ${wrapper.version} diff --git a/spring-cloud-function-compiler/pom.xml b/spring-cloud-function-compiler/pom.xml index 8fdeb89f0..9327d62f1 100644 --- a/spring-cloud-function-compiler/pom.xml +++ b/spring-cloud-function-compiler/pom.xml @@ -55,7 +55,7 @@ org.springframework.boot.experimental - spring-boot-thin-launcher + spring-boot-thin-layout ${wrapper.version} diff --git a/spring-cloud-function-deployer/pom.xml b/spring-cloud-function-deployer/pom.xml index a6250b510..8fc5e0c7e 100644 --- a/spring-cloud-function-deployer/pom.xml +++ b/spring-cloud-function-deployer/pom.xml @@ -16,7 +16,7 @@ 1.8 - 1.0.0.M1 + 1.0.0.BUILD-SNAPSHOT 3.0.4.RELEASE @@ -82,6 +82,13 @@ org.springframework.boot spring-boot-maven-plugin + + + org.springframework.boot.experimental + spring-boot-thin-layout + ${wrapper.version} + + diff --git a/spring-cloud-function-samples/spring-cloud-function-sample-compiler/pom.xml b/spring-cloud-function-samples/spring-cloud-function-sample-compiler/pom.xml index 7caeb3fc8..2cddd2377 100644 --- a/spring-cloud-function-samples/spring-cloud-function-sample-compiler/pom.xml +++ b/spring-cloud-function-samples/spring-cloud-function-sample-compiler/pom.xml @@ -20,7 +20,7 @@ 1.8 1.0.0.BUILD-SNAPSHOT - 1.0.0.M1 + 1.0.0.BUILD-SNAPSHOT 3.0.4.RELEASE @@ -52,11 +52,10 @@ org.springframework.boot spring-boot-maven-plugin - 1.5.1.RELEASE org.springframework.boot.experimental - spring-boot-thin-launcher + spring-boot-thin-layout ${wrapper.version} diff --git a/spring-cloud-function-samples/spring-cloud-function-sample-pojo/pom.xml b/spring-cloud-function-samples/spring-cloud-function-sample-pojo/pom.xml index c5feb89cd..9265b90bf 100644 --- a/spring-cloud-function-samples/spring-cloud-function-sample-pojo/pom.xml +++ b/spring-cloud-function-samples/spring-cloud-function-sample-pojo/pom.xml @@ -20,7 +20,7 @@ 1.8 1.0.0.BUILD-SNAPSHOT - 1.0.0.M1 + 1.0.0.BUILD-SNAPSHOT 3.0.4.RELEASE @@ -70,7 +70,7 @@ org.springframework.boot.experimental - spring-boot-thin-launcher + spring-boot-thin-layout ${wrapper.version} diff --git a/spring-cloud-function-samples/spring-cloud-function-sample/pom.xml b/spring-cloud-function-samples/spring-cloud-function-sample/pom.xml index 8b25ad5a4..dc7121c89 100644 --- a/spring-cloud-function-samples/spring-cloud-function-sample/pom.xml +++ b/spring-cloud-function-samples/spring-cloud-function-sample/pom.xml @@ -20,7 +20,7 @@ 1.8 1.0.0.BUILD-SNAPSHOT - 1.0.0.M1 + 1.0.0.BUILD-SNAPSHOT 3.0.4.RELEASE 1.5.1.RELEASE @@ -63,7 +63,7 @@ org.springframework.boot.experimental - spring-boot-thin-launcher + spring-boot-thin-layout ${wrapper.version} diff --git a/spring-cloud-function-stream/pom.xml b/spring-cloud-function-stream/pom.xml index 0eeadd07e..875fd8d9d 100644 --- a/spring-cloud-function-stream/pom.xml +++ b/spring-cloud-function-stream/pom.xml @@ -61,7 +61,7 @@ org.springframework.boot.experimental - spring-boot-thin-launcher + spring-boot-thin-layout ${wrapper.version} diff --git a/spring-cloud-function-task/pom.xml b/spring-cloud-function-task/pom.xml index 1c27ab1f6..4697a54cd 100644 --- a/spring-cloud-function-task/pom.xml +++ b/spring-cloud-function-task/pom.xml @@ -46,7 +46,7 @@ org.springframework.boot.experimental - spring-boot-thin-launcher + spring-boot-thin-layout ${wrapper.version} diff --git a/spring-cloud-function-web/pom.xml b/spring-cloud-function-web/pom.xml index 6f6d16ba7..3830fbf7c 100644 --- a/spring-cloud-function-web/pom.xml +++ b/spring-cloud-function-web/pom.xml @@ -42,7 +42,7 @@ org.springframework.boot.experimental - spring-boot-thin-launcher + spring-boot-thin-layout ${wrapper.version}