From 129925764bf4fa604c9aa6e360a07f73dbb1fa6d Mon Sep 17 00:00:00 2001 From: spencergibb Date: Thu, 31 Mar 2022 17:15:29 -0400 Subject: [PATCH] Renames property to spring-cloud-stream.version. This allows the build/release process to replace the appropriate version with a milestone or release version number. --- spring-cloud-task-samples/task-events/pom.xml | 4 ++-- spring-cloud-task-samples/taskprocessor/pom.xml | 6 +++--- spring-cloud-task-samples/tasksink/pom.xml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/spring-cloud-task-samples/task-events/pom.xml b/spring-cloud-task-samples/task-events/pom.xml index a67e22f5..669f0864 100644 --- a/spring-cloud-task-samples/task-events/pom.xml +++ b/spring-cloud-task-samples/task-events/pom.xml @@ -20,7 +20,7 @@ UTF-8 17 - 4.0.0-SNAPSHOT + 4.0.0-SNAPSHOT @@ -35,7 +35,7 @@ org.springframework.cloud spring-cloud-stream-dependencies - ${spring-cloud-stream} + ${spring-cloud-stream.version} pom import diff --git a/spring-cloud-task-samples/taskprocessor/pom.xml b/spring-cloud-task-samples/taskprocessor/pom.xml index 527b67e8..6a452916 100644 --- a/spring-cloud-task-samples/taskprocessor/pom.xml +++ b/spring-cloud-task-samples/taskprocessor/pom.xml @@ -21,7 +21,7 @@ UTF-8 true - 4.0.0-SNAPSHOT + 4.0.0-SNAPSHOT @@ -36,7 +36,7 @@ org.springframework.cloud spring-cloud-stream-dependencies - ${spring-cloud-stream} + ${spring-cloud-stream.version} pom import @@ -65,7 +65,7 @@ org.springframework.cloud spring-cloud-stream - ${spring-cloud-stream} + ${spring-cloud-stream.version} test-jar test-binder test diff --git a/spring-cloud-task-samples/tasksink/pom.xml b/spring-cloud-task-samples/tasksink/pom.xml index f652fbc9..fdd5ac22 100644 --- a/spring-cloud-task-samples/tasksink/pom.xml +++ b/spring-cloud-task-samples/tasksink/pom.xml @@ -22,8 +22,8 @@ UTF-8 true - 4.0.0-SNAPSHOT - 4.0.0-SNAPSHOT + 4.0.0-SNAPSHOT + 4.0.0-SNAPSHOT 2.7.3 @@ -39,7 +39,7 @@ org.springframework.cloud spring-cloud-stream-dependencies - ${spring-cloud-stream} + ${spring-cloud-stream.version} pom import @@ -69,7 +69,7 @@ org.springframework.cloud spring-cloud-stream - ${spring-cloud-stream} + ${spring-cloud-stream.version} test-jar test-binder test