From 508aa84d8342e1188ef6b94100afdcde2f910772 Mon Sep 17 00:00:00 2001 From: Michael Minella Date: Fri, 13 Apr 2018 17:16:56 -0500 Subject: [PATCH] Updated versions prior to release --- pom.xml | 6 +++--- spring-cloud-task-dependencies/pom.xml | 2 +- .../cloud/task/launcher/TaskLauncherSinkTests.java | 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 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 29fd5cfc..64c37e5b 100755 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud spring-cloud-build - 2.0.0.RC2 + 2.0.0.RELEASE @@ -132,10 +132,10 @@ - 2.0.0.RC2 + 2.0.0.RELEASE 1.3.0.RELEASE 1.3.0.RELEASE - 2.0.0.RC2 + 2.0.0.RELEASE 1.3.0.RELEASE 1.3.0.RELEASE 4.0.0.RELEASE diff --git a/spring-cloud-task-dependencies/pom.xml b/spring-cloud-task-dependencies/pom.xml index eb29c5d5..93293b50 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.0.0.RC2 + 2.0.0.RELEASE diff --git a/spring-cloud-task-integration-tests/src/test/java/org/springframework/cloud/task/launcher/TaskLauncherSinkTests.java b/spring-cloud-task-integration-tests/src/test/java/org/springframework/cloud/task/launcher/TaskLauncherSinkTests.java index 5168032d..aa84f69f 100644 --- a/spring-cloud-task-integration-tests/src/test/java/org/springframework/cloud/task/launcher/TaskLauncherSinkTests.java +++ b/spring-cloud-task-integration-tests/src/test/java/org/springframework/cloud/task/launcher/TaskLauncherSinkTests.java @@ -64,7 +64,7 @@ public class TaskLauncherSinkTests { private final static int WAIT_INTERVAL = 500; private final static int MAX_WAIT_TIME = 10000; private final static String URL = "maven://io.spring.cloud:" - + "timestamp-task:jar:2.0.0.BUILD-SNAPSHOT"; + + "timestamp-task:jar:2.0.0.RC1"; private final static String DATASOURCE_URL; private final static String DATASOURCE_USER_NAME = "SA"; private final static String DATASOURCE_USER_PASSWORD = "''"; diff --git a/spring-cloud-task-samples/batch-events/pom.xml b/spring-cloud-task-samples/batch-events/pom.xml index 6a1d0d0f..d03cd992 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.0.0.RC2 + 2.0.0.RELEASE compile org.springframework.cloud spring-cloud-stream-binder-rabbit-test-support - 2.0.0.RC2 + 2.0.0.RELEASE test org.springframework.cloud spring-cloud-stream-test-support-internal - 2.0.0.RC2 + 2.0.0.RELEASE test diff --git a/spring-cloud-task-samples/task-events/pom.xml b/spring-cloud-task-samples/task-events/pom.xml index e6dd5e68..fb8de223 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.0.0.RC2 + 2.0.0.RELEASE compile diff --git a/spring-cloud-task-samples/taskprocessor/pom.xml b/spring-cloud-task-samples/taskprocessor/pom.xml index dea5826e..b39be769 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.0.0.RC2 + 2.0.0.RELEASE compile @@ -52,7 +52,7 @@ org.springframework.cloud spring-cloud-stream-test-support - 2.0.0.RC2 + 2.0.0.RELEASE test diff --git a/spring-cloud-task-samples/tasksink/pom.xml b/spring-cloud-task-samples/tasksink/pom.xml index 127745a7..90fa985d 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.0.0.RC2 + 2.0.0.RELEASE compile org.springframework.cloud spring-cloud-stream-test-support - 2.0.0.RC2 + 2.0.0.RELEASE test