From d932cf990f30293dcb5b125a3b6039a22c6e730d Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 28 Mar 2023 14:47:17 +0000 Subject: [PATCH] Update SNAPSHOT to 4.0.2 --- binders/kafka-binder/pom.xml | 4 +- .../spring-cloud-starter-stream-kafka/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../spring-cloud-stream-binder-kafka/pom.xml | 2 +- binders/pom.xml | 4 +- binders/rabbit-binder/pom.xml | 6 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../spring-cloud-stream-binder-rabbit/pom.xml | 2 +- bom/pom.xml | 4 +- bom/spring-cloud-starter-parent/pom.xml | 4 +- .../.flattened-pom.xml | 221 ++++++++++++++++++ bom/spring-cloud-stream-dependencies/pom.xml | 4 +- core/pom.xml | 4 +- .../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 +- .../pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- .../pom.xml | 4 +- samples/kafka-binder-native-app/pom.xml | 4 +- .../kafka-streams-interactive-query/pom.xml | 2 +- samples/pom.xml | 6 +- .../pom.xml | 4 +- .../schema-registry-consumer-kafka/pom.xml | 4 +- .../schema-registry-producer1-kafka/pom.xml | 4 +- .../schema-registry-producer2-kafka/pom.xml | 4 +- .../pom.xml | 4 +- schema-registry/pom.xml | 4 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- 39 files changed, 282 insertions(+), 61 deletions(-) create mode 100644 bom/spring-cloud-stream-dependencies/.flattened-pom.xml diff --git a/binders/kafka-binder/pom.xml b/binders/kafka-binder/pom.xml index 70bfc6b17..1b7d93797 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.0.2-SNAPSHOT + 4.0.2 pom org.springframework.cloud spring-cloud-stream-binders - 4.0.2-SNAPSHOT + 4.0.2 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 91d429a31..c311d4c5c 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.0.2-SNAPSHOT + 4.0.2 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 a20063bee..05315787f 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.0.2-SNAPSHOT + 4.0.2 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 b108204f1..e759c7337 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.0.2-SNAPSHOT + 4.0.2 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 9200b9fcf..15f6e5f0c 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.0.2-SNAPSHOT + 4.0.2 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 691cf1c8d..07b6644d5 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.0.2-SNAPSHOT + 4.0.2 diff --git a/binders/pom.xml b/binders/pom.xml index ceed0f8db..158957a72 100644 --- a/binders/pom.xml +++ b/binders/pom.xml @@ -2,7 +2,7 @@ 4.0.0 spring-cloud-stream-binders - 4.0.2-SNAPSHOT + 4.0.2 binders Framework provided binders pom @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-parent - 4.0.2-SNAPSHOT + 4.0.2 diff --git a/binders/rabbit-binder/pom.xml b/binders/rabbit-binder/pom.xml index 1249dde84..ce44d1cf4 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.0.2-SNAPSHOT + 4.0.2 pom org.springframework.cloud spring-cloud-stream-binders - 4.0.2-SNAPSHOT + 4.0.2 17 - 4.0.2-SNAPSHOT + 4.0.2 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 891f54b72..63090a9ec 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.0.2-SNAPSHOT + 4.0.2 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 2ae34cae0..f48688c23 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.0.2-SNAPSHOT + 4.0.2 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 23c42f3da..bdd10301a 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.0.2-SNAPSHOT + 4.0.2 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 a1047fdba..66db26f6b 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.0.2-SNAPSHOT + 4.0.2 diff --git a/bom/pom.xml b/bom/pom.xml index b487ad162..32358bf44 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.0.2-SNAPSHOT + 4.0.2 org.springframework.cloud spring-cloud-build - 4.0.2-SNAPSHOT + 4.0.2 diff --git a/bom/spring-cloud-starter-parent/pom.xml b/bom/spring-cloud-starter-parent/pom.xml index f737f1e07..16fe1aab7 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.0.2 + 3.0.5 org.springframework.cloud spring-cloud-stream-starter-parent - 4.0.2-SNAPSHOT + 4.0.2 spring-cloud-stream-starter-parent Specifies Boot version for the releaser pom diff --git a/bom/spring-cloud-stream-dependencies/.flattened-pom.xml b/bom/spring-cloud-stream-dependencies/.flattened-pom.xml new file mode 100644 index 000000000..92b2570a4 --- /dev/null +++ b/bom/spring-cloud-stream-dependencies/.flattened-pom.xml @@ -0,0 +1,221 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-dependencies-parent + 4.0.2 + + + org.springframework.cloud + spring-cloud-stream-dependencies + 4.0.2 + pom + spring-cloud-stream-dependencies + Spring Cloud Stream Dependencies + https://projects.spring.io/spring-cloud/spring-cloud-stream-dependencies/ + + Pivotal Software, Inc. + https://www.spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + Copyright 2014-2021 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + + See the License for the specific language governing permissions and + limitations under the License. + + + + + dsyer + Dave Syer + dsyer at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + Project lead + + + + sgibb + Spencer Gibb + sgibb at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + Project lead + + + + + scm:git:git://github.com/spring-cloud/spring-cloud-build.git/spring-cloud-stream-dependencies + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-build.git/spring-cloud-stream-dependencies + https://github.com/spring-cloud/spring-cloud-build/spring-cloud-stream-dependencies + + + + repo.spring.io + Spring Release Repository + https://repo.spring.io/libs-release-local + + + repo.spring.io + Spring Snapshot Repository + https://repo.spring.io/libs-snapshot-local + + + spring-docs + https:/docs.spring.io/spring-cloud-dependencies-parent/docs/4.0.2/reference/html/spring-cloud-stream-dependencies/ + + https://github.com/spring-cloud + + + + + org.springframework.cloud + spring-cloud-stream + ${project.version} + + + org.springframework.cloud + spring-cloud-stream-test-binder + ${project.version} + + + org.springframework.cloud + spring-cloud-stream-test-support + ${project.version} + + + org.springframework.cloud + spring-cloud-stream-binder-kafka + ${project.version} + + + org.springframework.cloud + spring-cloud-stream-binder-kafka-reactive + ${project.version} + + + org.springframework.cloud + spring-cloud-stream-binder-kafka-streams + ${project.version} + + + org.springframework.cloud + spring-cloud-stream-binder-kafka-core + ${project.version} + + + org.springframework.cloud + spring-cloud-starter-stream-kafka + ${project.version} + + + org.springframework.cloud + spring-cloud-stream-binder-rabbit + ${project.version} + + + org.springframework.cloud + spring-cloud-stream-binder-rabbit-core + ${project.version} + + + org.springframework.cloud + spring-cloud-starter-stream-rabbit + ${project.version} + + + org.springframework.cloud + spring-cloud-stream-binder-rabbit-test-support + ${project.version} + + + org.springframework.cloud + spring-cloud-stream-schema-registry-client + ${project.version} + + + org.springframework.cloud + spring-cloud-stream-schema-registry-core + ${project.version} + + + org.springframework.cloud + spring-cloud-stream-schema-registry-server + ${project.version} + + + + + + spring + + + + false + + + true + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot-local + + + + false + + spring-milestones + Spring Milestones + https://repo.spring.io/libs-milestone-local + + + + false + + spring-releases + Spring Releases + https://repo.spring.io/release + + + + + + false + + + true + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot-local + + + + false + + spring-milestones + Spring Milestones + https://repo.spring.io/libs-milestone-local + + + + + diff --git a/bom/spring-cloud-stream-dependencies/pom.xml b/bom/spring-cloud-stream-dependencies/pom.xml index 75dd37b83..5699368c8 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.0.2-SNAPSHOT + 4.0.2 spring-cloud-stream-dependencies - 4.0.2-SNAPSHOT + 4.0.2 pom spring-cloud-stream-dependencies Spring Cloud Stream Dependencies diff --git a/core/pom.xml b/core/pom.xml index 3d0f58dd5..8bc035a83 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -2,7 +2,7 @@ 4.0.0 spring-cloud-stream-core - 4.0.2-SNAPSHOT + 4.0.2 core Core Spring Cloud Stream pom @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-parent - 4.0.2-SNAPSHOT + 4.0.2 .. diff --git a/core/spring-cloud-stream-integration-tests/pom.xml b/core/spring-cloud-stream-integration-tests/pom.xml index b201b503b..fad84fb84 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.0.2-SNAPSHOT + 4.0.2 diff --git a/core/spring-cloud-stream-test-binder/pom.xml b/core/spring-cloud-stream-test-binder/pom.xml index fecb548f3..bb21952fa 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.0.2-SNAPSHOT + 4.0.2 diff --git a/core/spring-cloud-stream-test-support/pom.xml b/core/spring-cloud-stream-test-support/pom.xml index 491bc0ecd..a1dd9fa09 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.0.2-SNAPSHOT + 4.0.2 diff --git a/core/spring-cloud-stream/pom.xml b/core/spring-cloud-stream/pom.xml index 3fbaa49e4..829c6937c 100644 --- a/core/spring-cloud-stream/pom.xml +++ b/core/spring-cloud-stream/pom.xml @@ -16,7 +16,7 @@ org.springframework.cloud spring-cloud-stream-core - 4.0.2-SNAPSHOT + 4.0.2 diff --git a/docs/pom.xml b/docs/pom.xml index 2cfe258a9..09876ef91 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -7,7 +7,7 @@ org.springframework.cloud spring-cloud-stream-parent - 4.0.2-SNAPSHOT + 4.0.2 jar spring-cloud-stream-docs diff --git a/pom.xml b/pom.xml index 9e7c0c9f3..385ffacd9 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.0.2-SNAPSHOT + 4.0.2 pom org.springframework.cloud spring-cloud-build - 4.0.2-SNAPSHOT + 4.0.2 @@ -25,7 +25,7 @@ 17 2022.0.5 2.1 - 4.0.2-SNAPSHOT + 4.0.2 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 1304c2a02..1edc47509 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.0.2-SNAPSHOT + 4.0.2 jar confluent-schema-registry-integration-consumer Confluent Schema Registry Consumer @@ -11,7 +11,7 @@ org.springframework.cloud confluent-schema-registry-integration - 4.0.2-SNAPSHOT + 4.0.2 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 7565ec7e2..a17a4bc7e 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.0.2-SNAPSHOT + 4.0.2 jar confluent-schema-registry-integration-producer1 Confluent Schema Registry Producer1 @@ -11,7 +11,7 @@ org.springframework.cloud confluent-schema-registry-integration - 4.0.2-SNAPSHOT + 4.0.2 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 edcd85fda..c3d95de62 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.0.2-SNAPSHOT + 4.0.2 jar confluent-schema-registry-integration-producer2 Confluent Schema Registry Producer2 @@ -11,7 +11,7 @@ org.springframework.cloud confluent-schema-registry-integration - 4.0.2-SNAPSHOT + 4.0.2 diff --git a/samples/confluent-schema-registry-integration/pom.xml b/samples/confluent-schema-registry-integration/pom.xml index 8ffe58134..a19d8e630 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.0.2-SNAPSHOT + 4.0.2 pom confluent-schema-registry-integration Confluent Schema Registry Integration Sample App @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-samples-parent - 4.0.2-SNAPSHOT + 4.0.2 diff --git a/samples/kafka-binder-native-app/pom.xml b/samples/kafka-binder-native-app/pom.xml index 484058c9e..500d3068a 100644 --- a/samples/kafka-binder-native-app/pom.xml +++ b/samples/kafka-binder-native-app/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.2 + 3.0.5 com.example @@ -15,7 +15,7 @@ Native Sample App based on Kafka Binder 17 - 4.0.2-SNAPSHOT + 4.0.2 diff --git a/samples/kafka-streams-interactive-query/pom.xml b/samples/kafka-streams-interactive-query/pom.xml index fdd9aff88..1aa8b334e 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.0.2-SNAPSHOT + 4.0.2 diff --git a/samples/pom.xml b/samples/pom.xml index cde21d907..6bc061f21 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.0.2-SNAPSHOT + 4.0.2 spring-cloud-stream-samples Spring Cloud Stream Sample Apps pom @@ -11,14 +11,14 @@ org.springframework.boot spring-boot-starter-parent - 3.0.2 + 3.0.5 1.11.0 7.0.1 - 2022.0.2-SNAPSHOT + 2022.0.2 diff --git a/samples/spring-cloud-stream-schema-registry-integration/pom.xml b/samples/spring-cloud-stream-schema-registry-integration/pom.xml index d6262cc1f..a477f6759 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.0.2-SNAPSHOT + 4.0.2 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.0.2-SNAPSHOT + 4.0.2 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 a67b09060..59cbc79c9 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.0.2-SNAPSHOT + 4.0.2 jar schema-registry-consumer-kafka SCSt Schema Registry Consumer @@ -11,7 +11,7 @@ org.springframework.cloud spring-cloud-stream-schema-registry-integration - 4.0.2-SNAPSHOT + 4.0.2 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 af683d956..98098574b 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.0.2-SNAPSHOT + 4.0.2 jar schema-registry-producer1-kafka SCSt Schema Registry Producer 1 @@ -11,7 +11,7 @@ org.springframework.cloud spring-cloud-stream-schema-registry-integration - 4.0.2-SNAPSHOT + 4.0.2 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 bbc9c0ee7..4d4afdcd2 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.0.2-SNAPSHOT + 4.0.2 jar schema-registry-producer2-kafka SCSt Schema Registry Producer 2 @@ -11,7 +11,7 @@ org.springframework.cloud spring-cloud-stream-schema-registry-integration - 4.0.2-SNAPSHOT + 4.0.2 diff --git a/samples/stream-function-batch-producer-consumer/pom.xml b/samples/stream-function-batch-producer-consumer/pom.xml index 93c17c883..a66c83a51 100644 --- a/samples/stream-function-batch-producer-consumer/pom.xml +++ b/samples/stream-function-batch-producer-consumer/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 3.0.2 + 3.0.5 com.example @@ -15,7 +15,7 @@ Sample app using stream functions with batch producer and consumer using kafka 17 - 2022.0.2-SNAPSHOT + 2022.0.2 diff --git a/schema-registry/pom.xml b/schema-registry/pom.xml index 3456c49eb..213cc30b1 100644 --- a/schema-registry/pom.xml +++ b/schema-registry/pom.xml @@ -2,7 +2,7 @@ 4.0.0 spring-cloud-stream-schema-registry - 4.0.2-SNAPSHOT + 4.0.2 schema-registry Spring Cloud Stream Schema Registry Components pom @@ -10,7 +10,7 @@ org.springframework.cloud spring-cloud-stream-parent - 4.0.2-SNAPSHOT + 4.0.2 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 8a54d6cdb..c5f961fb0 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.0.2-SNAPSHOT + 4.0.2 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 affd60d6a..5e9442619 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.0.2-SNAPSHOT + 4.0.2 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 3885d691f..08c1c298f 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.0.2-SNAPSHOT + 4.0.2