From 36c6b2dba7c2e7b5a644c482f5d8e2ac8b8580d8 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 12 Apr 2017 17:25:22 +0100 Subject: [PATCH] Update versions of boot things --- pom.xml | 2 +- spring-cloud-function-deployer/pom.xml | 2 +- .../spring-cloud-function-sample-compiler/pom.xml | 4 ++-- .../spring-cloud-function-sample-pojo/pom.xml | 4 ++-- .../spring-cloud-function-sample/pom.xml | 4 ++-- spring-cloud-function-stream/pom.xml | 1 + 6 files changed, 9 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 8a789cce4..72a7c7a34 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ 1.8 Aluminium-SR1 Chelsea.BUILD-SNAPSHOT - 1.0.0.RC1 + 1.0.0.RELEASE 1.5.2.RELEASE diff --git a/spring-cloud-function-deployer/pom.xml b/spring-cloud-function-deployer/pom.xml index d4096c716..42c7a13d4 100644 --- a/spring-cloud-function-deployer/pom.xml +++ b/spring-cloud-function-deployer/pom.xml @@ -15,7 +15,7 @@ - 1.0.0.BUILD-SNAPSHOT + 1.0.0.RELEASE 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 aa2e9773c..b5de3d3a8 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,8 +20,8 @@ 1.8 1.0.0.BUILD-SNAPSHOT - 1.0.0.M2 - 3.0.4.RELEASE + 1.0.0.RELEASE + 3.0.6.RELEASE 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 04a55d931..86bc5c942 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,8 +20,8 @@ 1.8 1.0.0.BUILD-SNAPSHOT - 1.0.0.M2 - 3.0.5.RELEASE + 1.0.0.RELEASE + 3.0.6.RELEASE 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 07efe4491..620a3b5d3 100644 --- a/spring-cloud-function-samples/spring-cloud-function-sample/pom.xml +++ b/spring-cloud-function-samples/spring-cloud-function-sample/pom.xml @@ -13,14 +13,14 @@ org.springframework.boot spring-boot-starter-parent - 1.5.1.RELEASE + 1.5.2.RELEASE 1.8 1.0.0.BUILD-SNAPSHOT - 1.0.0.M2 + 1.0.0.RELEASE 3.0.5.RELEASE diff --git a/spring-cloud-function-stream/pom.xml b/spring-cloud-function-stream/pom.xml index 3b0bc7a98..97f6dc4e2 100644 --- a/spring-cloud-function-stream/pom.xml +++ b/spring-cloud-function-stream/pom.xml @@ -46,6 +46,7 @@ org.springframework.cloud spring-cloud-stream-binder-rabbit + true org.springframework.boot