From 10a781d9cdcf021814abb366a9b7920680734101 Mon Sep 17 00:00:00 2001 From: Glenn Renfro Date: Mon, 4 Mar 2019 09:23:02 -0500 Subject: [PATCH] Updated to include the release of Stream 2.1.2. Also updated the Spring Cloud Dependencies to 2.1.3 Added version updates to the sample apps --- pom.xml | 4 ++-- spring-cloud-task-dependencies/pom.xml | 2 +- spring-cloud-task-samples/batch-events/pom.xml | 6 +++--- spring-cloud-task-samples/task-events/pom.xml | 2 +- spring-cloud-task-samples/taskprocessor/pom.xml | 4 ++-- spring-cloud-task-samples/tasksink/pom.xml | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index a158437f..67e3fa3f 100755 --- a/pom.xml +++ b/pom.xml @@ -109,10 +109,10 @@ - 2.1.1.RELEASE + 2.1.2.RELEASE 2.0.0.RELEASE 2.0.0.RELEASE - 2.1.1.RELEASE + 2.1.2.RELEASE 1.1 8.0 5.3.1 diff --git a/spring-cloud-task-dependencies/pom.xml b/spring-cloud-task-dependencies/pom.xml index 2149aef9..29504b7b 100644 --- a/spring-cloud-task-dependencies/pom.xml +++ b/spring-cloud-task-dependencies/pom.xml @@ -10,7 +10,7 @@ spring-cloud-dependencies-parent org.springframework.cloud - 2.1.1.RELEASE + 2.1.3.RELEASE diff --git a/spring-cloud-task-samples/batch-events/pom.xml b/spring-cloud-task-samples/batch-events/pom.xml index 25ecfbb9..a48897c4 100644 --- a/spring-cloud-task-samples/batch-events/pom.xml +++ b/spring-cloud-task-samples/batch-events/pom.xml @@ -47,19 +47,19 @@ org.springframework.cloud spring-cloud-starter-stream-rabbit - 2.1.0.RELEASE + 2.1.2.RELEASE compile org.springframework.cloud spring-cloud-stream-binder-rabbit-test-support - 2.1.0.RELEASE + 2.1.2.RELEASE test org.springframework.cloud spring-cloud-stream-test-support-internal - 2.1.0.RELEASE + 2.1.2.RELEASE test diff --git a/spring-cloud-task-samples/task-events/pom.xml b/spring-cloud-task-samples/task-events/pom.xml index 2697c679..14a8e732 100644 --- a/spring-cloud-task-samples/task-events/pom.xml +++ b/spring-cloud-task-samples/task-events/pom.xml @@ -43,7 +43,7 @@ org.springframework.cloud spring-cloud-starter-stream-rabbit - 2.1.0.RELEASE + 2.1.2.RELEASE compile diff --git a/spring-cloud-task-samples/taskprocessor/pom.xml b/spring-cloud-task-samples/taskprocessor/pom.xml index 7d058ad9..b751aa06 100644 --- a/spring-cloud-task-samples/taskprocessor/pom.xml +++ b/spring-cloud-task-samples/taskprocessor/pom.xml @@ -42,7 +42,7 @@ org.springframework.cloud spring-cloud-starter-stream-rabbit - 2.1.0.RELEASE + 2.1.2.RELEASE compile @@ -52,7 +52,7 @@ org.springframework.cloud spring-cloud-stream-test-support - 2.1.0.RELEASE + 2.1.2.RELEASE test diff --git a/spring-cloud-task-samples/tasksink/pom.xml b/spring-cloud-task-samples/tasksink/pom.xml index 85c9835d..2a6bf309 100644 --- a/spring-cloud-task-samples/tasksink/pom.xml +++ b/spring-cloud-task-samples/tasksink/pom.xml @@ -42,13 +42,13 @@ org.springframework.cloud spring-cloud-starter-stream-rabbit - 2.1.0.RELEASE + 2.1.2.RELEASE compile org.springframework.cloud spring-cloud-stream-test-support - 2.1.0.RELEASE + 2.1.2.RELEASE test