From 4743859cd7fd453b966ad1aa5191821b8f5586e7 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 10 Aug 2023 01:26:38 +0000 Subject: [PATCH] Update SNAPSHOT to 4.1.0-M1 --- binders/kafka-binder/pom.xml | 4 ++-- .../kafka-binder/spring-cloud-starter-stream-kafka/pom.xml | 2 +- .../spring-cloud-stream-binder-kafka-core/pom.xml | 2 +- .../spring-cloud-stream-binder-kafka-reactive/pom.xml | 2 +- .../spring-cloud-stream-binder-kafka-streams/pom.xml | 2 +- .../kafka-binder/spring-cloud-stream-binder-kafka/pom.xml | 2 +- binders/pom.xml | 4 ++-- binders/pulsar-binder/pom.xml | 4 ++-- .../pulsar-binder/spring-cloud-stream-binder-pulsar/pom.xml | 2 +- binders/rabbit-binder/pom.xml | 6 +++--- .../spring-cloud-starter-stream-rabbit/pom.xml | 2 +- .../spring-cloud-stream-binder-rabbit-core/pom.xml | 2 +- .../spring-cloud-stream-binder-rabbit-test-support/pom.xml | 2 +- .../rabbit-binder/spring-cloud-stream-binder-rabbit/pom.xml | 2 +- bom/pom.xml | 4 ++-- bom/spring-cloud-starter-parent/pom.xml | 2 +- bom/spring-cloud-stream-dependencies/pom.xml | 4 ++-- core/pom.xml | 4 ++-- core/spring-cloud-stream-integration-tests/pom.xml | 2 +- core/spring-cloud-stream-test-binder/pom.xml | 2 +- core/spring-cloud-stream-test-support/pom.xml | 2 +- core/spring-cloud-stream/pom.xml | 2 +- docs/pom.xml | 2 +- pom.xml | 6 +++--- .../confluent-schema-registry-integration-consumer/pom.xml | 4 ++-- .../confluent-schema-registry-integration-producer1/pom.xml | 4 ++-- .../confluent-schema-registry-integration-producer2/pom.xml | 4 ++-- samples/confluent-schema-registry-integration/pom.xml | 4 ++-- samples/kafka-binder-native-app/pom.xml | 2 +- samples/kafka-streams-interactive-query/pom.xml | 2 +- samples/pom.xml | 4 ++-- .../spring-cloud-stream-schema-registry-integration/pom.xml | 4 ++-- .../schema-registry-consumer-kafka/pom.xml | 4 ++-- .../schema-registry-producer1-kafka/pom.xml | 4 ++-- .../schema-registry-producer2-kafka/pom.xml | 4 ++-- samples/stream-function-batch-producer-consumer/pom.xml | 2 +- schema-registry/pom.xml | 4 ++-- .../spring-cloud-stream-schema-registry-client/pom.xml | 2 +- .../spring-cloud-stream-schema-registry-core/pom.xml | 2 +- .../spring-cloud-stream-schema-registry-server/pom.xml | 2 +- 40 files changed, 60 insertions(+), 60 deletions(-) diff --git a/binders/kafka-binder/pom.xml b/binders/kafka-binder/pom.xml index 796019ee8..863823d75 100644 --- a/binders/kafka-binder/pom.xml +++ b/binders/kafka-binder/pom.xml @@ -2,12 +2,12 @@ 4.0.0 spring-cloud-stream-binder-kafka-parent - 4.1.0-SNAPSHOT + 4.1.0-M1 pom org.springframework.cloud spring-cloud-stream-binders - 4.1.0-SNAPSHOT + 4.1.0-M1 https://github.com/spring-cloud/spring-cloud-stream-binder-kafka diff --git a/binders/kafka-binder/spring-cloud-starter-stream-kafka/pom.xml b/binders/kafka-binder/spring-cloud-starter-stream-kafka/pom.xml index 0195eccfa..6c333bbea 100644 --- a/binders/kafka-binder/spring-cloud-starter-stream-kafka/pom.xml +++ b/binders/kafka-binder/spring-cloud-starter-stream-kafka/pom.xml @@ -4,7 +4,7 @@ org.springframework.cloud spring-cloud-stream-binder-kafka-parent - 4.1.0-SNAPSHOT + 4.1.0-M1 spring-cloud-starter-stream-kafka Spring Cloud Starter Stream Kafka diff --git a/binders/kafka-binder/spring-cloud-stream-binder-kafka-core/pom.xml b/binders/kafka-binder/spring-cloud-stream-binder-kafka-core/pom.xml index 6091fcbd4..8148431f1 100644 --- a/binders/kafka-binder/spring-cloud-stream-binder-kafka-core/pom.xml +++ b/binders/kafka-binder/spring-cloud-stream-binder-kafka-core/pom.xml @@ -5,7 +5,7 @@ org.springframework.cloud spring-cloud-stream-binder-kafka-parent - 4.1.0-SNAPSHOT + 4.1.0-M1 spring-cloud-stream-binder-kafka-core Spring Cloud Stream Kafka Binder Core diff --git a/binders/kafka-binder/spring-cloud-stream-binder-kafka-reactive/pom.xml b/binders/kafka-binder/spring-cloud-stream-binder-kafka-reactive/pom.xml index 006bde647..e44fd3cc1 100644 --- a/binders/kafka-binder/spring-cloud-stream-binder-kafka-reactive/pom.xml +++ b/binders/kafka-binder/spring-cloud-stream-binder-kafka-reactive/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-binder-kafka-parent - 4.1.0-SNAPSHOT + 4.1.0-M1 diff --git a/binders/kafka-binder/spring-cloud-stream-binder-kafka-streams/pom.xml b/binders/kafka-binder/spring-cloud-stream-binder-kafka-streams/pom.xml index c162ed379..fb9265896 100644 --- a/binders/kafka-binder/spring-cloud-stream-binder-kafka-streams/pom.xml +++ b/binders/kafka-binder/spring-cloud-stream-binder-kafka-streams/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-binder-kafka-parent - 4.1.0-SNAPSHOT + 4.1.0-M1 diff --git a/binders/kafka-binder/spring-cloud-stream-binder-kafka/pom.xml b/binders/kafka-binder/spring-cloud-stream-binder-kafka/pom.xml index d986a6f98..a3d549302 100644 --- a/binders/kafka-binder/spring-cloud-stream-binder-kafka/pom.xml +++ b/binders/kafka-binder/spring-cloud-stream-binder-kafka/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-binder-kafka-parent - 4.1.0-SNAPSHOT + 4.1.0-M1 diff --git a/binders/pom.xml b/binders/pom.xml index c21901391..14bfb3df1 100644 --- a/binders/pom.xml +++ b/binders/pom.xml @@ -2,7 +2,7 @@ 4.0.0 spring-cloud-stream-binders - 4.1.0-SNAPSHOT + 4.1.0-M1 binders Framework provided binders pom @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-parent - 4.1.0-SNAPSHOT + 4.1.0-M1 diff --git a/binders/pulsar-binder/pom.xml b/binders/pulsar-binder/pom.xml index 61002d155..551e148a2 100644 --- a/binders/pulsar-binder/pom.xml +++ b/binders/pulsar-binder/pom.xml @@ -2,12 +2,12 @@ 4.0.0 spring-cloud-stream-binder-pulsar-parent - 4.1.0-SNAPSHOT + 4.1.0-M1 pom org.springframework.cloud spring-cloud-stream-binders - 4.1.0-SNAPSHOT + 4.1.0-M1 diff --git a/binders/pulsar-binder/spring-cloud-stream-binder-pulsar/pom.xml b/binders/pulsar-binder/spring-cloud-stream-binder-pulsar/pom.xml index 7da5c3fdc..15f2df484 100644 --- a/binders/pulsar-binder/spring-cloud-stream-binder-pulsar/pom.xml +++ b/binders/pulsar-binder/spring-cloud-stream-binder-pulsar/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-binder-pulsar-parent - 4.1.0-SNAPSHOT + 4.1.0-M1 diff --git a/binders/rabbit-binder/pom.xml b/binders/rabbit-binder/pom.xml index 4758d4c46..7bc830ed4 100644 --- a/binders/rabbit-binder/pom.xml +++ b/binders/rabbit-binder/pom.xml @@ -2,16 +2,16 @@ 4.0.0 spring-cloud-stream-binder-rabbit-parent - 4.1.0-SNAPSHOT + 4.1.0-M1 pom org.springframework.cloud spring-cloud-stream-binders - 4.1.0-SNAPSHOT + 4.1.0-M1 17 - 4.1.0-SNAPSHOT + 4.1.0-M1 true true diff --git a/binders/rabbit-binder/spring-cloud-starter-stream-rabbit/pom.xml b/binders/rabbit-binder/spring-cloud-starter-stream-rabbit/pom.xml index 6a7b22c6f..27ef261e2 100644 --- a/binders/rabbit-binder/spring-cloud-starter-stream-rabbit/pom.xml +++ b/binders/rabbit-binder/spring-cloud-starter-stream-rabbit/pom.xml @@ -4,7 +4,7 @@ org.springframework.cloud spring-cloud-stream-binder-rabbit-parent - 4.1.0-SNAPSHOT + 4.1.0-M1 spring-cloud-starter-stream-rabbit Spring Cloud Starter Stream Rabbit diff --git a/binders/rabbit-binder/spring-cloud-stream-binder-rabbit-core/pom.xml b/binders/rabbit-binder/spring-cloud-stream-binder-rabbit-core/pom.xml index b1857cec8..f06e7dea3 100644 --- a/binders/rabbit-binder/spring-cloud-stream-binder-rabbit-core/pom.xml +++ b/binders/rabbit-binder/spring-cloud-stream-binder-rabbit-core/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-binder-rabbit-parent - 4.1.0-SNAPSHOT + 4.1.0-M1 diff --git a/binders/rabbit-binder/spring-cloud-stream-binder-rabbit-test-support/pom.xml b/binders/rabbit-binder/spring-cloud-stream-binder-rabbit-test-support/pom.xml index f72d0e601..0f3a3e7ef 100644 --- a/binders/rabbit-binder/spring-cloud-stream-binder-rabbit-test-support/pom.xml +++ b/binders/rabbit-binder/spring-cloud-stream-binder-rabbit-test-support/pom.xml @@ -4,7 +4,7 @@ org.springframework.cloud spring-cloud-stream-binder-rabbit-parent - 4.1.0-SNAPSHOT + 4.1.0-M1 spring-cloud-stream-binder-rabbit-test-support Rabbit related test classes diff --git a/binders/rabbit-binder/spring-cloud-stream-binder-rabbit/pom.xml b/binders/rabbit-binder/spring-cloud-stream-binder-rabbit/pom.xml index 987574b6b..8413f50d4 100644 --- a/binders/rabbit-binder/spring-cloud-stream-binder-rabbit/pom.xml +++ b/binders/rabbit-binder/spring-cloud-stream-binder-rabbit/pom.xml @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-binder-rabbit-parent - 4.1.0-SNAPSHOT + 4.1.0-M1 diff --git a/bom/pom.xml b/bom/pom.xml index 635791910..6e0376113 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -7,11 +7,11 @@ pom spring-cloud-stream-release-build Spring Cloud Stream Release Build - 4.1.0-SNAPSHOT + 4.1.0-M1 org.springframework.cloud spring-cloud-build - 4.1.0-SNAPSHOT + 4.1.0-M1 diff --git a/bom/spring-cloud-starter-parent/pom.xml b/bom/spring-cloud-starter-parent/pom.xml index c36f0dedf..5e5059781 100644 --- a/bom/spring-cloud-starter-parent/pom.xml +++ b/bom/spring-cloud-starter-parent/pom.xml @@ -11,7 +11,7 @@ org.springframework.cloud spring-cloud-stream-starter-parent - 4.1.0-SNAPSHOT + 4.1.0-M1 spring-cloud-stream-starter-parent Specifies Boot version for the releaser pom diff --git a/bom/spring-cloud-stream-dependencies/pom.xml b/bom/spring-cloud-stream-dependencies/pom.xml index f19ec8fff..c5f5346b9 100644 --- a/bom/spring-cloud-stream-dependencies/pom.xml +++ b/bom/spring-cloud-stream-dependencies/pom.xml @@ -6,11 +6,11 @@ spring-cloud-dependencies-parent org.springframework.cloud - 4.1.0-SNAPSHOT + 4.1.0-M1 spring-cloud-stream-dependencies - 4.1.0-SNAPSHOT + 4.1.0-M1 pom spring-cloud-stream-dependencies Spring Cloud Stream Dependencies diff --git a/core/pom.xml b/core/pom.xml index b3eb11607..b9b8b3f8f 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -2,7 +2,7 @@ 4.0.0 spring-cloud-stream-core - 4.1.0-SNAPSHOT + 4.1.0-M1 core Core Spring Cloud Stream pom @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-parent - 4.1.0-SNAPSHOT + 4.1.0-M1 .. diff --git a/core/spring-cloud-stream-integration-tests/pom.xml b/core/spring-cloud-stream-integration-tests/pom.xml index 0ffce3390..39c3c989f 100644 --- a/core/spring-cloud-stream-integration-tests/pom.xml +++ b/core/spring-cloud-stream-integration-tests/pom.xml @@ -12,7 +12,7 @@ org.springframework.cloud spring-cloud-stream-core - 4.1.0-SNAPSHOT + 4.1.0-M1 diff --git a/core/spring-cloud-stream-test-binder/pom.xml b/core/spring-cloud-stream-test-binder/pom.xml index 43f6fa294..9b60dff30 100644 --- a/core/spring-cloud-stream-test-binder/pom.xml +++ b/core/spring-cloud-stream-test-binder/pom.xml @@ -12,7 +12,7 @@ org.springframework.cloud spring-cloud-stream-core - 4.1.0-SNAPSHOT + 4.1.0-M1 diff --git a/core/spring-cloud-stream-test-support/pom.xml b/core/spring-cloud-stream-test-support/pom.xml index b9b048c3e..380e731ab 100644 --- a/core/spring-cloud-stream-test-support/pom.xml +++ b/core/spring-cloud-stream-test-support/pom.xml @@ -13,7 +13,7 @@ org.springframework.cloud spring-cloud-stream-core - 4.1.0-SNAPSHOT + 4.1.0-M1 diff --git a/core/spring-cloud-stream/pom.xml b/core/spring-cloud-stream/pom.xml index 9fd6a9e53..849c4e713 100644 --- a/core/spring-cloud-stream/pom.xml +++ b/core/spring-cloud-stream/pom.xml @@ -12,7 +12,7 @@ org.springframework.cloud spring-cloud-stream-core - 4.1.0-SNAPSHOT + 4.1.0-M1 diff --git a/docs/pom.xml b/docs/pom.xml index d9d7f6401..ca8aeaa72 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -7,7 +7,7 @@ org.springframework.cloud spring-cloud-stream-parent - 4.1.0-SNAPSHOT + 4.1.0-M1 jar spring-cloud-stream-docs diff --git a/pom.xml b/pom.xml index 4675897e3..64c5e57c1 100644 --- a/pom.xml +++ b/pom.xml @@ -4,12 +4,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 spring-cloud-stream-parent - 4.1.0-SNAPSHOT + 4.1.0-M1 pom org.springframework.cloud spring-cloud-build - 4.1.0-SNAPSHOT + 4.1.0-M1 @@ -25,7 +25,7 @@ 17 2022.0.5 2.1 - 4.1.0-SNAPSHOT + 4.1.0-M1 true true true diff --git a/samples/confluent-schema-registry-integration/confluent-schema-registry-integration-consumer/pom.xml b/samples/confluent-schema-registry-integration/confluent-schema-registry-integration-consumer/pom.xml index ffb26519f..d43234dd2 100644 --- a/samples/confluent-schema-registry-integration/confluent-schema-registry-integration-consumer/pom.xml +++ b/samples/confluent-schema-registry-integration/confluent-schema-registry-integration-consumer/pom.xml @@ -3,7 +3,7 @@ 4.0.0 confluent-schema-registry-integration-consumer - 4.1.0-SNAPSHOT + 4.1.0-M1 jar confluent-schema-registry-integration-consumer Confluent Schema Registry Consumer @@ -11,7 +11,7 @@ org.springframework.cloud confluent-schema-registry-integration - 4.1.0-SNAPSHOT + 4.1.0-M1 diff --git a/samples/confluent-schema-registry-integration/confluent-schema-registry-integration-producer1/pom.xml b/samples/confluent-schema-registry-integration/confluent-schema-registry-integration-producer1/pom.xml index 8bbf06637..3d5978aa5 100644 --- a/samples/confluent-schema-registry-integration/confluent-schema-registry-integration-producer1/pom.xml +++ b/samples/confluent-schema-registry-integration/confluent-schema-registry-integration-producer1/pom.xml @@ -3,7 +3,7 @@ 4.0.0 confluent-schema-registry-integration-producer1 - 4.1.0-SNAPSHOT + 4.1.0-M1 jar confluent-schema-registry-integration-producer1 Confluent Schema Registry Producer1 @@ -11,7 +11,7 @@ org.springframework.cloud confluent-schema-registry-integration - 4.1.0-SNAPSHOT + 4.1.0-M1 diff --git a/samples/confluent-schema-registry-integration/confluent-schema-registry-integration-producer2/pom.xml b/samples/confluent-schema-registry-integration/confluent-schema-registry-integration-producer2/pom.xml index 4813710d1..a891bd990 100644 --- a/samples/confluent-schema-registry-integration/confluent-schema-registry-integration-producer2/pom.xml +++ b/samples/confluent-schema-registry-integration/confluent-schema-registry-integration-producer2/pom.xml @@ -3,7 +3,7 @@ 4.0.0 confluent-schema-registry-integration-producer2 - 4.1.0-SNAPSHOT + 4.1.0-M1 jar confluent-schema-registry-integration-producer2 Confluent Schema Registry Producer2 @@ -11,7 +11,7 @@ org.springframework.cloud confluent-schema-registry-integration - 4.1.0-SNAPSHOT + 4.1.0-M1 diff --git a/samples/confluent-schema-registry-integration/pom.xml b/samples/confluent-schema-registry-integration/pom.xml index d1b26ed60..2b269cfe0 100644 --- a/samples/confluent-schema-registry-integration/pom.xml +++ b/samples/confluent-schema-registry-integration/pom.xml @@ -2,7 +2,7 @@ 4.0.0 confluent-schema-registry-integration - 4.1.0-SNAPSHOT + 4.1.0-M1 pom confluent-schema-registry-integration Confluent Schema Registry Integration Sample App @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-samples-parent - 4.1.0-SNAPSHOT + 4.1.0-M1 diff --git a/samples/kafka-binder-native-app/pom.xml b/samples/kafka-binder-native-app/pom.xml index 0d658908e..ad6c025b7 100644 --- a/samples/kafka-binder-native-app/pom.xml +++ b/samples/kafka-binder-native-app/pom.xml @@ -15,7 +15,7 @@ Native Sample App based on Kafka Binder 17 - 4.1.0-SNAPSHOT + 4.1.0-M1 diff --git a/samples/kafka-streams-interactive-query/pom.xml b/samples/kafka-streams-interactive-query/pom.xml index 5ff9fa384..8a74f255f 100644 --- a/samples/kafka-streams-interactive-query/pom.xml +++ b/samples/kafka-streams-interactive-query/pom.xml @@ -9,7 +9,7 @@ org.springframework.cloud spring-cloud-stream-samples-parent - 4.1.0-SNAPSHOT + 4.1.0-M1 diff --git a/samples/pom.xml b/samples/pom.xml index ad00ab16f..bcc4ae4b5 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.cloud spring-cloud-stream-samples-parent - 4.1.0-SNAPSHOT + 4.1.0-M1 spring-cloud-stream-samples Spring Cloud Stream Sample Apps pom @@ -18,7 +18,7 @@ 1.11.0 7.0.1 - 2023.0.0-SNAPSHOT + 2023.0.0-M1 diff --git a/samples/spring-cloud-stream-schema-registry-integration/pom.xml b/samples/spring-cloud-stream-schema-registry-integration/pom.xml index 7f41465be..1c9705200 100644 --- a/samples/spring-cloud-stream-schema-registry-integration/pom.xml +++ b/samples/spring-cloud-stream-schema-registry-integration/pom.xml @@ -2,7 +2,7 @@ 4.0.0 spring-cloud-stream-schema-registry-integration - 4.1.0-SNAPSHOT + 4.1.0-M1 pom spring-cloud-stream-schema-registry-integration SCSt Schema Registry Integration Sample App @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-samples-parent - 4.1.0-SNAPSHOT + 4.1.0-M1 diff --git a/samples/spring-cloud-stream-schema-registry-integration/schema-registry-consumer-kafka/pom.xml b/samples/spring-cloud-stream-schema-registry-integration/schema-registry-consumer-kafka/pom.xml index 033d6bd64..2a86d60ff 100644 --- a/samples/spring-cloud-stream-schema-registry-integration/schema-registry-consumer-kafka/pom.xml +++ b/samples/spring-cloud-stream-schema-registry-integration/schema-registry-consumer-kafka/pom.xml @@ -3,7 +3,7 @@ 4.0.0 schema-registry-consumer-kafka - 4.1.0-SNAPSHOT + 4.1.0-M1 jar schema-registry-consumer-kafka SCSt Schema Registry Consumer @@ -11,7 +11,7 @@ org.springframework.cloud spring-cloud-stream-schema-registry-integration - 4.1.0-SNAPSHOT + 4.1.0-M1 diff --git a/samples/spring-cloud-stream-schema-registry-integration/schema-registry-producer1-kafka/pom.xml b/samples/spring-cloud-stream-schema-registry-integration/schema-registry-producer1-kafka/pom.xml index 9959d612f..440b9b1b5 100644 --- a/samples/spring-cloud-stream-schema-registry-integration/schema-registry-producer1-kafka/pom.xml +++ b/samples/spring-cloud-stream-schema-registry-integration/schema-registry-producer1-kafka/pom.xml @@ -3,7 +3,7 @@ 4.0.0 schema-registry-producer1-kafka - 4.1.0-SNAPSHOT + 4.1.0-M1 jar schema-registry-producer1-kafka SCSt Schema Registry Producer 1 @@ -11,7 +11,7 @@ org.springframework.cloud spring-cloud-stream-schema-registry-integration - 4.1.0-SNAPSHOT + 4.1.0-M1 diff --git a/samples/spring-cloud-stream-schema-registry-integration/schema-registry-producer2-kafka/pom.xml b/samples/spring-cloud-stream-schema-registry-integration/schema-registry-producer2-kafka/pom.xml index 08d937224..b8f9b745b 100644 --- a/samples/spring-cloud-stream-schema-registry-integration/schema-registry-producer2-kafka/pom.xml +++ b/samples/spring-cloud-stream-schema-registry-integration/schema-registry-producer2-kafka/pom.xml @@ -3,7 +3,7 @@ 4.0.0 schema-registry-producer2-kafka - 4.1.0-SNAPSHOT + 4.1.0-M1 jar schema-registry-producer2-kafka SCSt Schema Registry Producer 2 @@ -11,7 +11,7 @@ org.springframework.cloud spring-cloud-stream-schema-registry-integration - 4.1.0-SNAPSHOT + 4.1.0-M1 diff --git a/samples/stream-function-batch-producer-consumer/pom.xml b/samples/stream-function-batch-producer-consumer/pom.xml index 0ad946f5f..2790f052d 100644 --- a/samples/stream-function-batch-producer-consumer/pom.xml +++ b/samples/stream-function-batch-producer-consumer/pom.xml @@ -15,7 +15,7 @@ Sample app using stream functions with batch producer and consumer using kafka 17 - 2023.0.0-SNAPSHOT + 2023.0.0-M1 diff --git a/schema-registry/pom.xml b/schema-registry/pom.xml index 64a946b0b..e171364ab 100644 --- a/schema-registry/pom.xml +++ b/schema-registry/pom.xml @@ -2,7 +2,7 @@ 4.0.0 spring-cloud-stream-schema-registry - 4.1.0-SNAPSHOT + 4.1.0-M1 schema-registry Spring Cloud Stream Schema Registry Components pom @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-parent - 4.1.0-SNAPSHOT + 4.1.0-M1 diff --git a/schema-registry/spring-cloud-stream-schema-registry-client/pom.xml b/schema-registry/spring-cloud-stream-schema-registry-client/pom.xml index faa1be1b2..1933e92c2 100644 --- a/schema-registry/spring-cloud-stream-schema-registry-client/pom.xml +++ b/schema-registry/spring-cloud-stream-schema-registry-client/pom.xml @@ -3,7 +3,7 @@ spring-cloud-stream-schema-registry org.springframework.cloud - 4.1.0-SNAPSHOT + 4.1.0-M1 4.0.0 diff --git a/schema-registry/spring-cloud-stream-schema-registry-core/pom.xml b/schema-registry/spring-cloud-stream-schema-registry-core/pom.xml index 88a48c999..9a472ef81 100644 --- a/schema-registry/spring-cloud-stream-schema-registry-core/pom.xml +++ b/schema-registry/spring-cloud-stream-schema-registry-core/pom.xml @@ -6,7 +6,7 @@ spring-cloud-stream-schema-registry org.springframework.cloud - 4.1.0-SNAPSHOT + 4.1.0-M1 diff --git a/schema-registry/spring-cloud-stream-schema-registry-server/pom.xml b/schema-registry/spring-cloud-stream-schema-registry-server/pom.xml index 88d8eb04d..1ba0ac526 100644 --- a/schema-registry/spring-cloud-stream-schema-registry-server/pom.xml +++ b/schema-registry/spring-cloud-stream-schema-registry-server/pom.xml @@ -6,7 +6,7 @@ spring-cloud-stream-schema-registry org.springframework.cloud - 4.1.0-SNAPSHOT + 4.1.0-M1