From 4edccc3b560df0d531761faaadc5ea6af4cdd0d8 Mon Sep 17 00:00:00 2001 From: spring-builds Date: Thu, 30 Jan 2025 02:58:18 +0000 Subject: [PATCH] Update SNAPSHOT to 4.3.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 | 4 ++-- 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 +++--- 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 +- 28 files changed, 40 insertions(+), 40 deletions(-) diff --git a/binders/kafka-binder/pom.xml b/binders/kafka-binder/pom.xml index 11e18539e..a50edc534 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.3.0-SNAPSHOT + 4.3.0-M1 pom org.springframework.cloud spring-cloud-stream-binders - 4.3.0-SNAPSHOT + 4.3.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 13987ae39..ab10d1ef8 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.3.0-SNAPSHOT + 4.3.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 fb161966b..aeba4ca8b 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.3.0-SNAPSHOT + 4.3.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 e854c9964..76b77ad35 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.3.0-SNAPSHOT + 4.3.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 5ee4ca520..91846ca19 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.3.0-SNAPSHOT + 4.3.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 b4b012a5b..58f3b4386 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.3.0-SNAPSHOT + 4.3.0-M1 diff --git a/binders/pom.xml b/binders/pom.xml index 471323281..6794fff61 100644 --- a/binders/pom.xml +++ b/binders/pom.xml @@ -2,7 +2,7 @@ 4.0.0 spring-cloud-stream-binders - 4.3.0-SNAPSHOT + 4.3.0-M1 binders Framework provided binders pom @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-parent - 4.3.0-SNAPSHOT + 4.3.0-M1 diff --git a/binders/pulsar-binder/pom.xml b/binders/pulsar-binder/pom.xml index 5c458afa0..879eb4d76 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.3.0-SNAPSHOT + 4.3.0-M1 pom org.springframework.cloud spring-cloud-stream-binders - 4.3.0-SNAPSHOT + 4.3.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 e739f0e6e..bcc5195e1 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.3.0-SNAPSHOT + 4.3.0-M1 diff --git a/binders/rabbit-binder/pom.xml b/binders/rabbit-binder/pom.xml index d1ae2ce62..f258770b2 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.3.0-SNAPSHOT + 4.3.0-M1 pom org.springframework.cloud spring-cloud-stream-binders - 4.3.0-SNAPSHOT + 4.3.0-M1 17 - 4.3.0-SNAPSHOT + 4.3.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 22f3eb8bd..c8bc5b532 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.3.0-SNAPSHOT + 4.3.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 a49ecae5e..7e30873ee 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.3.0-SNAPSHOT + 4.3.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 8ceab98ec..ffd1aae96 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.3.0-SNAPSHOT + 4.3.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 60eed328f..24144ae41 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.3.0-SNAPSHOT + 4.3.0-M1 diff --git a/bom/pom.xml b/bom/pom.xml index ff400f9d9..f4617a26b 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.3.0-SNAPSHOT + 4.3.0-M1 org.springframework.cloud spring-cloud-build - 4.3.0-SNAPSHOT + 4.3.0-M1 diff --git a/bom/spring-cloud-starter-parent/pom.xml b/bom/spring-cloud-starter-parent/pom.xml index 05cadbb2d..c5bb6f4cb 100644 --- a/bom/spring-cloud-starter-parent/pom.xml +++ b/bom/spring-cloud-starter-parent/pom.xml @@ -6,12 +6,12 @@ org.springframework.boot spring-boot-starter-parent - 3.5.0-SNAPSHOT + 3.5.0-M1 org.springframework.cloud spring-cloud-stream-starter-parent - 4.3.0-SNAPSHOT + 4.3.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 e5a51251d..285f332fa 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.3.0-SNAPSHOT + 4.3.0-M1 spring-cloud-stream-dependencies - 4.3.0-SNAPSHOT + 4.3.0-M1 pom spring-cloud-stream-dependencies Spring Cloud Stream Dependencies diff --git a/core/pom.xml b/core/pom.xml index 39f47ee6c..bd4ecef62 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -2,7 +2,7 @@ 4.0.0 spring-cloud-stream-core - 4.3.0-SNAPSHOT + 4.3.0-M1 core Core Spring Cloud Stream pom @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-parent - 4.3.0-SNAPSHOT + 4.3.0-M1 .. diff --git a/core/spring-cloud-stream-integration-tests/pom.xml b/core/spring-cloud-stream-integration-tests/pom.xml index 14e2730f5..1357a1f43 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.3.0-SNAPSHOT + 4.3.0-M1 diff --git a/core/spring-cloud-stream-test-binder/pom.xml b/core/spring-cloud-stream-test-binder/pom.xml index 25edaf156..126a59c90 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.3.0-SNAPSHOT + 4.3.0-M1 diff --git a/core/spring-cloud-stream-test-support/pom.xml b/core/spring-cloud-stream-test-support/pom.xml index 2c7720f9f..0b916d2bf 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.3.0-SNAPSHOT + 4.3.0-M1 diff --git a/core/spring-cloud-stream/pom.xml b/core/spring-cloud-stream/pom.xml index 640cd26ec..078c3f4ef 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.3.0-SNAPSHOT + 4.3.0-M1 diff --git a/docs/pom.xml b/docs/pom.xml index 676f74a8f..7bf71b723 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -8,7 +8,7 @@ org.springframework.cloud spring-cloud-stream-parent - 4.3.0-SNAPSHOT + 4.3.0-M1 jar Spring Cloud Stream Docs diff --git a/pom.xml b/pom.xml index 6f674383d..b1f88c5b6 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.3.0-SNAPSHOT + 4.3.0-M1 pom org.springframework.cloud spring-cloud-build - 4.3.0-SNAPSHOT + 4.3.0-M1 @@ -24,7 +24,7 @@ 17 2.1 - 4.3.0-SNAPSHOT + 4.3.0-M1 true true true diff --git a/schema-registry/pom.xml b/schema-registry/pom.xml index 4b65bf6ff..70085af49 100644 --- a/schema-registry/pom.xml +++ b/schema-registry/pom.xml @@ -2,7 +2,7 @@ 4.0.0 spring-cloud-stream-schema-registry - 4.3.0-SNAPSHOT + 4.3.0-M1 schema-registry Spring Cloud Stream Schema Registry Components pom @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-parent - 4.3.0-SNAPSHOT + 4.3.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 b09314cdc..9ec17c5f1 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.3.0-SNAPSHOT + 4.3.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 b47eac744..a17c1006c 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.3.0-SNAPSHOT + 4.3.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 98df22b23..f6284a895 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.3.0-SNAPSHOT + 4.3.0-M1