From 87ae4d8b6eacf862ffe9d9b5591999525a074b72 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Tue, 19 Oct 2021 09:20:30 +0200 Subject: [PATCH] Fix version in cloud event sample --- .../function-sample-cloudevent-stream/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-cloud-function-samples/function-sample-cloudevent-stream/pom.xml b/spring-cloud-function-samples/function-sample-cloudevent-stream/pom.xml index 16b66ea66..d717d5e85 100644 --- a/spring-cloud-function-samples/function-sample-cloudevent-stream/pom.xml +++ b/spring-cloud-function-samples/function-sample-cloudevent-stream/pom.xml @@ -25,13 +25,13 @@ org.springframework.cloud spring-cloud-stream - 3.2.0-SNAPSHOT + 3.2.0-M2 org.springframework.cloud spring-cloud-stream-binder-rabbit - 3.2.0-SNAPSHOT + 3.2.0-M2 @@ -39,7 +39,7 @@ org.springframework.cloud spring-cloud-stream-binder-kafka - 3.2.0-SNAPSHOT + 3.2.0-M2