From 1b3aac1b8d28665a67eb31756c8c2a441fc7d7a3 Mon Sep 17 00:00:00 2001 From: Michael Minella Date: Tue, 14 Jun 2016 14:40:51 -0500 Subject: [PATCH] Removed snapshot versions for Spring Cloud Stream's Rabbit binder --- spring-cloud-task-samples/task-events/pom.xml | 2 +- spring-cloud-task-samples/tasksink/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-cloud-task-samples/task-events/pom.xml b/spring-cloud-task-samples/task-events/pom.xml index 4b9052f4..dd6f450b 100644 --- a/spring-cloud-task-samples/task-events/pom.xml +++ b/spring-cloud-task-samples/task-events/pom.xml @@ -53,7 +53,7 @@ org.springframework.cloud spring-cloud-starter-stream-rabbit - 1.0.3.BUILD-SNAPSHOT + 1.0.2.RELEASE compile diff --git a/spring-cloud-task-samples/tasksink/pom.xml b/spring-cloud-task-samples/tasksink/pom.xml index 6626ec02..2ccd9e73 100644 --- a/spring-cloud-task-samples/tasksink/pom.xml +++ b/spring-cloud-task-samples/tasksink/pom.xml @@ -50,7 +50,7 @@ org.springframework.cloud spring-cloud-starter-stream-rabbit - 1.0.3.BUILD-SNAPSHOT + 1.0.2.RELEASE compile