From a5c53f735fe8e5387cd8cb742324c160c451ead0 Mon Sep 17 00:00:00 2001 From: spring-builds Date: Thu, 27 Feb 2025 15:46:58 +0000 Subject: [PATCH] Going back to snapshots --- 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 +++--- 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, 39 insertions(+), 39 deletions(-) diff --git a/binders/kafka-binder/pom.xml b/binders/kafka-binder/pom.xml index b1861d0fc..11e18539e 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-M2 + 4.3.0-SNAPSHOT pom org.springframework.cloud spring-cloud-stream-binders - 4.3.0-M2 + 4.3.0-SNAPSHOT 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 f35cc2780..13987ae39 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-M2 + 4.3.0-SNAPSHOT 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 8bc74e386..fb161966b 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-M2 + 4.3.0-SNAPSHOT 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 3e4302cc1..e854c9964 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-M2 + 4.3.0-SNAPSHOT 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 e45317879..5ee4ca520 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-M2 + 4.3.0-SNAPSHOT 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 1ad29be91..b4b012a5b 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-M2 + 4.3.0-SNAPSHOT diff --git a/binders/pom.xml b/binders/pom.xml index afb9e2944..471323281 100644 --- a/binders/pom.xml +++ b/binders/pom.xml @@ -2,7 +2,7 @@ 4.0.0 spring-cloud-stream-binders - 4.3.0-M2 + 4.3.0-SNAPSHOT binders Framework provided binders pom @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-parent - 4.3.0-M2 + 4.3.0-SNAPSHOT diff --git a/binders/pulsar-binder/pom.xml b/binders/pulsar-binder/pom.xml index b05c01137..5c458afa0 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-M2 + 4.3.0-SNAPSHOT pom org.springframework.cloud spring-cloud-stream-binders - 4.3.0-M2 + 4.3.0-SNAPSHOT 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 d9cf56b50..e739f0e6e 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-M2 + 4.3.0-SNAPSHOT diff --git a/binders/rabbit-binder/pom.xml b/binders/rabbit-binder/pom.xml index 2f1e82137..d1ae2ce62 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-M2 + 4.3.0-SNAPSHOT pom org.springframework.cloud spring-cloud-stream-binders - 4.3.0-M2 + 4.3.0-SNAPSHOT 17 - 4.3.0-M2 + 4.3.0-SNAPSHOT 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 40f0f62ab..22f3eb8bd 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-M2 + 4.3.0-SNAPSHOT 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 25a2bb4f6..a49ecae5e 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-M2 + 4.3.0-SNAPSHOT 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 e319ec6f5..8ceab98ec 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-M2 + 4.3.0-SNAPSHOT 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 9a911b371..60eed328f 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-M2 + 4.3.0-SNAPSHOT diff --git a/bom/pom.xml b/bom/pom.xml index e87ad71b7..ff400f9d9 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-M2 + 4.3.0-SNAPSHOT org.springframework.cloud spring-cloud-build - 4.3.0-M2 + 4.3.0-SNAPSHOT diff --git a/bom/spring-cloud-starter-parent/pom.xml b/bom/spring-cloud-starter-parent/pom.xml index 65079dfe2..9280b8969 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.3.0-M2 + 4.3.0-SNAPSHOT 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 6a1c6f4e7..e5a51251d 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-M2 + 4.3.0-SNAPSHOT spring-cloud-stream-dependencies - 4.3.0-M2 + 4.3.0-SNAPSHOT pom spring-cloud-stream-dependencies Spring Cloud Stream Dependencies diff --git a/core/pom.xml b/core/pom.xml index 1c4a83a3e..39f47ee6c 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -2,7 +2,7 @@ 4.0.0 spring-cloud-stream-core - 4.3.0-M2 + 4.3.0-SNAPSHOT core Core Spring Cloud Stream pom @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-parent - 4.3.0-M2 + 4.3.0-SNAPSHOT .. diff --git a/core/spring-cloud-stream-integration-tests/pom.xml b/core/spring-cloud-stream-integration-tests/pom.xml index 16daaed0f..14e2730f5 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-M2 + 4.3.0-SNAPSHOT diff --git a/core/spring-cloud-stream-test-binder/pom.xml b/core/spring-cloud-stream-test-binder/pom.xml index 03e894ff5..25edaf156 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-M2 + 4.3.0-SNAPSHOT diff --git a/core/spring-cloud-stream-test-support/pom.xml b/core/spring-cloud-stream-test-support/pom.xml index a2be6bf74..2c7720f9f 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-M2 + 4.3.0-SNAPSHOT diff --git a/core/spring-cloud-stream/pom.xml b/core/spring-cloud-stream/pom.xml index 25f514b1c..640cd26ec 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-M2 + 4.3.0-SNAPSHOT diff --git a/docs/pom.xml b/docs/pom.xml index 060bc5688..676f74a8f 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -8,7 +8,7 @@ org.springframework.cloud spring-cloud-stream-parent - 4.3.0-M2 + 4.3.0-SNAPSHOT jar Spring Cloud Stream Docs diff --git a/pom.xml b/pom.xml index ddccfc06d..6f674383d 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-M2 + 4.3.0-SNAPSHOT pom org.springframework.cloud spring-cloud-build - 4.3.0-M2 + 4.3.0-SNAPSHOT @@ -24,7 +24,7 @@ 17 2.1 - 4.3.0-M2 + 4.3.0-SNAPSHOT true true true diff --git a/schema-registry/pom.xml b/schema-registry/pom.xml index e537d4806..4b65bf6ff 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-M2 + 4.3.0-SNAPSHOT schema-registry Spring Cloud Stream Schema Registry Components pom @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-parent - 4.3.0-M2 + 4.3.0-SNAPSHOT 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 059b3559d..b09314cdc 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-M2 + 4.3.0-SNAPSHOT 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 9a2c031ae..b47eac744 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-M2 + 4.3.0-SNAPSHOT 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 dec37ee4f..98df22b23 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-M2 + 4.3.0-SNAPSHOT