diff --git a/catalog/pom.xml b/catalog/pom.xml index 834804b5605..2f9fa713a8c 100644 --- a/catalog/pom.xml +++ b/catalog/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent - 3.17.0-SNAPSHOT + 3.17.0 ../poms/build-parent/pom.xml diff --git a/docs/antora.yml b/docs/antora.yml index eb7a908d661..1caefc00799 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -17,14 +17,11 @@ name: camel-quarkus title: Camel Quarkus -version: next -prerelease: true -display-version: Next (Pre-release) +version: 3.17.x nav: - modules/ROOT/nav.adoc asciidoc: attributes: - prerelease: true requires: "'util=camel-website-util,quarkus=xref:js/quarkus.js'" # Project versions diff --git a/docs/pom.xml b/docs/pom.xml index 4145163aff3..1f6797fa7b7 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus - 3.17.0-SNAPSHOT + 3.17.0 camel-quarkus-docs diff --git a/docs/source-map.yml b/docs/source-map.yml index d2f96b74aa5..50f73d434d6 100644 --- a/docs/source-map.yml +++ b/docs/source-map.yml @@ -21,5 +21,5 @@ - url: 'https://github.com/apache/camel-quarkus.git' mapped-url: './../camel-quarkus' branches: - - branch: main + - branch: 3.17.x mapped-branch: HEAD diff --git a/extensions-core/core-cloud/deployment/pom.xml b/extensions-core/core-cloud/deployment/pom.xml index eea0df07133..cc00e011d74 100644 --- a/extensions-core/core-cloud/deployment/pom.xml +++ b/extensions-core/core-cloud/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-core-cloud-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-core/core-cloud/pom.xml b/extensions-core/core-cloud/pom.xml index b01884ddfbf..e13c29ddd98 100644 --- a/extensions-core/core-cloud/pom.xml +++ b/extensions-core/core-cloud/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-core - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-core/core-cloud/runtime/pom.xml b/extensions-core/core-cloud/runtime/pom.xml index 3ae802e2239..d71e3c579d1 100644 --- a/extensions-core/core-cloud/runtime/pom.xml +++ b/extensions-core/core-cloud/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-core-cloud-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-core/core/deployment/pom.xml b/extensions-core/core/deployment/pom.xml index 4d04def4e5e..94c784dab0f 100644 --- a/extensions-core/core/deployment/pom.xml +++ b/extensions-core/core/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-core-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 camel-quarkus-core-deployment diff --git a/extensions-core/core/pom.xml b/extensions-core/core/pom.xml index 6d3d360bbc0..8d954bb2f4b 100644 --- a/extensions-core/core/pom.xml +++ b/extensions-core/core/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-core - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-core/core/runtime/pom.xml b/extensions-core/core/runtime/pom.xml index f7ff8382567..87637f99b9e 100644 --- a/extensions-core/core/runtime/pom.xml +++ b/extensions-core/core/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-core-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions-core/http-common/deployment/pom.xml b/extensions-core/http-common/deployment/pom.xml index 4da1282e1d7..b070475710a 100644 --- a/extensions-core/http-common/deployment/pom.xml +++ b/extensions-core/http-common/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-http-common-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-core/http-common/pom.xml b/extensions-core/http-common/pom.xml index 7b0d16540f0..37b76ad52c3 100644 --- a/extensions-core/http-common/pom.xml +++ b/extensions-core/http-common/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-core - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-core/http-common/runtime/pom.xml b/extensions-core/http-common/runtime/pom.xml index 62ee94a477d..07265c4ad24 100644 --- a/extensions-core/http-common/runtime/pom.xml +++ b/extensions-core/http-common/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-http-common-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-core/pom.xml b/extensions-core/pom.xml index 25de2cc7eef..9c63be7f5eb 100644 --- a/extensions-core/pom.xml +++ b/extensions-core/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent - 3.17.0-SNAPSHOT + 3.17.0 ../poms/build-parent/pom.xml diff --git a/extensions-core/reactive-executor/deployment/pom.xml b/extensions-core/reactive-executor/deployment/pom.xml index d94b9463215..2bee66ff6d2 100644 --- a/extensions-core/reactive-executor/deployment/pom.xml +++ b/extensions-core/reactive-executor/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-reactive-executor-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-core/reactive-executor/pom.xml b/extensions-core/reactive-executor/pom.xml index 3e3a970b687..3de29f2203b 100644 --- a/extensions-core/reactive-executor/pom.xml +++ b/extensions-core/reactive-executor/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-core - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-core/reactive-executor/runtime/pom.xml b/extensions-core/reactive-executor/runtime/pom.xml index df3d24625a6..93d8b1c4e20 100644 --- a/extensions-core/reactive-executor/runtime/pom.xml +++ b/extensions-core/reactive-executor/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-reactive-executor-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-core/threadpoolfactory-vertx/deployment/pom.xml b/extensions-core/threadpoolfactory-vertx/deployment/pom.xml index b7e02f161dc..51889687a8d 100644 --- a/extensions-core/threadpoolfactory-vertx/deployment/pom.xml +++ b/extensions-core/threadpoolfactory-vertx/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-threadpoolfactory-vertx-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-core/threadpoolfactory-vertx/pom.xml b/extensions-core/threadpoolfactory-vertx/pom.xml index 7d8242bb332..1b35caa3d17 100644 --- a/extensions-core/threadpoolfactory-vertx/pom.xml +++ b/extensions-core/threadpoolfactory-vertx/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-core - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-core/threadpoolfactory-vertx/runtime/pom.xml b/extensions-core/threadpoolfactory-vertx/runtime/pom.xml index e2a420ea6fa..4e2403003bb 100644 --- a/extensions-core/threadpoolfactory-vertx/runtime/pom.xml +++ b/extensions-core/threadpoolfactory-vertx/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-threadpoolfactory-vertx-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-core/xml-io-dsl/deployment/pom.xml b/extensions-core/xml-io-dsl/deployment/pom.xml index 99ede0ffcf4..84950f93405 100644 --- a/extensions-core/xml-io-dsl/deployment/pom.xml +++ b/extensions-core/xml-io-dsl/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-xml-io-dsl-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-core/xml-io-dsl/pom.xml b/extensions-core/xml-io-dsl/pom.xml index 62d00d47862..4022b56b023 100644 --- a/extensions-core/xml-io-dsl/pom.xml +++ b/extensions-core/xml-io-dsl/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-core - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-core/xml-io-dsl/runtime/pom.xml b/extensions-core/xml-io-dsl/runtime/pom.xml index 0b1d507a307..d330fa276ad 100644 --- a/extensions-core/xml-io-dsl/runtime/pom.xml +++ b/extensions-core/xml-io-dsl/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-xml-io-dsl-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-core/xml-jaxb/deployment/pom.xml b/extensions-core/xml-jaxb/deployment/pom.xml index 9b56244dbb8..af360283fef 100644 --- a/extensions-core/xml-jaxb/deployment/pom.xml +++ b/extensions-core/xml-jaxb/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-xml-jaxb-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-core/xml-jaxb/pom.xml b/extensions-core/xml-jaxb/pom.xml index a55e5eae381..f2d531f0480 100644 --- a/extensions-core/xml-jaxb/pom.xml +++ b/extensions-core/xml-jaxb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-core - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-core/xml-jaxb/runtime/pom.xml b/extensions-core/xml-jaxb/runtime/pom.xml index a98c969d921..dfb2201cb9d 100644 --- a/extensions-core/xml-jaxb/runtime/pom.xml +++ b/extensions-core/xml-jaxb/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-xml-jaxb-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-core/xml-jaxp/deployment/pom.xml b/extensions-core/xml-jaxp/deployment/pom.xml index ebb984af4dc..32b9f68de6d 100644 --- a/extensions-core/xml-jaxp/deployment/pom.xml +++ b/extensions-core/xml-jaxp/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-xml-jaxp-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-core/xml-jaxp/pom.xml b/extensions-core/xml-jaxp/pom.xml index f12fa2c6f0d..743e3ffb841 100644 --- a/extensions-core/xml-jaxp/pom.xml +++ b/extensions-core/xml-jaxp/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-core - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-core/xml-jaxp/runtime/pom.xml b/extensions-core/xml-jaxp/runtime/pom.xml index 8d3c443df9d..25b1db8cfe3 100644 --- a/extensions-core/xml-jaxp/runtime/pom.xml +++ b/extensions-core/xml-jaxp/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-xml-jaxp-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-core/yaml-dsl/deployment/pom.xml b/extensions-core/yaml-dsl/deployment/pom.xml index 701620c0ef7..e21c4be5c13 100644 --- a/extensions-core/yaml-dsl/deployment/pom.xml +++ b/extensions-core/yaml-dsl/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-yaml-dsl-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-core/yaml-dsl/pom.xml b/extensions-core/yaml-dsl/pom.xml index 95a99cb584b..fa8e3f13649 100644 --- a/extensions-core/yaml-dsl/pom.xml +++ b/extensions-core/yaml-dsl/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-core - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-core/yaml-dsl/runtime/pom.xml b/extensions-core/yaml-dsl/runtime/pom.xml index 70e1cefbaf8..baf3f6e0075 100644 --- a/extensions-core/yaml-dsl/runtime/pom.xml +++ b/extensions-core/yaml-dsl/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-yaml-dsl-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-core/yaml-io/deployment/pom.xml b/extensions-core/yaml-io/deployment/pom.xml index 1b8df55b3db..6e3f1a56ce2 100644 --- a/extensions-core/yaml-io/deployment/pom.xml +++ b/extensions-core/yaml-io/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-yaml-io-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-core/yaml-io/pom.xml b/extensions-core/yaml-io/pom.xml index 3df83332c42..c1617716b1f 100644 --- a/extensions-core/yaml-io/pom.xml +++ b/extensions-core/yaml-io/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-core - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-core/yaml-io/runtime/pom.xml b/extensions-core/yaml-io/runtime/pom.xml index 34e8bfc86e9..ba19485e4aa 100644 --- a/extensions-core/yaml-io/runtime/pom.xml +++ b/extensions-core/yaml-io/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-yaml-io-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/asn1/deployment/pom.xml b/extensions-jvm/asn1/deployment/pom.xml index 41e6214273b..330316e2ae4 100644 --- a/extensions-jvm/asn1/deployment/pom.xml +++ b/extensions-jvm/asn1/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-asn1-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/asn1/pom.xml b/extensions-jvm/asn1/pom.xml index 2fe7756d230..9cf37e771bb 100644 --- a/extensions-jvm/asn1/pom.xml +++ b/extensions-jvm/asn1/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/asn1/runtime/pom.xml b/extensions-jvm/asn1/runtime/pom.xml index 63dbdd13a72..007b23be8fa 100644 --- a/extensions-jvm/asn1/runtime/pom.xml +++ b/extensions-jvm/asn1/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-asn1-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/asterisk/deployment/pom.xml b/extensions-jvm/asterisk/deployment/pom.xml index a58459dc643..e5b05ac391b 100644 --- a/extensions-jvm/asterisk/deployment/pom.xml +++ b/extensions-jvm/asterisk/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-asterisk-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/asterisk/pom.xml b/extensions-jvm/asterisk/pom.xml index 323a53af224..19026cb9ca3 100644 --- a/extensions-jvm/asterisk/pom.xml +++ b/extensions-jvm/asterisk/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/asterisk/runtime/pom.xml b/extensions-jvm/asterisk/runtime/pom.xml index 6c718cc76ed..e32e64cf5cc 100644 --- a/extensions-jvm/asterisk/runtime/pom.xml +++ b/extensions-jvm/asterisk/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-asterisk-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/aws-secrets-manager/deployment/pom.xml b/extensions-jvm/aws-secrets-manager/deployment/pom.xml index 2f9defd65a7..009de28f0aa 100644 --- a/extensions-jvm/aws-secrets-manager/deployment/pom.xml +++ b/extensions-jvm/aws-secrets-manager/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws-secrets-manager-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/aws-secrets-manager/pom.xml b/extensions-jvm/aws-secrets-manager/pom.xml index a2ff45c4c38..8c70af167ce 100644 --- a/extensions-jvm/aws-secrets-manager/pom.xml +++ b/extensions-jvm/aws-secrets-manager/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/aws-secrets-manager/runtime/pom.xml b/extensions-jvm/aws-secrets-manager/runtime/pom.xml index 2c45ad9b503..5475e65baba 100644 --- a/extensions-jvm/aws-secrets-manager/runtime/pom.xml +++ b/extensions-jvm/aws-secrets-manager/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws-secrets-manager-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/aws-xray/deployment/pom.xml b/extensions-jvm/aws-xray/deployment/pom.xml index e85a61d0200..090b2ca221d 100644 --- a/extensions-jvm/aws-xray/deployment/pom.xml +++ b/extensions-jvm/aws-xray/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws-xray-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/aws-xray/pom.xml b/extensions-jvm/aws-xray/pom.xml index 11c1468e3ce..57c16a6d385 100644 --- a/extensions-jvm/aws-xray/pom.xml +++ b/extensions-jvm/aws-xray/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/aws-xray/runtime/pom.xml b/extensions-jvm/aws-xray/runtime/pom.xml index 1145943a0bc..68c4324ee13 100644 --- a/extensions-jvm/aws-xray/runtime/pom.xml +++ b/extensions-jvm/aws-xray/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws-xray-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/azure-cosmosdb/deployment/pom.xml b/extensions-jvm/azure-cosmosdb/deployment/pom.xml index 737ec7ea27f..e62bcae8bf9 100644 --- a/extensions-jvm/azure-cosmosdb/deployment/pom.xml +++ b/extensions-jvm/azure-cosmosdb/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-azure-cosmosdb-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/azure-cosmosdb/pom.xml b/extensions-jvm/azure-cosmosdb/pom.xml index 63e69c5df80..2e07213bc60 100644 --- a/extensions-jvm/azure-cosmosdb/pom.xml +++ b/extensions-jvm/azure-cosmosdb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/azure-cosmosdb/runtime/pom.xml b/extensions-jvm/azure-cosmosdb/runtime/pom.xml index c994f0fbe2e..c78da0d9647 100644 --- a/extensions-jvm/azure-cosmosdb/runtime/pom.xml +++ b/extensions-jvm/azure-cosmosdb/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-azure-cosmosdb-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/azure-servicebus/deployment/pom.xml b/extensions-jvm/azure-servicebus/deployment/pom.xml index 9c90e58da6d..a35eae866de 100644 --- a/extensions-jvm/azure-servicebus/deployment/pom.xml +++ b/extensions-jvm/azure-servicebus/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-azure-servicebus-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/azure-servicebus/pom.xml b/extensions-jvm/azure-servicebus/pom.xml index bf3a7a4f3b2..2f90eca39bb 100644 --- a/extensions-jvm/azure-servicebus/pom.xml +++ b/extensions-jvm/azure-servicebus/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/azure-servicebus/runtime/pom.xml b/extensions-jvm/azure-servicebus/runtime/pom.xml index 92384cf9d97..fd02ddf4da5 100644 --- a/extensions-jvm/azure-servicebus/runtime/pom.xml +++ b/extensions-jvm/azure-servicebus/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-azure-servicebus-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/azure-storage-datalake/deployment/pom.xml b/extensions-jvm/azure-storage-datalake/deployment/pom.xml index 89549cdf11f..e8f690a5fc5 100644 --- a/extensions-jvm/azure-storage-datalake/deployment/pom.xml +++ b/extensions-jvm/azure-storage-datalake/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-azure-storage-datalake-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/azure-storage-datalake/pom.xml b/extensions-jvm/azure-storage-datalake/pom.xml index f77aa263051..c5c84a0bd1d 100644 --- a/extensions-jvm/azure-storage-datalake/pom.xml +++ b/extensions-jvm/azure-storage-datalake/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/azure-storage-datalake/runtime/pom.xml b/extensions-jvm/azure-storage-datalake/runtime/pom.xml index 50097408e49..47c8b30ee2e 100644 --- a/extensions-jvm/azure-storage-datalake/runtime/pom.xml +++ b/extensions-jvm/azure-storage-datalake/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-azure-storage-datalake-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/barcode/deployment/pom.xml b/extensions-jvm/barcode/deployment/pom.xml index 0c7daa7f4bf..a89500c26bd 100644 --- a/extensions-jvm/barcode/deployment/pom.xml +++ b/extensions-jvm/barcode/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-barcode-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/barcode/pom.xml b/extensions-jvm/barcode/pom.xml index 21a60c60acb..88c53d4da54 100644 --- a/extensions-jvm/barcode/pom.xml +++ b/extensions-jvm/barcode/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/barcode/runtime/pom.xml b/extensions-jvm/barcode/runtime/pom.xml index eae02f9f488..43a87798f86 100644 --- a/extensions-jvm/barcode/runtime/pom.xml +++ b/extensions-jvm/barcode/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-barcode-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/bonita/deployment/pom.xml b/extensions-jvm/bonita/deployment/pom.xml index a7f382d3b8a..579727fae0d 100644 --- a/extensions-jvm/bonita/deployment/pom.xml +++ b/extensions-jvm/bonita/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-bonita-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/bonita/pom.xml b/extensions-jvm/bonita/pom.xml index 5a9b58ec3a4..be69324b8d0 100644 --- a/extensions-jvm/bonita/pom.xml +++ b/extensions-jvm/bonita/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/bonita/runtime/pom.xml b/extensions-jvm/bonita/runtime/pom.xml index f1c850cab71..fbf85395f37 100644 --- a/extensions-jvm/bonita/runtime/pom.xml +++ b/extensions-jvm/bonita/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-bonita-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/chatscript/deployment/pom.xml b/extensions-jvm/chatscript/deployment/pom.xml index c78884ee263..dcac91a97e4 100644 --- a/extensions-jvm/chatscript/deployment/pom.xml +++ b/extensions-jvm/chatscript/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-chatscript-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/chatscript/pom.xml b/extensions-jvm/chatscript/pom.xml index 938bbe9896e..5185ed29b64 100644 --- a/extensions-jvm/chatscript/pom.xml +++ b/extensions-jvm/chatscript/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/chatscript/runtime/pom.xml b/extensions-jvm/chatscript/runtime/pom.xml index dd658ad4b2b..8151c731c18 100644 --- a/extensions-jvm/chatscript/runtime/pom.xml +++ b/extensions-jvm/chatscript/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-chatscript-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/chunk/deployment/pom.xml b/extensions-jvm/chunk/deployment/pom.xml index 3fda8185bbe..2e8fbb17b54 100644 --- a/extensions-jvm/chunk/deployment/pom.xml +++ b/extensions-jvm/chunk/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-chunk-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/chunk/pom.xml b/extensions-jvm/chunk/pom.xml index 247d37c5410..63803a41c99 100644 --- a/extensions-jvm/chunk/pom.xml +++ b/extensions-jvm/chunk/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/chunk/runtime/pom.xml b/extensions-jvm/chunk/runtime/pom.xml index 06b4f56f5bd..126de3e6b8f 100644 --- a/extensions-jvm/chunk/runtime/pom.xml +++ b/extensions-jvm/chunk/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-chunk-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/cli-connector/deployment/pom.xml b/extensions-jvm/cli-connector/deployment/pom.xml index 3e5d14f54cf..a8196dd8f79 100644 --- a/extensions-jvm/cli-connector/deployment/pom.xml +++ b/extensions-jvm/cli-connector/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-cli-connector-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/cli-connector/pom.xml b/extensions-jvm/cli-connector/pom.xml index b5524a1976f..f8710756156 100644 --- a/extensions-jvm/cli-connector/pom.xml +++ b/extensions-jvm/cli-connector/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/cli-connector/runtime/pom.xml b/extensions-jvm/cli-connector/runtime/pom.xml index 327a855222c..94b5bf160b2 100644 --- a/extensions-jvm/cli-connector/runtime/pom.xml +++ b/extensions-jvm/cli-connector/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-cli-connector-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/cm-sms/deployment/pom.xml b/extensions-jvm/cm-sms/deployment/pom.xml index 770eba84a92..e5097d8c445 100644 --- a/extensions-jvm/cm-sms/deployment/pom.xml +++ b/extensions-jvm/cm-sms/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-cm-sms-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/cm-sms/pom.xml b/extensions-jvm/cm-sms/pom.xml index 604a52c17de..67ce2fb23e9 100644 --- a/extensions-jvm/cm-sms/pom.xml +++ b/extensions-jvm/cm-sms/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/cm-sms/runtime/pom.xml b/extensions-jvm/cm-sms/runtime/pom.xml index a6ddbf8e443..8ff84b5ce7b 100644 --- a/extensions-jvm/cm-sms/runtime/pom.xml +++ b/extensions-jvm/cm-sms/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-cm-sms-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/coap/deployment/pom.xml b/extensions-jvm/coap/deployment/pom.xml index 2cd8720dce3..fb75c6d9a6a 100644 --- a/extensions-jvm/coap/deployment/pom.xml +++ b/extensions-jvm/coap/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-coap-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/coap/pom.xml b/extensions-jvm/coap/pom.xml index baeda697f93..770edb2a674 100644 --- a/extensions-jvm/coap/pom.xml +++ b/extensions-jvm/coap/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/coap/runtime/pom.xml b/extensions-jvm/coap/runtime/pom.xml index b7653e1f5f8..78c6e3ba0bc 100644 --- a/extensions-jvm/coap/runtime/pom.xml +++ b/extensions-jvm/coap/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-coap-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/cometd/deployment/pom.xml b/extensions-jvm/cometd/deployment/pom.xml index 0c61d78a8d5..5ab0b470a0f 100644 --- a/extensions-jvm/cometd/deployment/pom.xml +++ b/extensions-jvm/cometd/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-cometd-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/cometd/pom.xml b/extensions-jvm/cometd/pom.xml index c6b48eb72c0..e03d6be54b9 100644 --- a/extensions-jvm/cometd/pom.xml +++ b/extensions-jvm/cometd/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/cometd/runtime/pom.xml b/extensions-jvm/cometd/runtime/pom.xml index 7e326261596..bc8bf56799a 100644 --- a/extensions-jvm/cometd/runtime/pom.xml +++ b/extensions-jvm/cometd/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-cometd-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/console/deployment/pom.xml b/extensions-jvm/console/deployment/pom.xml index 5e8d3743d5d..ccced6cf9ee 100644 --- a/extensions-jvm/console/deployment/pom.xml +++ b/extensions-jvm/console/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-console-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/console/pom.xml b/extensions-jvm/console/pom.xml index d808fb936a7..e08c3c18c76 100644 --- a/extensions-jvm/console/pom.xml +++ b/extensions-jvm/console/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/console/runtime/pom.xml b/extensions-jvm/console/runtime/pom.xml index 06cbbfd253c..b5c1129d096 100644 --- a/extensions-jvm/console/runtime/pom.xml +++ b/extensions-jvm/console/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-console-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/couchbase/deployment/pom.xml b/extensions-jvm/couchbase/deployment/pom.xml index 38d54bdb03d..668b57a4b49 100644 --- a/extensions-jvm/couchbase/deployment/pom.xml +++ b/extensions-jvm/couchbase/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-couchbase-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/couchbase/pom.xml b/extensions-jvm/couchbase/pom.xml index b6d269a573c..02acbe2b172 100644 --- a/extensions-jvm/couchbase/pom.xml +++ b/extensions-jvm/couchbase/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/couchbase/runtime/pom.xml b/extensions-jvm/couchbase/runtime/pom.xml index f014ea37dd3..ae7d47a074c 100644 --- a/extensions-jvm/couchbase/runtime/pom.xml +++ b/extensions-jvm/couchbase/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-couchbase-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/djl/deployment/pom.xml b/extensions-jvm/djl/deployment/pom.xml index f78d1a051d8..fd501d6d5b2 100644 --- a/extensions-jvm/djl/deployment/pom.xml +++ b/extensions-jvm/djl/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-djl-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/djl/pom.xml b/extensions-jvm/djl/pom.xml index 7c27d4d5e53..8f00e6782b3 100644 --- a/extensions-jvm/djl/pom.xml +++ b/extensions-jvm/djl/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/djl/runtime/pom.xml b/extensions-jvm/djl/runtime/pom.xml index 1386b47295d..26df2292ff3 100644 --- a/extensions-jvm/djl/runtime/pom.xml +++ b/extensions-jvm/djl/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-djl-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/dns/deployment/pom.xml b/extensions-jvm/dns/deployment/pom.xml index 38516b12115..fb8c74e6fbd 100644 --- a/extensions-jvm/dns/deployment/pom.xml +++ b/extensions-jvm/dns/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-dns-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/dns/pom.xml b/extensions-jvm/dns/pom.xml index dcd4c234fdf..4388ed9191f 100644 --- a/extensions-jvm/dns/pom.xml +++ b/extensions-jvm/dns/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/dns/runtime/pom.xml b/extensions-jvm/dns/runtime/pom.xml index d71505f485b..c7df8553213 100644 --- a/extensions-jvm/dns/runtime/pom.xml +++ b/extensions-jvm/dns/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-dns-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/drill/deployment/pom.xml b/extensions-jvm/drill/deployment/pom.xml index 3629ad5be8e..bc509df7f6e 100644 --- a/extensions-jvm/drill/deployment/pom.xml +++ b/extensions-jvm/drill/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-drill-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/drill/pom.xml b/extensions-jvm/drill/pom.xml index 6e91d494dbc..a9d19b12b09 100644 --- a/extensions-jvm/drill/pom.xml +++ b/extensions-jvm/drill/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/drill/runtime/pom.xml b/extensions-jvm/drill/runtime/pom.xml index 39aaa34ab60..5c5922632dd 100644 --- a/extensions-jvm/drill/runtime/pom.xml +++ b/extensions-jvm/drill/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-drill-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/dsl-modeline/deployment/pom.xml b/extensions-jvm/dsl-modeline/deployment/pom.xml index 95276adb056..0f9b0fa12d6 100644 --- a/extensions-jvm/dsl-modeline/deployment/pom.xml +++ b/extensions-jvm/dsl-modeline/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-dsl-modeline-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/dsl-modeline/pom.xml b/extensions-jvm/dsl-modeline/pom.xml index c02e4e56a29..9df413f5ecf 100644 --- a/extensions-jvm/dsl-modeline/pom.xml +++ b/extensions-jvm/dsl-modeline/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/dsl-modeline/runtime/pom.xml b/extensions-jvm/dsl-modeline/runtime/pom.xml index 47829256e42..f239201e18c 100644 --- a/extensions-jvm/dsl-modeline/runtime/pom.xml +++ b/extensions-jvm/dsl-modeline/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-dsl-modeline-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/ehcache/deployment/pom.xml b/extensions-jvm/ehcache/deployment/pom.xml index 35e7adb424e..83a20195914 100644 --- a/extensions-jvm/ehcache/deployment/pom.xml +++ b/extensions-jvm/ehcache/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-ehcache-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/ehcache/pom.xml b/extensions-jvm/ehcache/pom.xml index 0caf4da85f7..8bbbc8ac5e9 100644 --- a/extensions-jvm/ehcache/pom.xml +++ b/extensions-jvm/ehcache/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/ehcache/runtime/pom.xml b/extensions-jvm/ehcache/runtime/pom.xml index 5c88ab584d0..2acd1f3aaf3 100644 --- a/extensions-jvm/ehcache/runtime/pom.xml +++ b/extensions-jvm/ehcache/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-ehcache-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/elasticsearch/deployment/pom.xml b/extensions-jvm/elasticsearch/deployment/pom.xml index 538e8c48414..9251c21a1ec 100644 --- a/extensions-jvm/elasticsearch/deployment/pom.xml +++ b/extensions-jvm/elasticsearch/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-elasticsearch-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/elasticsearch/pom.xml b/extensions-jvm/elasticsearch/pom.xml index 433a88144e8..301bf84203c 100644 --- a/extensions-jvm/elasticsearch/pom.xml +++ b/extensions-jvm/elasticsearch/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/elasticsearch/runtime/pom.xml b/extensions-jvm/elasticsearch/runtime/pom.xml index a214cf26eed..40a164536a5 100644 --- a/extensions-jvm/elasticsearch/runtime/pom.xml +++ b/extensions-jvm/elasticsearch/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-elasticsearch-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/etcd3/deployment/pom.xml b/extensions-jvm/etcd3/deployment/pom.xml index c4d0c10f443..f561127880f 100644 --- a/extensions-jvm/etcd3/deployment/pom.xml +++ b/extensions-jvm/etcd3/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-etcd3-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/etcd3/pom.xml b/extensions-jvm/etcd3/pom.xml index e3e6a73a01d..a70f817639a 100644 --- a/extensions-jvm/etcd3/pom.xml +++ b/extensions-jvm/etcd3/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/etcd3/runtime/pom.xml b/extensions-jvm/etcd3/runtime/pom.xml index 15e737d3b08..3287a9a8d8b 100644 --- a/extensions-jvm/etcd3/runtime/pom.xml +++ b/extensions-jvm/etcd3/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-etcd3-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/fastjson/deployment/pom.xml b/extensions-jvm/fastjson/deployment/pom.xml index 4d8c6b0c315..8dcb0d42880 100644 --- a/extensions-jvm/fastjson/deployment/pom.xml +++ b/extensions-jvm/fastjson/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-fastjson-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/fastjson/pom.xml b/extensions-jvm/fastjson/pom.xml index 1c6857c3c73..58b6e773243 100644 --- a/extensions-jvm/fastjson/pom.xml +++ b/extensions-jvm/fastjson/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/fastjson/runtime/pom.xml b/extensions-jvm/fastjson/runtime/pom.xml index 52e976380b8..1722cd43d15 100644 --- a/extensions-jvm/fastjson/runtime/pom.xml +++ b/extensions-jvm/fastjson/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-fastjson-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/flink/deployment/pom.xml b/extensions-jvm/flink/deployment/pom.xml index e0a80884b1a..f144959ce66 100644 --- a/extensions-jvm/flink/deployment/pom.xml +++ b/extensions-jvm/flink/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-flink-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/flink/pom.xml b/extensions-jvm/flink/pom.xml index ccb56e9f707..79ee5dffa17 100644 --- a/extensions-jvm/flink/pom.xml +++ b/extensions-jvm/flink/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/flink/runtime/pom.xml b/extensions-jvm/flink/runtime/pom.xml index 8e4ca3ce2d6..25247375b3d 100644 --- a/extensions-jvm/flink/runtime/pom.xml +++ b/extensions-jvm/flink/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-flink-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/google-functions/deployment/pom.xml b/extensions-jvm/google-functions/deployment/pom.xml index 7a31c770d30..ac0b671cf9a 100644 --- a/extensions-jvm/google-functions/deployment/pom.xml +++ b/extensions-jvm/google-functions/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-google-functions-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/google-functions/pom.xml b/extensions-jvm/google-functions/pom.xml index a821db4e184..1be983e0d07 100644 --- a/extensions-jvm/google-functions/pom.xml +++ b/extensions-jvm/google-functions/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/google-functions/runtime/pom.xml b/extensions-jvm/google-functions/runtime/pom.xml index 1096c3337e6..00fdc7a6ddd 100644 --- a/extensions-jvm/google-functions/runtime/pom.xml +++ b/extensions-jvm/google-functions/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-google-functions-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/google-secret-manager/deployment/pom.xml b/extensions-jvm/google-secret-manager/deployment/pom.xml index bf59608e074..7d1241cf3ca 100644 --- a/extensions-jvm/google-secret-manager/deployment/pom.xml +++ b/extensions-jvm/google-secret-manager/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-google-secret-manager-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/google-secret-manager/pom.xml b/extensions-jvm/google-secret-manager/pom.xml index 4346f4c1641..4afd1ff291c 100644 --- a/extensions-jvm/google-secret-manager/pom.xml +++ b/extensions-jvm/google-secret-manager/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/google-secret-manager/runtime/pom.xml b/extensions-jvm/google-secret-manager/runtime/pom.xml index c0b1b8aa14b..558fd05f076 100644 --- a/extensions-jvm/google-secret-manager/runtime/pom.xml +++ b/extensions-jvm/google-secret-manager/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-google-secret-manager-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/guava-eventbus/deployment/pom.xml b/extensions-jvm/guava-eventbus/deployment/pom.xml index 4406b551155..97312030237 100644 --- a/extensions-jvm/guava-eventbus/deployment/pom.xml +++ b/extensions-jvm/guava-eventbus/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-guava-eventbus-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/guava-eventbus/pom.xml b/extensions-jvm/guava-eventbus/pom.xml index 3a03e126be8..f4b023b80c1 100644 --- a/extensions-jvm/guava-eventbus/pom.xml +++ b/extensions-jvm/guava-eventbus/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/guava-eventbus/runtime/pom.xml b/extensions-jvm/guava-eventbus/runtime/pom.xml index c9ee2488d89..8d15fe05758 100644 --- a/extensions-jvm/guava-eventbus/runtime/pom.xml +++ b/extensions-jvm/guava-eventbus/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-guava-eventbus-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/huaweicloud-smn/deployment/pom.xml b/extensions-jvm/huaweicloud-smn/deployment/pom.xml index 49e4dd3376a..4ec6cf6c119 100644 --- a/extensions-jvm/huaweicloud-smn/deployment/pom.xml +++ b/extensions-jvm/huaweicloud-smn/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-huaweicloud-smn-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/huaweicloud-smn/pom.xml b/extensions-jvm/huaweicloud-smn/pom.xml index ce63a3ab2ac..ff5ab480e78 100644 --- a/extensions-jvm/huaweicloud-smn/pom.xml +++ b/extensions-jvm/huaweicloud-smn/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/huaweicloud-smn/runtime/pom.xml b/extensions-jvm/huaweicloud-smn/runtime/pom.xml index 7c9979ae588..85b82a20ad6 100644 --- a/extensions-jvm/huaweicloud-smn/runtime/pom.xml +++ b/extensions-jvm/huaweicloud-smn/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-huaweicloud-smn-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/iec60870/deployment/pom.xml b/extensions-jvm/iec60870/deployment/pom.xml index 3d5bcc32e88..5cff05b807e 100644 --- a/extensions-jvm/iec60870/deployment/pom.xml +++ b/extensions-jvm/iec60870/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-iec60870-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/iec60870/pom.xml b/extensions-jvm/iec60870/pom.xml index e900fee7f6f..693019ffe14 100644 --- a/extensions-jvm/iec60870/pom.xml +++ b/extensions-jvm/iec60870/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/iec60870/runtime/pom.xml b/extensions-jvm/iec60870/runtime/pom.xml index 0b8ba75b4b5..0c0a4324f58 100644 --- a/extensions-jvm/iec60870/runtime/pom.xml +++ b/extensions-jvm/iec60870/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-iec60870-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/ignite/deployment/pom.xml b/extensions-jvm/ignite/deployment/pom.xml index 842aa3149d2..df389736c74 100644 --- a/extensions-jvm/ignite/deployment/pom.xml +++ b/extensions-jvm/ignite/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-ignite-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/ignite/pom.xml b/extensions-jvm/ignite/pom.xml index 8f99f7b37c3..d3ed270bc1e 100644 --- a/extensions-jvm/ignite/pom.xml +++ b/extensions-jvm/ignite/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/ignite/runtime/pom.xml b/extensions-jvm/ignite/runtime/pom.xml index 78693e41ab5..fd492b97fe1 100644 --- a/extensions-jvm/ignite/runtime/pom.xml +++ b/extensions-jvm/ignite/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-ignite-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/irc/deployment/pom.xml b/extensions-jvm/irc/deployment/pom.xml index 51b29a77ddc..c3609ed465c 100644 --- a/extensions-jvm/irc/deployment/pom.xml +++ b/extensions-jvm/irc/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-irc-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/irc/pom.xml b/extensions-jvm/irc/pom.xml index 2c5a568edc9..e0e0198d139 100644 --- a/extensions-jvm/irc/pom.xml +++ b/extensions-jvm/irc/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/irc/runtime/pom.xml b/extensions-jvm/irc/runtime/pom.xml index 9d2b1948d76..f68b4f15a12 100644 --- a/extensions-jvm/irc/runtime/pom.xml +++ b/extensions-jvm/irc/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-irc-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/javascript/deployment/pom.xml b/extensions-jvm/javascript/deployment/pom.xml index 90b7b3a8884..5eecccc7341 100644 --- a/extensions-jvm/javascript/deployment/pom.xml +++ b/extensions-jvm/javascript/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-javascript-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/javascript/pom.xml b/extensions-jvm/javascript/pom.xml index 3a493934d32..0ae77e45a10 100644 --- a/extensions-jvm/javascript/pom.xml +++ b/extensions-jvm/javascript/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/javascript/runtime/pom.xml b/extensions-jvm/javascript/runtime/pom.xml index 709ff3bfed3..ca6526e0657 100644 --- a/extensions-jvm/javascript/runtime/pom.xml +++ b/extensions-jvm/javascript/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-javascript-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/jcr/deployment/pom.xml b/extensions-jvm/jcr/deployment/pom.xml index e0cd6d0b6b6..81f69fc5661 100644 --- a/extensions-jvm/jcr/deployment/pom.xml +++ b/extensions-jvm/jcr/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jcr-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/jcr/pom.xml b/extensions-jvm/jcr/pom.xml index 20eeea84378..bb41fecb806 100644 --- a/extensions-jvm/jcr/pom.xml +++ b/extensions-jvm/jcr/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/jcr/runtime/pom.xml b/extensions-jvm/jcr/runtime/pom.xml index b16e26d1c93..45aa425890a 100644 --- a/extensions-jvm/jcr/runtime/pom.xml +++ b/extensions-jvm/jcr/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jcr-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/jgroups-raft/deployment/pom.xml b/extensions-jvm/jgroups-raft/deployment/pom.xml index 302abb5eb0c..e5b5b6cb3e7 100644 --- a/extensions-jvm/jgroups-raft/deployment/pom.xml +++ b/extensions-jvm/jgroups-raft/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jgroups-raft-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/jgroups-raft/pom.xml b/extensions-jvm/jgroups-raft/pom.xml index 2e3c776ea4c..a9c2e6c3234 100644 --- a/extensions-jvm/jgroups-raft/pom.xml +++ b/extensions-jvm/jgroups-raft/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/jgroups-raft/runtime/pom.xml b/extensions-jvm/jgroups-raft/runtime/pom.xml index c0d589f7363..4cc63d3cd8f 100644 --- a/extensions-jvm/jgroups-raft/runtime/pom.xml +++ b/extensions-jvm/jgroups-raft/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jgroups-raft-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/jgroups/deployment/pom.xml b/extensions-jvm/jgroups/deployment/pom.xml index e4f743f6a4c..49d4c664ea0 100644 --- a/extensions-jvm/jgroups/deployment/pom.xml +++ b/extensions-jvm/jgroups/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jgroups-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/jgroups/pom.xml b/extensions-jvm/jgroups/pom.xml index a87c042c014..3cf34dac366 100644 --- a/extensions-jvm/jgroups/pom.xml +++ b/extensions-jvm/jgroups/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/jgroups/runtime/pom.xml b/extensions-jvm/jgroups/runtime/pom.xml index 4b56abc369d..484dc981801 100644 --- a/extensions-jvm/jgroups/runtime/pom.xml +++ b/extensions-jvm/jgroups/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jgroups-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/jooq/deployment/pom.xml b/extensions-jvm/jooq/deployment/pom.xml index 02c0d3cfed2..a646c581a26 100644 --- a/extensions-jvm/jooq/deployment/pom.xml +++ b/extensions-jvm/jooq/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jooq-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/jooq/pom.xml b/extensions-jvm/jooq/pom.xml index 302158b8062..e50a151b98c 100644 --- a/extensions-jvm/jooq/pom.xml +++ b/extensions-jvm/jooq/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/jooq/runtime/pom.xml b/extensions-jvm/jooq/runtime/pom.xml index 8993f1c8ac5..9c0d167dc71 100644 --- a/extensions-jvm/jooq/runtime/pom.xml +++ b/extensions-jvm/jooq/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jooq-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/json-patch/deployment/pom.xml b/extensions-jvm/json-patch/deployment/pom.xml index ec54a0888f8..a9a499c8214 100644 --- a/extensions-jvm/json-patch/deployment/pom.xml +++ b/extensions-jvm/json-patch/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-json-patch-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/json-patch/pom.xml b/extensions-jvm/json-patch/pom.xml index f2498a18558..1609d1a630a 100644 --- a/extensions-jvm/json-patch/pom.xml +++ b/extensions-jvm/json-patch/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/json-patch/runtime/pom.xml b/extensions-jvm/json-patch/runtime/pom.xml index 788c881bb50..b99d223a286 100644 --- a/extensions-jvm/json-patch/runtime/pom.xml +++ b/extensions-jvm/json-patch/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-json-patch-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/jsonapi/deployment/pom.xml b/extensions-jvm/jsonapi/deployment/pom.xml index 14b778cbca8..81e3008f8d3 100644 --- a/extensions-jvm/jsonapi/deployment/pom.xml +++ b/extensions-jvm/jsonapi/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jsonapi-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/jsonapi/pom.xml b/extensions-jvm/jsonapi/pom.xml index 08f9e5117a5..a495bd366a9 100644 --- a/extensions-jvm/jsonapi/pom.xml +++ b/extensions-jvm/jsonapi/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/jsonapi/runtime/pom.xml b/extensions-jvm/jsonapi/runtime/pom.xml index 654f685928b..fa3bec37f6c 100644 --- a/extensions-jvm/jsonapi/runtime/pom.xml +++ b/extensions-jvm/jsonapi/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jsonapi-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/langchain4j-embeddings/deployment/pom.xml b/extensions-jvm/langchain4j-embeddings/deployment/pom.xml index db08ee56afe..05bc802aed1 100644 --- a/extensions-jvm/langchain4j-embeddings/deployment/pom.xml +++ b/extensions-jvm/langchain4j-embeddings/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-langchain4j-embeddings-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/langchain4j-embeddings/pom.xml b/extensions-jvm/langchain4j-embeddings/pom.xml index 0e8e955f044..bd628174e6b 100644 --- a/extensions-jvm/langchain4j-embeddings/pom.xml +++ b/extensions-jvm/langchain4j-embeddings/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/langchain4j-embeddings/runtime/pom.xml b/extensions-jvm/langchain4j-embeddings/runtime/pom.xml index 850af58e0b9..aa3a3362ee2 100644 --- a/extensions-jvm/langchain4j-embeddings/runtime/pom.xml +++ b/extensions-jvm/langchain4j-embeddings/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-langchain4j-embeddings-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/langchain4j-tokenizer/deployment/pom.xml b/extensions-jvm/langchain4j-tokenizer/deployment/pom.xml index f0a84704ebf..8f4a878c78b 100644 --- a/extensions-jvm/langchain4j-tokenizer/deployment/pom.xml +++ b/extensions-jvm/langchain4j-tokenizer/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-langchain4j-tokenizer-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/langchain4j-tokenizer/pom.xml b/extensions-jvm/langchain4j-tokenizer/pom.xml index 40ba0eafaaa..df8140f3ba8 100644 --- a/extensions-jvm/langchain4j-tokenizer/pom.xml +++ b/extensions-jvm/langchain4j-tokenizer/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/langchain4j-tokenizer/runtime/pom.xml b/extensions-jvm/langchain4j-tokenizer/runtime/pom.xml index fa2a13597a6..f07e294d05d 100644 --- a/extensions-jvm/langchain4j-tokenizer/runtime/pom.xml +++ b/extensions-jvm/langchain4j-tokenizer/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-langchain4j-tokenizer-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/langchain4j-tools/deployment/pom.xml b/extensions-jvm/langchain4j-tools/deployment/pom.xml index 0155cffb70e..cd6c35f686c 100644 --- a/extensions-jvm/langchain4j-tools/deployment/pom.xml +++ b/extensions-jvm/langchain4j-tools/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-langchain4j-tools-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/langchain4j-tools/pom.xml b/extensions-jvm/langchain4j-tools/pom.xml index a113135a2b4..220987ffc0c 100644 --- a/extensions-jvm/langchain4j-tools/pom.xml +++ b/extensions-jvm/langchain4j-tools/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/langchain4j-tools/runtime/pom.xml b/extensions-jvm/langchain4j-tools/runtime/pom.xml index cccced54da9..d99d372acad 100644 --- a/extensions-jvm/langchain4j-tools/runtime/pom.xml +++ b/extensions-jvm/langchain4j-tools/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-langchain4j-tools-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/langchain4j-web-search/deployment/pom.xml b/extensions-jvm/langchain4j-web-search/deployment/pom.xml index b1620c66de5..33114dd3e29 100644 --- a/extensions-jvm/langchain4j-web-search/deployment/pom.xml +++ b/extensions-jvm/langchain4j-web-search/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-langchain4j-web-search-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/langchain4j-web-search/pom.xml b/extensions-jvm/langchain4j-web-search/pom.xml index 32c1a63b5c9..aa8b11e0b90 100644 --- a/extensions-jvm/langchain4j-web-search/pom.xml +++ b/extensions-jvm/langchain4j-web-search/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/langchain4j-web-search/runtime/pom.xml b/extensions-jvm/langchain4j-web-search/runtime/pom.xml index 1062b4fca1a..44a6d6b34d0 100644 --- a/extensions-jvm/langchain4j-web-search/runtime/pom.xml +++ b/extensions-jvm/langchain4j-web-search/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-langchain4j-web-search-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/ldif/deployment/pom.xml b/extensions-jvm/ldif/deployment/pom.xml index 3032483e6b2..a19eeb29eda 100644 --- a/extensions-jvm/ldif/deployment/pom.xml +++ b/extensions-jvm/ldif/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-ldif-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/ldif/pom.xml b/extensions-jvm/ldif/pom.xml index 5739542c9a2..1a893f84efa 100644 --- a/extensions-jvm/ldif/pom.xml +++ b/extensions-jvm/ldif/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/ldif/runtime/pom.xml b/extensions-jvm/ldif/runtime/pom.xml index 8816b999294..9b0ba7b5c31 100644 --- a/extensions-jvm/ldif/runtime/pom.xml +++ b/extensions-jvm/ldif/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-ldif-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/lucene/deployment/pom.xml b/extensions-jvm/lucene/deployment/pom.xml index 439f54259cd..d6b71c0effb 100644 --- a/extensions-jvm/lucene/deployment/pom.xml +++ b/extensions-jvm/lucene/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-lucene-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/lucene/pom.xml b/extensions-jvm/lucene/pom.xml index 6753617531c..83c4aca69e5 100644 --- a/extensions-jvm/lucene/pom.xml +++ b/extensions-jvm/lucene/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/lucene/runtime/pom.xml b/extensions-jvm/lucene/runtime/pom.xml index bad6082edfe..561bdc24e94 100644 --- a/extensions-jvm/lucene/runtime/pom.xml +++ b/extensions-jvm/lucene/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-lucene-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/mail-microsoft-oauth/deployment/pom.xml b/extensions-jvm/mail-microsoft-oauth/deployment/pom.xml index 2248a17d063..5c2fc02b9d2 100644 --- a/extensions-jvm/mail-microsoft-oauth/deployment/pom.xml +++ b/extensions-jvm/mail-microsoft-oauth/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-mail-microsoft-oauth-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/mail-microsoft-oauth/pom.xml b/extensions-jvm/mail-microsoft-oauth/pom.xml index 07d93e2bb50..5b03424ce85 100644 --- a/extensions-jvm/mail-microsoft-oauth/pom.xml +++ b/extensions-jvm/mail-microsoft-oauth/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/mail-microsoft-oauth/runtime/pom.xml b/extensions-jvm/mail-microsoft-oauth/runtime/pom.xml index ccce83fc241..e1d75d5be90 100644 --- a/extensions-jvm/mail-microsoft-oauth/runtime/pom.xml +++ b/extensions-jvm/mail-microsoft-oauth/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-mail-microsoft-oauth-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/milvus/deployment/pom.xml b/extensions-jvm/milvus/deployment/pom.xml index e2106836788..772f6d84add 100644 --- a/extensions-jvm/milvus/deployment/pom.xml +++ b/extensions-jvm/milvus/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-milvus-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/milvus/pom.xml b/extensions-jvm/milvus/pom.xml index 5fa5e8d2cb2..a078bca7251 100644 --- a/extensions-jvm/milvus/pom.xml +++ b/extensions-jvm/milvus/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/milvus/runtime/pom.xml b/extensions-jvm/milvus/runtime/pom.xml index c5a0cd316fa..a3d40590df8 100644 --- a/extensions-jvm/milvus/runtime/pom.xml +++ b/extensions-jvm/milvus/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-milvus-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/mvel/deployment/pom.xml b/extensions-jvm/mvel/deployment/pom.xml index 6e1db723129..7c09434feff 100644 --- a/extensions-jvm/mvel/deployment/pom.xml +++ b/extensions-jvm/mvel/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-mvel-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/mvel/pom.xml b/extensions-jvm/mvel/pom.xml index 310bb6fc841..df45a1794b8 100644 --- a/extensions-jvm/mvel/pom.xml +++ b/extensions-jvm/mvel/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/mvel/runtime/pom.xml b/extensions-jvm/mvel/runtime/pom.xml index 7c88a6fe428..b63a443849e 100644 --- a/extensions-jvm/mvel/runtime/pom.xml +++ b/extensions-jvm/mvel/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-mvel-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/opensearch/deployment/pom.xml b/extensions-jvm/opensearch/deployment/pom.xml index 3c3406fcbcd..85aaabf00ec 100644 --- a/extensions-jvm/opensearch/deployment/pom.xml +++ b/extensions-jvm/opensearch/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-opensearch-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/opensearch/pom.xml b/extensions-jvm/opensearch/pom.xml index 64ad24377a0..573c9eacbb3 100644 --- a/extensions-jvm/opensearch/pom.xml +++ b/extensions-jvm/opensearch/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/opensearch/runtime/pom.xml b/extensions-jvm/opensearch/runtime/pom.xml index 268eb6f07e9..82f8b89ff8e 100644 --- a/extensions-jvm/opensearch/runtime/pom.xml +++ b/extensions-jvm/opensearch/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-opensearch-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/pom.xml b/extensions-jvm/pom.xml index 050fad90499..6c800ddc619 100644 --- a/extensions-jvm/pom.xml +++ b/extensions-jvm/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent - 3.17.0-SNAPSHOT + 3.17.0 ../poms/build-parent/pom.xml diff --git a/extensions-jvm/printer/deployment/pom.xml b/extensions-jvm/printer/deployment/pom.xml index fac3072d475..07d8a4d9060 100644 --- a/extensions-jvm/printer/deployment/pom.xml +++ b/extensions-jvm/printer/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-printer-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/printer/pom.xml b/extensions-jvm/printer/pom.xml index 113049f4726..d5bac4364b0 100644 --- a/extensions-jvm/printer/pom.xml +++ b/extensions-jvm/printer/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/printer/runtime/pom.xml b/extensions-jvm/printer/runtime/pom.xml index 130330653a3..cd9cfd161ac 100644 --- a/extensions-jvm/printer/runtime/pom.xml +++ b/extensions-jvm/printer/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-printer-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/pulsar/deployment/pom.xml b/extensions-jvm/pulsar/deployment/pom.xml index 26d5a50508a..5b87f2434c4 100644 --- a/extensions-jvm/pulsar/deployment/pom.xml +++ b/extensions-jvm/pulsar/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-pulsar-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/pulsar/pom.xml b/extensions-jvm/pulsar/pom.xml index 68eea8eec77..7e6a3aabb1c 100644 --- a/extensions-jvm/pulsar/pom.xml +++ b/extensions-jvm/pulsar/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/pulsar/runtime/pom.xml b/extensions-jvm/pulsar/runtime/pom.xml index 5de7d79da4b..dcbb9f695cf 100644 --- a/extensions-jvm/pulsar/runtime/pom.xml +++ b/extensions-jvm/pulsar/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-pulsar-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/quickfix/deployment/pom.xml b/extensions-jvm/quickfix/deployment/pom.xml index d6c4f92e25c..e0cdbf641ab 100644 --- a/extensions-jvm/quickfix/deployment/pom.xml +++ b/extensions-jvm/quickfix/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-quickfix-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/quickfix/pom.xml b/extensions-jvm/quickfix/pom.xml index 5f877e3f76a..afa91f413c5 100644 --- a/extensions-jvm/quickfix/pom.xml +++ b/extensions-jvm/quickfix/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/quickfix/runtime/pom.xml b/extensions-jvm/quickfix/runtime/pom.xml index 9a9ff69fdbd..32bd37f9947 100644 --- a/extensions-jvm/quickfix/runtime/pom.xml +++ b/extensions-jvm/quickfix/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-quickfix-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/redis/deployment/pom.xml b/extensions-jvm/redis/deployment/pom.xml index 1fcbe0a053b..60096e88ff7 100644 --- a/extensions-jvm/redis/deployment/pom.xml +++ b/extensions-jvm/redis/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-redis-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/redis/pom.xml b/extensions-jvm/redis/pom.xml index 558ecc4d311..3b8f4df3317 100644 --- a/extensions-jvm/redis/pom.xml +++ b/extensions-jvm/redis/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/redis/runtime/pom.xml b/extensions-jvm/redis/runtime/pom.xml index 1059fe9bed0..44bd2537932 100644 --- a/extensions-jvm/redis/runtime/pom.xml +++ b/extensions-jvm/redis/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-redis-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/robotframework/deployment/pom.xml b/extensions-jvm/robotframework/deployment/pom.xml index d8856dff27e..cefd439db69 100644 --- a/extensions-jvm/robotframework/deployment/pom.xml +++ b/extensions-jvm/robotframework/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-robotframework-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/robotframework/pom.xml b/extensions-jvm/robotframework/pom.xml index bb8d8623bd9..9f00d11936a 100644 --- a/extensions-jvm/robotframework/pom.xml +++ b/extensions-jvm/robotframework/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/robotframework/runtime/pom.xml b/extensions-jvm/robotframework/runtime/pom.xml index 4946fb66ef3..6274e0f3b7b 100644 --- a/extensions-jvm/robotframework/runtime/pom.xml +++ b/extensions-jvm/robotframework/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-robotframework-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/schematron/deployment/pom.xml b/extensions-jvm/schematron/deployment/pom.xml index dfe23f3394f..525f7240bff 100644 --- a/extensions-jvm/schematron/deployment/pom.xml +++ b/extensions-jvm/schematron/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-schematron-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/schematron/pom.xml b/extensions-jvm/schematron/pom.xml index d20dd687ad4..1af4e9ed5fb 100644 --- a/extensions-jvm/schematron/pom.xml +++ b/extensions-jvm/schematron/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/schematron/runtime/pom.xml b/extensions-jvm/schematron/runtime/pom.xml index f05d75e7266..bc2c31a64a6 100644 --- a/extensions-jvm/schematron/runtime/pom.xml +++ b/extensions-jvm/schematron/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-schematron-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/smpp/deployment/pom.xml b/extensions-jvm/smpp/deployment/pom.xml index f959e4c4f67..1e8fed3e764 100644 --- a/extensions-jvm/smpp/deployment/pom.xml +++ b/extensions-jvm/smpp/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-smpp-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/smpp/pom.xml b/extensions-jvm/smpp/pom.xml index e5fcccc5c5f..edc320f87d7 100644 --- a/extensions-jvm/smpp/pom.xml +++ b/extensions-jvm/smpp/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/smpp/runtime/pom.xml b/extensions-jvm/smpp/runtime/pom.xml index cdfd68321f1..c26232fa1ce 100644 --- a/extensions-jvm/smpp/runtime/pom.xml +++ b/extensions-jvm/smpp/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-smpp-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/snmp/deployment/pom.xml b/extensions-jvm/snmp/deployment/pom.xml index 6d4de874462..7427014b672 100644 --- a/extensions-jvm/snmp/deployment/pom.xml +++ b/extensions-jvm/snmp/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-snmp-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/snmp/pom.xml b/extensions-jvm/snmp/pom.xml index 29e641b61ae..53d92bdb1cc 100644 --- a/extensions-jvm/snmp/pom.xml +++ b/extensions-jvm/snmp/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/snmp/runtime/pom.xml b/extensions-jvm/snmp/runtime/pom.xml index cea2b1c445a..734c2387bd8 100644 --- a/extensions-jvm/snmp/runtime/pom.xml +++ b/extensions-jvm/snmp/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-snmp-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/spring-redis/deployment/pom.xml b/extensions-jvm/spring-redis/deployment/pom.xml index 855f152d25d..49e130feb1a 100644 --- a/extensions-jvm/spring-redis/deployment/pom.xml +++ b/extensions-jvm/spring-redis/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-spring-redis-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/spring-redis/pom.xml b/extensions-jvm/spring-redis/pom.xml index fc88157a0d9..59e0fa1fe32 100644 --- a/extensions-jvm/spring-redis/pom.xml +++ b/extensions-jvm/spring-redis/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/spring-redis/runtime/pom.xml b/extensions-jvm/spring-redis/runtime/pom.xml index c11b140656c..6a69fbd1007 100644 --- a/extensions-jvm/spring-redis/runtime/pom.xml +++ b/extensions-jvm/spring-redis/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-spring-redis-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/stitch/deployment/pom.xml b/extensions-jvm/stitch/deployment/pom.xml index c07abd4c67f..833ef1c311d 100644 --- a/extensions-jvm/stitch/deployment/pom.xml +++ b/extensions-jvm/stitch/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-stitch-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/stitch/pom.xml b/extensions-jvm/stitch/pom.xml index a0666b4baed..7ee7ad4189c 100644 --- a/extensions-jvm/stitch/pom.xml +++ b/extensions-jvm/stitch/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/stitch/runtime/pom.xml b/extensions-jvm/stitch/runtime/pom.xml index 59c4aa7527b..9c3de372885 100644 --- a/extensions-jvm/stitch/runtime/pom.xml +++ b/extensions-jvm/stitch/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-stitch-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/stomp/deployment/pom.xml b/extensions-jvm/stomp/deployment/pom.xml index 52cd5f81a56..4526aedcc6b 100644 --- a/extensions-jvm/stomp/deployment/pom.xml +++ b/extensions-jvm/stomp/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-stomp-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/stomp/pom.xml b/extensions-jvm/stomp/pom.xml index 15a8d2cb1ee..889d5afc3f6 100644 --- a/extensions-jvm/stomp/pom.xml +++ b/extensions-jvm/stomp/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/stomp/runtime/pom.xml b/extensions-jvm/stomp/runtime/pom.xml index ea67b7143ae..892d26a344d 100644 --- a/extensions-jvm/stomp/runtime/pom.xml +++ b/extensions-jvm/stomp/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-stomp-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/stub/deployment/pom.xml b/extensions-jvm/stub/deployment/pom.xml index 31dbd86c4d6..18c5f31aeae 100644 --- a/extensions-jvm/stub/deployment/pom.xml +++ b/extensions-jvm/stub/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-stub-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/stub/pom.xml b/extensions-jvm/stub/pom.xml index 152bfc81ca5..d44eb0eabbb 100644 --- a/extensions-jvm/stub/pom.xml +++ b/extensions-jvm/stub/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/stub/runtime/pom.xml b/extensions-jvm/stub/runtime/pom.xml index a51636c6929..5d9deaba8a9 100644 --- a/extensions-jvm/stub/runtime/pom.xml +++ b/extensions-jvm/stub/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-stub-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/thrift/deployment/pom.xml b/extensions-jvm/thrift/deployment/pom.xml index 7a2c152320e..a8fa37cb78f 100644 --- a/extensions-jvm/thrift/deployment/pom.xml +++ b/extensions-jvm/thrift/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-thrift-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/thrift/pom.xml b/extensions-jvm/thrift/pom.xml index 75dca69689d..317c021b9df 100644 --- a/extensions-jvm/thrift/pom.xml +++ b/extensions-jvm/thrift/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/thrift/runtime/pom.xml b/extensions-jvm/thrift/runtime/pom.xml index 48b5976029a..4339b2cce80 100644 --- a/extensions-jvm/thrift/runtime/pom.xml +++ b/extensions-jvm/thrift/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-thrift-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/web3j/deployment/pom.xml b/extensions-jvm/web3j/deployment/pom.xml index de556baeb42..8e956bd60d4 100644 --- a/extensions-jvm/web3j/deployment/pom.xml +++ b/extensions-jvm/web3j/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-web3j-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/web3j/pom.xml b/extensions-jvm/web3j/pom.xml index b89c67c5219..57c1506b196 100644 --- a/extensions-jvm/web3j/pom.xml +++ b/extensions-jvm/web3j/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/web3j/runtime/pom.xml b/extensions-jvm/web3j/runtime/pom.xml index 2a6c17e65dc..29ea1522456 100644 --- a/extensions-jvm/web3j/runtime/pom.xml +++ b/extensions-jvm/web3j/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-web3j-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/wordpress/deployment/pom.xml b/extensions-jvm/wordpress/deployment/pom.xml index 9e9d46d8fe5..cbea3eb5228 100644 --- a/extensions-jvm/wordpress/deployment/pom.xml +++ b/extensions-jvm/wordpress/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-wordpress-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/wordpress/pom.xml b/extensions-jvm/wordpress/pom.xml index 65679cf2b2f..396cd2bdeb1 100644 --- a/extensions-jvm/wordpress/pom.xml +++ b/extensions-jvm/wordpress/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/wordpress/runtime/pom.xml b/extensions-jvm/wordpress/runtime/pom.xml index ff24b55a711..72a0c8f081c 100644 --- a/extensions-jvm/wordpress/runtime/pom.xml +++ b/extensions-jvm/wordpress/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-wordpress-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/workday/deployment/pom.xml b/extensions-jvm/workday/deployment/pom.xml index cbf7ca016ea..e1766b58a0f 100644 --- a/extensions-jvm/workday/deployment/pom.xml +++ b/extensions-jvm/workday/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-workday-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/workday/pom.xml b/extensions-jvm/workday/pom.xml index 573855ab4f6..ea8ba0958e0 100644 --- a/extensions-jvm/workday/pom.xml +++ b/extensions-jvm/workday/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/workday/runtime/pom.xml b/extensions-jvm/workday/runtime/pom.xml index 4c6b5a656e7..66f2e84930d 100644 --- a/extensions-jvm/workday/runtime/pom.xml +++ b/extensions-jvm/workday/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-workday-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/xmpp/deployment/pom.xml b/extensions-jvm/xmpp/deployment/pom.xml index ed83f034e59..69c3ff5ba53 100644 --- a/extensions-jvm/xmpp/deployment/pom.xml +++ b/extensions-jvm/xmpp/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-xmpp-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/xmpp/pom.xml b/extensions-jvm/xmpp/pom.xml index cede4185f48..cf716661d29 100644 --- a/extensions-jvm/xmpp/pom.xml +++ b/extensions-jvm/xmpp/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/xmpp/runtime/pom.xml b/extensions-jvm/xmpp/runtime/pom.xml index c41c6e745ec..1ed0c4f7d31 100644 --- a/extensions-jvm/xmpp/runtime/pom.xml +++ b/extensions-jvm/xmpp/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-xmpp-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/zookeeper-master/deployment/pom.xml b/extensions-jvm/zookeeper-master/deployment/pom.xml index d9f025aebc9..45329ca2b6e 100644 --- a/extensions-jvm/zookeeper-master/deployment/pom.xml +++ b/extensions-jvm/zookeeper-master/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-zookeeper-master-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/zookeeper-master/pom.xml b/extensions-jvm/zookeeper-master/pom.xml index 6cec613c9d6..c6cb6116194 100644 --- a/extensions-jvm/zookeeper-master/pom.xml +++ b/extensions-jvm/zookeeper-master/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/zookeeper-master/runtime/pom.xml b/extensions-jvm/zookeeper-master/runtime/pom.xml index d8e2617bb7c..9da4e5e8df0 100644 --- a/extensions-jvm/zookeeper-master/runtime/pom.xml +++ b/extensions-jvm/zookeeper-master/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-zookeeper-master-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/zookeeper/deployment/pom.xml b/extensions-jvm/zookeeper/deployment/pom.xml index 6a4cfb815db..22e06bae7b1 100644 --- a/extensions-jvm/zookeeper/deployment/pom.xml +++ b/extensions-jvm/zookeeper/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-zookeeper-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/zookeeper/pom.xml b/extensions-jvm/zookeeper/pom.xml index e69dc9638e2..c92aa450440 100644 --- a/extensions-jvm/zookeeper/pom.xml +++ b/extensions-jvm/zookeeper/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-jvm/zookeeper/runtime/pom.xml b/extensions-jvm/zookeeper/runtime/pom.xml index 8ae3329472b..472d60fa915 100644 --- a/extensions-jvm/zookeeper/runtime/pom.xml +++ b/extensions-jvm/zookeeper/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-zookeeper-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/ahc/deployment/pom.xml b/extensions-support/ahc/deployment/pom.xml index c09e3a83bf2..88bac8a117a 100644 --- a/extensions-support/ahc/deployment/pom.xml +++ b/extensions-support/ahc/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-ahc-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/ahc/pom.xml b/extensions-support/ahc/pom.xml index 67264798289..604344338cf 100644 --- a/extensions-support/ahc/pom.xml +++ b/extensions-support/ahc/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/ahc/runtime/pom.xml b/extensions-support/ahc/runtime/pom.xml index fe433a2b229..3cb4293ff70 100644 --- a/extensions-support/ahc/runtime/pom.xml +++ b/extensions-support/ahc/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-ahc-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/aws/deployment/pom.xml b/extensions-support/aws/deployment/pom.xml index 524b960857c..5b694da60be 100644 --- a/extensions-support/aws/deployment/pom.xml +++ b/extensions-support/aws/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-aws-parent - 3.17.0-SNAPSHOT + 3.17.0 camel-quarkus-support-aws-deployment diff --git a/extensions-support/aws/pom.xml b/extensions-support/aws/pom.xml index 3ed010f6de6..4b6782db13b 100644 --- a/extensions-support/aws/pom.xml +++ b/extensions-support/aws/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/aws/runtime/pom.xml b/extensions-support/aws/runtime/pom.xml index 748325b3666..1048f8cb0f9 100644 --- a/extensions-support/aws/runtime/pom.xml +++ b/extensions-support/aws/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-aws-parent - 3.17.0-SNAPSHOT + 3.17.0 camel-quarkus-support-aws diff --git a/extensions-support/aws2/deployment/pom.xml b/extensions-support/aws2/deployment/pom.xml index 047852a625d..3040a99af0c 100644 --- a/extensions-support/aws2/deployment/pom.xml +++ b/extensions-support/aws2/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-aws2-parent - 3.17.0-SNAPSHOT + 3.17.0 camel-quarkus-support-aws2-deployment diff --git a/extensions-support/aws2/pom.xml b/extensions-support/aws2/pom.xml index 9e903a9d2ec..e7996ed6bc9 100644 --- a/extensions-support/aws2/pom.xml +++ b/extensions-support/aws2/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/aws2/runtime/pom.xml b/extensions-support/aws2/runtime/pom.xml index 0b37d28bdd3..7cdd1ab4482 100644 --- a/extensions-support/aws2/runtime/pom.xml +++ b/extensions-support/aws2/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-aws2-parent - 3.17.0-SNAPSHOT + 3.17.0 camel-quarkus-support-aws2 diff --git a/extensions-support/azure-core-http-client-vertx/deployment/pom.xml b/extensions-support/azure-core-http-client-vertx/deployment/pom.xml index e2ccf5022f5..d490f79db06 100644 --- a/extensions-support/azure-core-http-client-vertx/deployment/pom.xml +++ b/extensions-support/azure-core-http-client-vertx/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-azure-core-http-client-vertx-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/azure-core-http-client-vertx/pom.xml b/extensions-support/azure-core-http-client-vertx/pom.xml index 485e3bfe6b1..048d6bea8de 100644 --- a/extensions-support/azure-core-http-client-vertx/pom.xml +++ b/extensions-support/azure-core-http-client-vertx/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/azure-core-http-client-vertx/runtime/pom.xml b/extensions-support/azure-core-http-client-vertx/runtime/pom.xml index f7b054f637d..2d5c0767c8c 100644 --- a/extensions-support/azure-core-http-client-vertx/runtime/pom.xml +++ b/extensions-support/azure-core-http-client-vertx/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-azure-core-http-client-vertx-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/azure-core/deployment/pom.xml b/extensions-support/azure-core/deployment/pom.xml index 4c0780e0aa3..d8128bec18c 100644 --- a/extensions-support/azure-core/deployment/pom.xml +++ b/extensions-support/azure-core/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-azure-core-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/azure-core/pom.xml b/extensions-support/azure-core/pom.xml index b23ec7a28e8..b2352314219 100644 --- a/extensions-support/azure-core/pom.xml +++ b/extensions-support/azure-core/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/azure-core/runtime/pom.xml b/extensions-support/azure-core/runtime/pom.xml index 836d4f44000..e15e54d57cd 100644 --- a/extensions-support/azure-core/runtime/pom.xml +++ b/extensions-support/azure-core/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-azure-core-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/bouncycastle/deployment/pom.xml b/extensions-support/bouncycastle/deployment/pom.xml index 3bf783f1580..68b4f34e9e4 100644 --- a/extensions-support/bouncycastle/deployment/pom.xml +++ b/extensions-support/bouncycastle/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-bouncycastle-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/bouncycastle/pom.xml b/extensions-support/bouncycastle/pom.xml index cf873d83ba3..58fbe0922d9 100644 --- a/extensions-support/bouncycastle/pom.xml +++ b/extensions-support/bouncycastle/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/bouncycastle/runtime/pom.xml b/extensions-support/bouncycastle/runtime/pom.xml index 848db53c45a..39e81f5ecd8 100644 --- a/extensions-support/bouncycastle/runtime/pom.xml +++ b/extensions-support/bouncycastle/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-bouncycastle-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/commons-logging/deployment/pom.xml b/extensions-support/commons-logging/deployment/pom.xml index 911c22b6fa0..ec7d896919a 100644 --- a/extensions-support/commons-logging/deployment/pom.xml +++ b/extensions-support/commons-logging/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-support-commons-logging-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions-support/commons-logging/pom.xml b/extensions-support/commons-logging/pom.xml index 38c7c442b04..fc3d037fdd1 100644 --- a/extensions-support/commons-logging/pom.xml +++ b/extensions-support/commons-logging/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/commons-logging/runtime/pom.xml b/extensions-support/commons-logging/runtime/pom.xml index 18e8f76729f..01f5471ee61 100644 --- a/extensions-support/commons-logging/runtime/pom.xml +++ b/extensions-support/commons-logging/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-support-commons-logging-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions-support/consul-client/deployment/pom.xml b/extensions-support/consul-client/deployment/pom.xml index 1e9af844b51..a83987b54de 100644 --- a/extensions-support/consul-client/deployment/pom.xml +++ b/extensions-support/consul-client/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-support-consul-client-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions-support/consul-client/pom.xml b/extensions-support/consul-client/pom.xml index e587c48bc30..2be14a6cf47 100644 --- a/extensions-support/consul-client/pom.xml +++ b/extensions-support/consul-client/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/consul-client/runtime/pom.xml b/extensions-support/consul-client/runtime/pom.xml index d8121c2fbcf..3f634ef57cc 100644 --- a/extensions-support/consul-client/runtime/pom.xml +++ b/extensions-support/consul-client/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-support-consul-client-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions-support/debezium/deployment/pom.xml b/extensions-support/debezium/deployment/pom.xml index 4d16b1f166d..84a9b1cafe5 100644 --- a/extensions-support/debezium/deployment/pom.xml +++ b/extensions-support/debezium/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-debezium-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/debezium/pom.xml b/extensions-support/debezium/pom.xml index 3cdcd0af060..7272e0e3662 100644 --- a/extensions-support/debezium/pom.xml +++ b/extensions-support/debezium/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/debezium/runtime/pom.xml b/extensions-support/debezium/runtime/pom.xml index bbb1720a837..8d861fed519 100644 --- a/extensions-support/debezium/runtime/pom.xml +++ b/extensions-support/debezium/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-debezium-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/dsl/deployment/pom.xml b/extensions-support/dsl/deployment/pom.xml index 058d4f91e90..83ecaa51a41 100644 --- a/extensions-support/dsl/deployment/pom.xml +++ b/extensions-support/dsl/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-dsl-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/dsl/pom.xml b/extensions-support/dsl/pom.xml index ad56c69533d..2bc08779eb2 100644 --- a/extensions-support/dsl/pom.xml +++ b/extensions-support/dsl/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/dsl/runtime/pom.xml b/extensions-support/dsl/runtime/pom.xml index 89c41fc61a4..07d864f2d85 100644 --- a/extensions-support/dsl/runtime/pom.xml +++ b/extensions-support/dsl/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-dsl-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/google-cloud/deployment/pom.xml b/extensions-support/google-cloud/deployment/pom.xml index cba09038291..42688075a9a 100644 --- a/extensions-support/google-cloud/deployment/pom.xml +++ b/extensions-support/google-cloud/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-support-google-cloud-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions-support/google-cloud/pom.xml b/extensions-support/google-cloud/pom.xml index f5b60165d64..5f89ace097c 100644 --- a/extensions-support/google-cloud/pom.xml +++ b/extensions-support/google-cloud/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/google-cloud/runtime/pom.xml b/extensions-support/google-cloud/runtime/pom.xml index e6b502967b2..25897310812 100644 --- a/extensions-support/google-cloud/runtime/pom.xml +++ b/extensions-support/google-cloud/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-support-google-cloud-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions-support/google-http-client/deployment/pom.xml b/extensions-support/google-http-client/deployment/pom.xml index bcde9b5b9ad..e315ab2fd1d 100644 --- a/extensions-support/google-http-client/deployment/pom.xml +++ b/extensions-support/google-http-client/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-google-http-client-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/google-http-client/pom.xml b/extensions-support/google-http-client/pom.xml index 301c9d32b93..722a29f20bc 100644 --- a/extensions-support/google-http-client/pom.xml +++ b/extensions-support/google-http-client/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/google-http-client/runtime/pom.xml b/extensions-support/google-http-client/runtime/pom.xml index 5592f5e1738..aabdb66c372 100644 --- a/extensions-support/google-http-client/runtime/pom.xml +++ b/extensions-support/google-http-client/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-google-http-client-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/httpclient/deployment/pom.xml b/extensions-support/httpclient/deployment/pom.xml index 1c645dbe400..a108ad75aa2 100644 --- a/extensions-support/httpclient/deployment/pom.xml +++ b/extensions-support/httpclient/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-support-httpclient-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions-support/httpclient/pom.xml b/extensions-support/httpclient/pom.xml index c78dc1134b1..5c68d5672bf 100644 --- a/extensions-support/httpclient/pom.xml +++ b/extensions-support/httpclient/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/httpclient/runtime/pom.xml b/extensions-support/httpclient/runtime/pom.xml index be06a97d2d7..f9e82d1fd95 100644 --- a/extensions-support/httpclient/runtime/pom.xml +++ b/extensions-support/httpclient/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-support-httpclient-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions-support/httpclient5/deployment/pom.xml b/extensions-support/httpclient5/deployment/pom.xml index a718c6b75db..663a293ceed 100644 --- a/extensions-support/httpclient5/deployment/pom.xml +++ b/extensions-support/httpclient5/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-support-httpclient5-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions-support/httpclient5/pom.xml b/extensions-support/httpclient5/pom.xml index 1da16446dd6..ad268086cd4 100644 --- a/extensions-support/httpclient5/pom.xml +++ b/extensions-support/httpclient5/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/httpclient5/runtime/pom.xml b/extensions-support/httpclient5/runtime/pom.xml index dce09d3f5de..58897af4bf6 100644 --- a/extensions-support/httpclient5/runtime/pom.xml +++ b/extensions-support/httpclient5/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-support-httpclient5-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions-support/jackson-dataformat-xml/deployment/pom.xml b/extensions-support/jackson-dataformat-xml/deployment/pom.xml index 781bc41521a..fde1aca210a 100644 --- a/extensions-support/jackson-dataformat-xml/deployment/pom.xml +++ b/extensions-support/jackson-dataformat-xml/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-support-jackson-dataformat-xml-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions-support/jackson-dataformat-xml/pom.xml b/extensions-support/jackson-dataformat-xml/pom.xml index 2ef6e91fd5a..2e05a8c0fd7 100644 --- a/extensions-support/jackson-dataformat-xml/pom.xml +++ b/extensions-support/jackson-dataformat-xml/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/jackson-dataformat-xml/runtime/pom.xml b/extensions-support/jackson-dataformat-xml/runtime/pom.xml index d2457e3764b..f965f6ff49e 100644 --- a/extensions-support/jackson-dataformat-xml/runtime/pom.xml +++ b/extensions-support/jackson-dataformat-xml/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-support-jackson-dataformat-xml-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions-support/jdbc/deployment/pom.xml b/extensions-support/jdbc/deployment/pom.xml index 3414a75cdf6..c01ae4eda1e 100644 --- a/extensions-support/jdbc/deployment/pom.xml +++ b/extensions-support/jdbc/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-support-jdbc-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions-support/jdbc/pom.xml b/extensions-support/jdbc/pom.xml index 617f905e12a..8228f648fc1 100644 --- a/extensions-support/jdbc/pom.xml +++ b/extensions-support/jdbc/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/jdbc/runtime/pom.xml b/extensions-support/jdbc/runtime/pom.xml index b86d0f00a3b..ba6db2513cd 100644 --- a/extensions-support/jdbc/runtime/pom.xml +++ b/extensions-support/jdbc/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-support-jdbc-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions-support/jetty/deployment/pom.xml b/extensions-support/jetty/deployment/pom.xml index 55d046487b5..0ae5794b4fc 100644 --- a/extensions-support/jetty/deployment/pom.xml +++ b/extensions-support/jetty/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-support-jetty-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions-support/jetty/pom.xml b/extensions-support/jetty/pom.xml index 8ba0d1961ec..79392a08e66 100644 --- a/extensions-support/jetty/pom.xml +++ b/extensions-support/jetty/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/jetty/runtime/pom.xml b/extensions-support/jetty/runtime/pom.xml index 8f3706b5a73..4c4d1358a5e 100644 --- a/extensions-support/jetty/runtime/pom.xml +++ b/extensions-support/jetty/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-support-jetty-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions-support/language/deployment/pom.xml b/extensions-support/language/deployment/pom.xml index 082a412074a..65709f87a9a 100644 --- a/extensions-support/language/deployment/pom.xml +++ b/extensions-support/language/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-language-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/language/pom.xml b/extensions-support/language/pom.xml index 8a4ca7f8b6d..30b4d41dc04 100644 --- a/extensions-support/language/pom.xml +++ b/extensions-support/language/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/language/runtime/pom.xml b/extensions-support/language/runtime/pom.xml index a01a615ee68..edbbfd44e2f 100644 --- a/extensions-support/language/runtime/pom.xml +++ b/extensions-support/language/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-language-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/mail/deployment/pom.xml b/extensions-support/mail/deployment/pom.xml index 3f4d9128348..7c49fd7bb81 100644 --- a/extensions-support/mail/deployment/pom.xml +++ b/extensions-support/mail/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-mail-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/mail/pom.xml b/extensions-support/mail/pom.xml index f965fd35c27..2f109d015cf 100644 --- a/extensions-support/mail/pom.xml +++ b/extensions-support/mail/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/mail/runtime/pom.xml b/extensions-support/mail/runtime/pom.xml index 1e58ea6d77f..0854abb8ca2 100644 --- a/extensions-support/mail/runtime/pom.xml +++ b/extensions-support/mail/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-mail-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/mongodb/deployment/pom.xml b/extensions-support/mongodb/deployment/pom.xml index f040e4ed560..3c28869d680 100644 --- a/extensions-support/mongodb/deployment/pom.xml +++ b/extensions-support/mongodb/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-mongodb-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/mongodb/pom.xml b/extensions-support/mongodb/pom.xml index de058c7c8df..e1627a3f55b 100644 --- a/extensions-support/mongodb/pom.xml +++ b/extensions-support/mongodb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/mongodb/runtime/pom.xml b/extensions-support/mongodb/runtime/pom.xml index 8eae42aaa90..033540bcfc2 100644 --- a/extensions-support/mongodb/runtime/pom.xml +++ b/extensions-support/mongodb/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-mongodb-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/pom.xml b/extensions-support/pom.xml index 3476b99c66e..268c863176f 100644 --- a/extensions-support/pom.xml +++ b/extensions-support/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent - 3.17.0-SNAPSHOT + 3.17.0 ../poms/build-parent/pom.xml diff --git a/extensions-support/reactor-netty/deployment/pom.xml b/extensions-support/reactor-netty/deployment/pom.xml index f073f2131b8..2b90065c72c 100644 --- a/extensions-support/reactor-netty/deployment/pom.xml +++ b/extensions-support/reactor-netty/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-reactor-netty-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/reactor-netty/pom.xml b/extensions-support/reactor-netty/pom.xml index 804ca3749c6..78bb1a9f591 100644 --- a/extensions-support/reactor-netty/pom.xml +++ b/extensions-support/reactor-netty/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/reactor-netty/runtime/pom.xml b/extensions-support/reactor-netty/runtime/pom.xml index b4db2420e04..ea7152d60ac 100644 --- a/extensions-support/reactor-netty/runtime/pom.xml +++ b/extensions-support/reactor-netty/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-reactor-netty-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/retrofit/deployment/pom.xml b/extensions-support/retrofit/deployment/pom.xml index 81ec4430a92..19d5e229796 100644 --- a/extensions-support/retrofit/deployment/pom.xml +++ b/extensions-support/retrofit/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-support-retrofit-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions-support/retrofit/pom.xml b/extensions-support/retrofit/pom.xml index c3c5c30ee1d..7e75bb5882c 100644 --- a/extensions-support/retrofit/pom.xml +++ b/extensions-support/retrofit/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/retrofit/runtime/pom.xml b/extensions-support/retrofit/runtime/pom.xml index e9853016909..8c281354f60 100644 --- a/extensions-support/retrofit/runtime/pom.xml +++ b/extensions-support/retrofit/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-support-retrofit-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions-support/spring/deployment/pom.xml b/extensions-support/spring/deployment/pom.xml index c72999b10ff..9a6976ac6c7 100644 --- a/extensions-support/spring/deployment/pom.xml +++ b/extensions-support/spring/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-support-spring-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions-support/spring/integration-test/pom.xml b/extensions-support/spring/integration-test/pom.xml index 948eec0ee6f..abb888bc0b1 100644 --- a/extensions-support/spring/integration-test/pom.xml +++ b/extensions-support/spring/integration-test/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml 4.0.0 diff --git a/extensions-support/spring/pom.xml b/extensions-support/spring/pom.xml index f986e7d9df4..21dc2f1b875 100644 --- a/extensions-support/spring/pom.xml +++ b/extensions-support/spring/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/spring/runtime/pom.xml b/extensions-support/spring/runtime/pom.xml index 32e7cbba5f9..57e1d8dd886 100644 --- a/extensions-support/spring/runtime/pom.xml +++ b/extensions-support/spring/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-support-spring-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions-support/spring/shade/beans/pom.xml b/extensions-support/spring/shade/beans/pom.xml index 255a5a2be79..e7f8301f853 100644 --- a/extensions-support/spring/shade/beans/pom.xml +++ b/extensions-support/spring/shade/beans/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-support-spring-shade - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions-support/spring/shade/context/pom.xml b/extensions-support/spring/shade/context/pom.xml index e6c313d5ae1..eb4f8088bcc 100644 --- a/extensions-support/spring/shade/context/pom.xml +++ b/extensions-support/spring/shade/context/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-support-spring-shade - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions-support/spring/shade/core/pom.xml b/extensions-support/spring/shade/core/pom.xml index 8bfa6c4a505..b2530172e2b 100644 --- a/extensions-support/spring/shade/core/pom.xml +++ b/extensions-support/spring/shade/core/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-support-spring-shade - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions-support/spring/shade/pom.xml b/extensions-support/spring/shade/pom.xml index 034106a9977..2a4f30e1f84 100644 --- a/extensions-support/spring/shade/pom.xml +++ b/extensions-support/spring/shade/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-spring-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/swagger/deployment/pom.xml b/extensions-support/swagger/deployment/pom.xml index 852669aa636..35639d60d90 100644 --- a/extensions-support/swagger/deployment/pom.xml +++ b/extensions-support/swagger/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-swagger-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/swagger/pom.xml b/extensions-support/swagger/pom.xml index e8479afd4ee..e21ded1f458 100644 --- a/extensions-support/swagger/pom.xml +++ b/extensions-support/swagger/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/swagger/runtime/pom.xml b/extensions-support/swagger/runtime/pom.xml index e941ef2e8f7..a12ed4f0f9d 100644 --- a/extensions-support/swagger/runtime/pom.xml +++ b/extensions-support/swagger/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-swagger-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/webhook/deployment/pom.xml b/extensions-support/webhook/deployment/pom.xml index dfcf693bedf..1cec2e1f4e0 100644 --- a/extensions-support/webhook/deployment/pom.xml +++ b/extensions-support/webhook/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-webhook-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/webhook/pom.xml b/extensions-support/webhook/pom.xml index f3c97aeb98c..060f28051f4 100644 --- a/extensions-support/webhook/pom.xml +++ b/extensions-support/webhook/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/webhook/runtime/pom.xml b/extensions-support/webhook/runtime/pom.xml index df1480e392c..af3f3f09953 100644 --- a/extensions-support/webhook/runtime/pom.xml +++ b/extensions-support/webhook/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-support-webhook-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/xalan/deployment/pom.xml b/extensions-support/xalan/deployment/pom.xml index 83e0438e585..2dc6414e648 100644 --- a/extensions-support/xalan/deployment/pom.xml +++ b/extensions-support/xalan/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-support-xalan-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions-support/xalan/pom.xml b/extensions-support/xalan/pom.xml index 0cc2c7a75d3..688c1a4c97c 100644 --- a/extensions-support/xalan/pom.xml +++ b/extensions-support/xalan/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions-support/xalan/runtime/pom.xml b/extensions-support/xalan/runtime/pom.xml index b1099abd99d..c365edeca44 100644 --- a/extensions-support/xalan/runtime/pom.xml +++ b/extensions-support/xalan/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-support-xalan-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions/activemq/deployment/pom.xml b/extensions/activemq/deployment/pom.xml index 24ef0f93881..8b6a36e7452 100644 --- a/extensions/activemq/deployment/pom.xml +++ b/extensions/activemq/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-activemq-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/activemq/pom.xml b/extensions/activemq/pom.xml index 8f970ffe594..2f01160fa1c 100644 --- a/extensions/activemq/pom.xml +++ b/extensions/activemq/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/activemq/runtime/pom.xml b/extensions/activemq/runtime/pom.xml index 4ed1d0a00ca..b79347cd71d 100644 --- a/extensions/activemq/runtime/pom.xml +++ b/extensions/activemq/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-activemq-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/amqp/deployment/pom.xml b/extensions/amqp/deployment/pom.xml index c3404925d8b..dfc000d3963 100644 --- a/extensions/amqp/deployment/pom.xml +++ b/extensions/amqp/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-amqp-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/amqp/pom.xml b/extensions/amqp/pom.xml index 51c2660659a..05b6a57d069 100644 --- a/extensions/amqp/pom.xml +++ b/extensions/amqp/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/amqp/runtime/pom.xml b/extensions/amqp/runtime/pom.xml index f9afb9a806d..7ce72020717 100644 --- a/extensions/amqp/runtime/pom.xml +++ b/extensions/amqp/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-amqp-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/arangodb/deployment/pom.xml b/extensions/arangodb/deployment/pom.xml index d49d32b6faa..fa5bab10a83 100644 --- a/extensions/arangodb/deployment/pom.xml +++ b/extensions/arangodb/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-arangodb-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/arangodb/pom.xml b/extensions/arangodb/pom.xml index 55610dc14bd..31fd83b1315 100644 --- a/extensions/arangodb/pom.xml +++ b/extensions/arangodb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/arangodb/runtime/pom.xml b/extensions/arangodb/runtime/pom.xml index 96d268bb3f8..a3211b81863 100644 --- a/extensions/arangodb/runtime/pom.xml +++ b/extensions/arangodb/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-arangodb-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/as2/deployment/pom.xml b/extensions/as2/deployment/pom.xml index 5a29643f168..bb602431e5a 100644 --- a/extensions/as2/deployment/pom.xml +++ b/extensions/as2/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-as2-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/as2/pom.xml b/extensions/as2/pom.xml index 46e029e34f4..09717ad83d2 100644 --- a/extensions/as2/pom.xml +++ b/extensions/as2/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/as2/runtime/pom.xml b/extensions/as2/runtime/pom.xml index ab751b96432..f2e46ac4e25 100644 --- a/extensions/as2/runtime/pom.xml +++ b/extensions/as2/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-as2-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/atom/deployment/pom.xml b/extensions/atom/deployment/pom.xml index ee1dbb277d0..3c8899adcd4 100644 --- a/extensions/atom/deployment/pom.xml +++ b/extensions/atom/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-atom-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/atom/pom.xml b/extensions/atom/pom.xml index 7150b2f0921..5a7c5621251 100644 --- a/extensions/atom/pom.xml +++ b/extensions/atom/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/atom/runtime/pom.xml b/extensions/atom/runtime/pom.xml index 379e0eddea1..a9caa8883c6 100644 --- a/extensions/atom/runtime/pom.xml +++ b/extensions/atom/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-atom-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/attachments/deployment/pom.xml b/extensions/attachments/deployment/pom.xml index 14deaf57555..45521908f08 100644 --- a/extensions/attachments/deployment/pom.xml +++ b/extensions/attachments/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-attachments-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/attachments/pom.xml b/extensions/attachments/pom.xml index ffb854dcf1a..58db2d4c883 100644 --- a/extensions/attachments/pom.xml +++ b/extensions/attachments/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/attachments/runtime/pom.xml b/extensions/attachments/runtime/pom.xml index 3c52b1a67de..7a3aab8cbcf 100644 --- a/extensions/attachments/runtime/pom.xml +++ b/extensions/attachments/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-attachments-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/avro/deployment/pom.xml b/extensions/avro/deployment/pom.xml index 9baacc8f2d8..c91a7631068 100644 --- a/extensions/avro/deployment/pom.xml +++ b/extensions/avro/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-avro-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/avro/pom.xml b/extensions/avro/pom.xml index 2db3e412c2e..d9fd1c54dcc 100644 --- a/extensions/avro/pom.xml +++ b/extensions/avro/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/avro/runtime/pom.xml b/extensions/avro/runtime/pom.xml index 4d2d530b4e3..f1102cdfa59 100644 --- a/extensions/avro/runtime/pom.xml +++ b/extensions/avro/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-avro-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws-bedrock/deployment/pom.xml b/extensions/aws-bedrock/deployment/pom.xml index 6a6960aa821..7e44a306186 100644 --- a/extensions/aws-bedrock/deployment/pom.xml +++ b/extensions/aws-bedrock/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws-bedrock-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws-bedrock/pom.xml b/extensions/aws-bedrock/pom.xml index fc8689dceae..d4b14df2577 100644 --- a/extensions/aws-bedrock/pom.xml +++ b/extensions/aws-bedrock/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws-bedrock/runtime/pom.xml b/extensions/aws-bedrock/runtime/pom.xml index 266679be157..deaf523bf10 100644 --- a/extensions/aws-bedrock/runtime/pom.xml +++ b/extensions/aws-bedrock/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws-bedrock-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-athena/deployment/pom.xml b/extensions/aws2-athena/deployment/pom.xml index dc23f848ff7..8bc28aeebd2 100644 --- a/extensions/aws2-athena/deployment/pom.xml +++ b/extensions/aws2-athena/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-athena-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-athena/pom.xml b/extensions/aws2-athena/pom.xml index 9f5b46a0d2d..2c0129298ca 100644 --- a/extensions/aws2-athena/pom.xml +++ b/extensions/aws2-athena/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-athena/runtime/pom.xml b/extensions/aws2-athena/runtime/pom.xml index 84873912f5a..4b9eb5039fe 100644 --- a/extensions/aws2-athena/runtime/pom.xml +++ b/extensions/aws2-athena/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-athena-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-cw/deployment/pom.xml b/extensions/aws2-cw/deployment/pom.xml index cf4f8424a39..d97f86e20f6 100644 --- a/extensions/aws2-cw/deployment/pom.xml +++ b/extensions/aws2-cw/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-cw-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-cw/pom.xml b/extensions/aws2-cw/pom.xml index 6817a08a69a..1bc6748fac8 100644 --- a/extensions/aws2-cw/pom.xml +++ b/extensions/aws2-cw/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-cw/runtime/pom.xml b/extensions/aws2-cw/runtime/pom.xml index d18f5867eac..8dd6eb8de3c 100644 --- a/extensions/aws2-cw/runtime/pom.xml +++ b/extensions/aws2-cw/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-cw-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-ddb/deployment/pom.xml b/extensions/aws2-ddb/deployment/pom.xml index 2c1348c3055..d9f76c191f0 100644 --- a/extensions/aws2-ddb/deployment/pom.xml +++ b/extensions/aws2-ddb/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-ddb-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-ddb/pom.xml b/extensions/aws2-ddb/pom.xml index e93d2ef6a59..dc6d7d0542b 100644 --- a/extensions/aws2-ddb/pom.xml +++ b/extensions/aws2-ddb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-ddb/runtime/pom.xml b/extensions/aws2-ddb/runtime/pom.xml index ff23962f0ee..078cbefc857 100644 --- a/extensions/aws2-ddb/runtime/pom.xml +++ b/extensions/aws2-ddb/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-ddb-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-ec2/deployment/pom.xml b/extensions/aws2-ec2/deployment/pom.xml index 616c98169b4..3b48378f414 100644 --- a/extensions/aws2-ec2/deployment/pom.xml +++ b/extensions/aws2-ec2/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-ec2-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-ec2/pom.xml b/extensions/aws2-ec2/pom.xml index 523ef67077b..d71d184fa41 100644 --- a/extensions/aws2-ec2/pom.xml +++ b/extensions/aws2-ec2/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-ec2/runtime/pom.xml b/extensions/aws2-ec2/runtime/pom.xml index d75915abc8e..f9b22c74693 100644 --- a/extensions/aws2-ec2/runtime/pom.xml +++ b/extensions/aws2-ec2/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-ec2-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-ecs/deployment/pom.xml b/extensions/aws2-ecs/deployment/pom.xml index 1c71c32bb07..10e1eb176b4 100644 --- a/extensions/aws2-ecs/deployment/pom.xml +++ b/extensions/aws2-ecs/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-ecs-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-ecs/pom.xml b/extensions/aws2-ecs/pom.xml index 870b698dd7d..a85c129e1ff 100644 --- a/extensions/aws2-ecs/pom.xml +++ b/extensions/aws2-ecs/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-ecs/runtime/pom.xml b/extensions/aws2-ecs/runtime/pom.xml index c6d186bc628..c13f1277fea 100644 --- a/extensions/aws2-ecs/runtime/pom.xml +++ b/extensions/aws2-ecs/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-ecs-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-eks/deployment/pom.xml b/extensions/aws2-eks/deployment/pom.xml index 798e2d291a8..b2892a5ccf5 100644 --- a/extensions/aws2-eks/deployment/pom.xml +++ b/extensions/aws2-eks/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-eks-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-eks/pom.xml b/extensions/aws2-eks/pom.xml index e8d602319f9..4b090877e12 100644 --- a/extensions/aws2-eks/pom.xml +++ b/extensions/aws2-eks/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-eks/runtime/pom.xml b/extensions/aws2-eks/runtime/pom.xml index e5a0c9acbdd..2ad2e427545 100644 --- a/extensions/aws2-eks/runtime/pom.xml +++ b/extensions/aws2-eks/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-eks-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-eventbridge/deployment/pom.xml b/extensions/aws2-eventbridge/deployment/pom.xml index f41f5b679ff..32ac27a6e8d 100644 --- a/extensions/aws2-eventbridge/deployment/pom.xml +++ b/extensions/aws2-eventbridge/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-eventbridge-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-eventbridge/pom.xml b/extensions/aws2-eventbridge/pom.xml index bfc75ddf588..0a3867a829d 100644 --- a/extensions/aws2-eventbridge/pom.xml +++ b/extensions/aws2-eventbridge/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-eventbridge/runtime/pom.xml b/extensions/aws2-eventbridge/runtime/pom.xml index 25ac2c50589..8df406ecf56 100644 --- a/extensions/aws2-eventbridge/runtime/pom.xml +++ b/extensions/aws2-eventbridge/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-eventbridge-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-iam/deployment/pom.xml b/extensions/aws2-iam/deployment/pom.xml index 0c0ab0f4604..788d6519cbb 100644 --- a/extensions/aws2-iam/deployment/pom.xml +++ b/extensions/aws2-iam/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-iam-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-iam/pom.xml b/extensions/aws2-iam/pom.xml index 378d7db55c2..4cda32441a1 100644 --- a/extensions/aws2-iam/pom.xml +++ b/extensions/aws2-iam/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-iam/runtime/pom.xml b/extensions/aws2-iam/runtime/pom.xml index 5c3c8a3d2d0..f05833a6f0c 100644 --- a/extensions/aws2-iam/runtime/pom.xml +++ b/extensions/aws2-iam/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-iam-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-kinesis/deployment/pom.xml b/extensions/aws2-kinesis/deployment/pom.xml index 3a7486c243c..761f7232bd5 100644 --- a/extensions/aws2-kinesis/deployment/pom.xml +++ b/extensions/aws2-kinesis/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-kinesis-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-kinesis/pom.xml b/extensions/aws2-kinesis/pom.xml index e787cb507e3..d4f5c2596c0 100644 --- a/extensions/aws2-kinesis/pom.xml +++ b/extensions/aws2-kinesis/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-kinesis/runtime/pom.xml b/extensions/aws2-kinesis/runtime/pom.xml index cc391ee6737..e6c09cd5ab3 100644 --- a/extensions/aws2-kinesis/runtime/pom.xml +++ b/extensions/aws2-kinesis/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-kinesis-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-kms/deployment/pom.xml b/extensions/aws2-kms/deployment/pom.xml index 53d2d1fad1a..c440bbf8464 100644 --- a/extensions/aws2-kms/deployment/pom.xml +++ b/extensions/aws2-kms/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-kms-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-kms/pom.xml b/extensions/aws2-kms/pom.xml index a8bde5270df..18e654f5d7e 100644 --- a/extensions/aws2-kms/pom.xml +++ b/extensions/aws2-kms/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-kms/runtime/pom.xml b/extensions/aws2-kms/runtime/pom.xml index 11502409922..26a7b0ca8e0 100644 --- a/extensions/aws2-kms/runtime/pom.xml +++ b/extensions/aws2-kms/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-kms-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-lambda/deployment/pom.xml b/extensions/aws2-lambda/deployment/pom.xml index 66b41acfa49..26e5702e24d 100644 --- a/extensions/aws2-lambda/deployment/pom.xml +++ b/extensions/aws2-lambda/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-lambda-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-lambda/pom.xml b/extensions/aws2-lambda/pom.xml index 875f6db876e..58f2bb7fc45 100644 --- a/extensions/aws2-lambda/pom.xml +++ b/extensions/aws2-lambda/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-lambda/runtime/pom.xml b/extensions/aws2-lambda/runtime/pom.xml index f848225ca98..0ffecc81d77 100644 --- a/extensions/aws2-lambda/runtime/pom.xml +++ b/extensions/aws2-lambda/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-lambda-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-mq/deployment/pom.xml b/extensions/aws2-mq/deployment/pom.xml index 0a8675176ff..164d07c49e4 100644 --- a/extensions/aws2-mq/deployment/pom.xml +++ b/extensions/aws2-mq/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-mq-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-mq/pom.xml b/extensions/aws2-mq/pom.xml index 410be6e4387..749b12ebd09 100644 --- a/extensions/aws2-mq/pom.xml +++ b/extensions/aws2-mq/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-mq/runtime/pom.xml b/extensions/aws2-mq/runtime/pom.xml index 77541905526..2f6e1b508ca 100644 --- a/extensions/aws2-mq/runtime/pom.xml +++ b/extensions/aws2-mq/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-mq-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-msk/deployment/pom.xml b/extensions/aws2-msk/deployment/pom.xml index 685c52354c2..50d8a077e20 100644 --- a/extensions/aws2-msk/deployment/pom.xml +++ b/extensions/aws2-msk/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-msk-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-msk/pom.xml b/extensions/aws2-msk/pom.xml index 40f29e2cbee..394ecd807ed 100644 --- a/extensions/aws2-msk/pom.xml +++ b/extensions/aws2-msk/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-msk/runtime/pom.xml b/extensions/aws2-msk/runtime/pom.xml index c67a2b5f288..86fef3eaf85 100644 --- a/extensions/aws2-msk/runtime/pom.xml +++ b/extensions/aws2-msk/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-msk-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-s3/deployment/pom.xml b/extensions/aws2-s3/deployment/pom.xml index 7d4ed3ef413..9fe3fc0e393 100644 --- a/extensions/aws2-s3/deployment/pom.xml +++ b/extensions/aws2-s3/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-s3-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-s3/pom.xml b/extensions/aws2-s3/pom.xml index b39e8bc6c26..e609afa7b68 100644 --- a/extensions/aws2-s3/pom.xml +++ b/extensions/aws2-s3/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-s3/runtime/pom.xml b/extensions/aws2-s3/runtime/pom.xml index 49fe0e7d2d2..486666c5023 100644 --- a/extensions/aws2-s3/runtime/pom.xml +++ b/extensions/aws2-s3/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-s3-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-ses/deployment/pom.xml b/extensions/aws2-ses/deployment/pom.xml index e252f2fac40..b1b867c9fd7 100644 --- a/extensions/aws2-ses/deployment/pom.xml +++ b/extensions/aws2-ses/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-ses-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-ses/pom.xml b/extensions/aws2-ses/pom.xml index e318515f4f8..818800ef9ea 100644 --- a/extensions/aws2-ses/pom.xml +++ b/extensions/aws2-ses/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-ses/runtime/pom.xml b/extensions/aws2-ses/runtime/pom.xml index 3640683571f..bc05462e366 100644 --- a/extensions/aws2-ses/runtime/pom.xml +++ b/extensions/aws2-ses/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-ses-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-sns/deployment/pom.xml b/extensions/aws2-sns/deployment/pom.xml index 9a02343fd1a..5b410758036 100644 --- a/extensions/aws2-sns/deployment/pom.xml +++ b/extensions/aws2-sns/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-sns-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-sns/pom.xml b/extensions/aws2-sns/pom.xml index 2acdc57b91f..3c527cf4902 100644 --- a/extensions/aws2-sns/pom.xml +++ b/extensions/aws2-sns/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-sns/runtime/pom.xml b/extensions/aws2-sns/runtime/pom.xml index ab174c5e8c7..58ca6449f4b 100644 --- a/extensions/aws2-sns/runtime/pom.xml +++ b/extensions/aws2-sns/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-sns-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-sqs/deployment/pom.xml b/extensions/aws2-sqs/deployment/pom.xml index f9afd0d1337..642518b2b08 100644 --- a/extensions/aws2-sqs/deployment/pom.xml +++ b/extensions/aws2-sqs/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-sqs-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-sqs/pom.xml b/extensions/aws2-sqs/pom.xml index 2ef879f089e..c51785f9fbd 100644 --- a/extensions/aws2-sqs/pom.xml +++ b/extensions/aws2-sqs/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-sqs/runtime/pom.xml b/extensions/aws2-sqs/runtime/pom.xml index 733e1c12f41..4e0f080d42a 100644 --- a/extensions/aws2-sqs/runtime/pom.xml +++ b/extensions/aws2-sqs/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-sqs-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-sts/deployment/pom.xml b/extensions/aws2-sts/deployment/pom.xml index a2f1510e04d..b6d3a501a88 100644 --- a/extensions/aws2-sts/deployment/pom.xml +++ b/extensions/aws2-sts/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-sts-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-sts/pom.xml b/extensions/aws2-sts/pom.xml index 48806781932..c976ac55119 100644 --- a/extensions/aws2-sts/pom.xml +++ b/extensions/aws2-sts/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-sts/runtime/pom.xml b/extensions/aws2-sts/runtime/pom.xml index cc6be2d5ebb..4aeae639432 100644 --- a/extensions/aws2-sts/runtime/pom.xml +++ b/extensions/aws2-sts/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-sts-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-translate/deployment/pom.xml b/extensions/aws2-translate/deployment/pom.xml index 5604a01a648..65993d1421e 100644 --- a/extensions/aws2-translate/deployment/pom.xml +++ b/extensions/aws2-translate/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-translate-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-translate/pom.xml b/extensions/aws2-translate/pom.xml index d4a2e942284..6c82ec5312e 100644 --- a/extensions/aws2-translate/pom.xml +++ b/extensions/aws2-translate/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/aws2-translate/runtime/pom.xml b/extensions/aws2-translate/runtime/pom.xml index bcea0d5f035..f185609ceeb 100644 --- a/extensions/aws2-translate/runtime/pom.xml +++ b/extensions/aws2-translate/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-aws2-translate-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/azure-eventhubs/deployment/pom.xml b/extensions/azure-eventhubs/deployment/pom.xml index 1ee25107715..6a027772ec9 100644 --- a/extensions/azure-eventhubs/deployment/pom.xml +++ b/extensions/azure-eventhubs/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-azure-eventhubs-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/azure-eventhubs/pom.xml b/extensions/azure-eventhubs/pom.xml index fb0723c5b74..c8d3104a71a 100644 --- a/extensions/azure-eventhubs/pom.xml +++ b/extensions/azure-eventhubs/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/azure-eventhubs/runtime/pom.xml b/extensions/azure-eventhubs/runtime/pom.xml index 984db5a85c0..4de76ade83e 100644 --- a/extensions/azure-eventhubs/runtime/pom.xml +++ b/extensions/azure-eventhubs/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-azure-eventhubs-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/azure-key-vault/deployment/pom.xml b/extensions/azure-key-vault/deployment/pom.xml index d3e7351b3ab..c2635e7438d 100644 --- a/extensions/azure-key-vault/deployment/pom.xml +++ b/extensions/azure-key-vault/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-azure-key-vault-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/azure-key-vault/pom.xml b/extensions/azure-key-vault/pom.xml index fd1059872de..f6e6acd8e72 100644 --- a/extensions/azure-key-vault/pom.xml +++ b/extensions/azure-key-vault/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/azure-key-vault/runtime/pom.xml b/extensions/azure-key-vault/runtime/pom.xml index 9ca47c2adf2..c8a1db11668 100644 --- a/extensions/azure-key-vault/runtime/pom.xml +++ b/extensions/azure-key-vault/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-azure-key-vault-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/azure-storage-blob/deployment/pom.xml b/extensions/azure-storage-blob/deployment/pom.xml index d744414d395..3a51995e4db 100644 --- a/extensions/azure-storage-blob/deployment/pom.xml +++ b/extensions/azure-storage-blob/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-azure-storage-blob-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/azure-storage-blob/pom.xml b/extensions/azure-storage-blob/pom.xml index de3ee3b9e7e..8bca62c622d 100644 --- a/extensions/azure-storage-blob/pom.xml +++ b/extensions/azure-storage-blob/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/azure-storage-blob/runtime/pom.xml b/extensions/azure-storage-blob/runtime/pom.xml index ec24c7fb220..033bb5b026e 100644 --- a/extensions/azure-storage-blob/runtime/pom.xml +++ b/extensions/azure-storage-blob/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-azure-storage-blob-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/azure-storage-queue/deployment/pom.xml b/extensions/azure-storage-queue/deployment/pom.xml index 81751b48193..e3f1f9f59b8 100644 --- a/extensions/azure-storage-queue/deployment/pom.xml +++ b/extensions/azure-storage-queue/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-azure-storage-queue-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/azure-storage-queue/pom.xml b/extensions/azure-storage-queue/pom.xml index 7cc9aefb3e2..c7539afb9dd 100644 --- a/extensions/azure-storage-queue/pom.xml +++ b/extensions/azure-storage-queue/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/azure-storage-queue/runtime/pom.xml b/extensions/azure-storage-queue/runtime/pom.xml index 4cc6ac6b9bf..6c804183814 100644 --- a/extensions/azure-storage-queue/runtime/pom.xml +++ b/extensions/azure-storage-queue/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-azure-storage-queue-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/base64/deployment/pom.xml b/extensions/base64/deployment/pom.xml index 60fe23ca460..b45c2d3fba8 100644 --- a/extensions/base64/deployment/pom.xml +++ b/extensions/base64/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-base64-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/base64/pom.xml b/extensions/base64/pom.xml index f6811eba1f4..0d07888c332 100644 --- a/extensions/base64/pom.xml +++ b/extensions/base64/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/base64/runtime/pom.xml b/extensions/base64/runtime/pom.xml index baa2f138a1c..0285a08f422 100644 --- a/extensions/base64/runtime/pom.xml +++ b/extensions/base64/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-base64-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/bean-validator/deployment/pom.xml b/extensions/bean-validator/deployment/pom.xml index acf09cd0865..9afb4297120 100644 --- a/extensions/bean-validator/deployment/pom.xml +++ b/extensions/bean-validator/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-bean-validator-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/bean-validator/pom.xml b/extensions/bean-validator/pom.xml index e971329a9a7..51ab19304c9 100644 --- a/extensions/bean-validator/pom.xml +++ b/extensions/bean-validator/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/bean-validator/runtime/pom.xml b/extensions/bean-validator/runtime/pom.xml index 6a887c27e9a..adc01c07ac9 100644 --- a/extensions/bean-validator/runtime/pom.xml +++ b/extensions/bean-validator/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-bean-validator-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/bean/deployment/pom.xml b/extensions/bean/deployment/pom.xml index f502e9f2e19..fb8d8c43210 100644 --- a/extensions/bean/deployment/pom.xml +++ b/extensions/bean/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-bean-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/bean/pom.xml b/extensions/bean/pom.xml index 11f676d3582..64f4d906cd3 100644 --- a/extensions/bean/pom.xml +++ b/extensions/bean/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/bean/runtime/pom.xml b/extensions/bean/runtime/pom.xml index 09dace2ab15..d8542fbb156 100644 --- a/extensions/bean/runtime/pom.xml +++ b/extensions/bean/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-bean-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/beanio/deployment/pom.xml b/extensions/beanio/deployment/pom.xml index 418a55196cf..c1e3030f6ab 100644 --- a/extensions/beanio/deployment/pom.xml +++ b/extensions/beanio/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-beanio-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/beanio/pom.xml b/extensions/beanio/pom.xml index 9aba82e01ec..d0377cf42bb 100644 --- a/extensions/beanio/pom.xml +++ b/extensions/beanio/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/beanio/runtime/pom.xml b/extensions/beanio/runtime/pom.xml index 8f899d36683..acedd1316c5 100644 --- a/extensions/beanio/runtime/pom.xml +++ b/extensions/beanio/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-beanio-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/bindy/deployment/pom.xml b/extensions/bindy/deployment/pom.xml index cadaf86b3a3..3f0c84bbf55 100644 --- a/extensions/bindy/deployment/pom.xml +++ b/extensions/bindy/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-bindy-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/bindy/pom.xml b/extensions/bindy/pom.xml index cc8ea9cf6e2..e21f5341283 100644 --- a/extensions/bindy/pom.xml +++ b/extensions/bindy/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/bindy/runtime/pom.xml b/extensions/bindy/runtime/pom.xml index 4cdb437e9c9..1cb50aa029a 100644 --- a/extensions/bindy/runtime/pom.xml +++ b/extensions/bindy/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-bindy-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/box/deployment/pom.xml b/extensions/box/deployment/pom.xml index 6a7ca770679..06b3721cfc7 100644 --- a/extensions/box/deployment/pom.xml +++ b/extensions/box/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-box-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/box/pom.xml b/extensions/box/pom.xml index 52c4ac18f21..89dbd1d40b3 100644 --- a/extensions/box/pom.xml +++ b/extensions/box/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/box/runtime/pom.xml b/extensions/box/runtime/pom.xml index 44c3108e69b..8ee008bb799 100644 --- a/extensions/box/runtime/pom.xml +++ b/extensions/box/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-box-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/braintree/deployment/pom.xml b/extensions/braintree/deployment/pom.xml index 5495e2e18dd..8605ce1f671 100644 --- a/extensions/braintree/deployment/pom.xml +++ b/extensions/braintree/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-braintree-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/braintree/pom.xml b/extensions/braintree/pom.xml index 4199ef4112c..22410139ce2 100644 --- a/extensions/braintree/pom.xml +++ b/extensions/braintree/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/braintree/runtime/pom.xml b/extensions/braintree/runtime/pom.xml index 047edb072d8..c9218bd0a19 100644 --- a/extensions/braintree/runtime/pom.xml +++ b/extensions/braintree/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-braintree-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/browse/deployment/pom.xml b/extensions/browse/deployment/pom.xml index 84373718ddd..e88573899a6 100644 --- a/extensions/browse/deployment/pom.xml +++ b/extensions/browse/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-browse-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/browse/pom.xml b/extensions/browse/pom.xml index c3175c42930..11fcfecd0e9 100644 --- a/extensions/browse/pom.xml +++ b/extensions/browse/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/browse/runtime/pom.xml b/extensions/browse/runtime/pom.xml index 91493ad98f8..8b865506f60 100644 --- a/extensions/browse/runtime/pom.xml +++ b/extensions/browse/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-browse-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/caffeine/deployment/pom.xml b/extensions/caffeine/deployment/pom.xml index 86b56f652f8..419ab130dca 100644 --- a/extensions/caffeine/deployment/pom.xml +++ b/extensions/caffeine/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-caffeine-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/caffeine/pom.xml b/extensions/caffeine/pom.xml index 226cf586611..e0b7cf2e27d 100644 --- a/extensions/caffeine/pom.xml +++ b/extensions/caffeine/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/caffeine/runtime/pom.xml b/extensions/caffeine/runtime/pom.xml index 4a494d178b4..2e70d7a3254 100644 --- a/extensions/caffeine/runtime/pom.xml +++ b/extensions/caffeine/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-caffeine-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/cassandraql/deployment/pom.xml b/extensions/cassandraql/deployment/pom.xml index 80b3353fc37..3818be0ec19 100644 --- a/extensions/cassandraql/deployment/pom.xml +++ b/extensions/cassandraql/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-cassandraql-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/cassandraql/pom.xml b/extensions/cassandraql/pom.xml index 5d67e0b9245..45a789a8fb6 100644 --- a/extensions/cassandraql/pom.xml +++ b/extensions/cassandraql/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/cassandraql/runtime/pom.xml b/extensions/cassandraql/runtime/pom.xml index 09d4ce1d4b4..d32da9bf070 100644 --- a/extensions/cassandraql/runtime/pom.xml +++ b/extensions/cassandraql/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-cassandraql-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/cbor/deployment/pom.xml b/extensions/cbor/deployment/pom.xml index 46adbb1de2d..a36ecf3847a 100644 --- a/extensions/cbor/deployment/pom.xml +++ b/extensions/cbor/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-cbor-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/cbor/pom.xml b/extensions/cbor/pom.xml index ff8b0238185..5804a8f3bc3 100644 --- a/extensions/cbor/pom.xml +++ b/extensions/cbor/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/cbor/runtime/pom.xml b/extensions/cbor/runtime/pom.xml index 8c5487d0ce7..ed34005a74f 100644 --- a/extensions/cbor/runtime/pom.xml +++ b/extensions/cbor/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-cbor-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/cloudevents/deployment/pom.xml b/extensions/cloudevents/deployment/pom.xml index 1054615a801..bf183de5ea8 100644 --- a/extensions/cloudevents/deployment/pom.xml +++ b/extensions/cloudevents/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-cloudevents-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/cloudevents/pom.xml b/extensions/cloudevents/pom.xml index 2d9ada1d9ed..f043e6a91b3 100644 --- a/extensions/cloudevents/pom.xml +++ b/extensions/cloudevents/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/cloudevents/runtime/pom.xml b/extensions/cloudevents/runtime/pom.xml index d6136a017aa..81d76e77dc2 100644 --- a/extensions/cloudevents/runtime/pom.xml +++ b/extensions/cloudevents/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-cloudevents-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/consul/deployment/pom.xml b/extensions/consul/deployment/pom.xml index 0afd877119c..5432b1ff62e 100644 --- a/extensions/consul/deployment/pom.xml +++ b/extensions/consul/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-consul-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/consul/pom.xml b/extensions/consul/pom.xml index 9ecb6f8c05e..2d35a1ecbe1 100644 --- a/extensions/consul/pom.xml +++ b/extensions/consul/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/consul/runtime/pom.xml b/extensions/consul/runtime/pom.xml index 36b70a25487..5b64f57d7dd 100644 --- a/extensions/consul/runtime/pom.xml +++ b/extensions/consul/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-consul-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/controlbus/deployment/pom.xml b/extensions/controlbus/deployment/pom.xml index cc5d6b74ab3..29a6bf3ff2f 100644 --- a/extensions/controlbus/deployment/pom.xml +++ b/extensions/controlbus/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-controlbus-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/controlbus/pom.xml b/extensions/controlbus/pom.xml index e5aa3ceb6ea..7b525983a93 100644 --- a/extensions/controlbus/pom.xml +++ b/extensions/controlbus/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/controlbus/runtime/pom.xml b/extensions/controlbus/runtime/pom.xml index d44a81a8605..48243dea6ac 100644 --- a/extensions/controlbus/runtime/pom.xml +++ b/extensions/controlbus/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-controlbus-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/couchdb/deployment/pom.xml b/extensions/couchdb/deployment/pom.xml index 770a9bd6548..24f0f9eb019 100644 --- a/extensions/couchdb/deployment/pom.xml +++ b/extensions/couchdb/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-couchdb-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/couchdb/pom.xml b/extensions/couchdb/pom.xml index fdec37f523a..fbdaef3d690 100644 --- a/extensions/couchdb/pom.xml +++ b/extensions/couchdb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/couchdb/runtime/pom.xml b/extensions/couchdb/runtime/pom.xml index 8beff35f165..1e42d8ed3af 100644 --- a/extensions/couchdb/runtime/pom.xml +++ b/extensions/couchdb/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-couchdb-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/cron/deployment/pom.xml b/extensions/cron/deployment/pom.xml index 0a319b387c5..e78322ab0ac 100644 --- a/extensions/cron/deployment/pom.xml +++ b/extensions/cron/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-cron-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/cron/pom.xml b/extensions/cron/pom.xml index 4d9396aa86c..2d53050b18b 100644 --- a/extensions/cron/pom.xml +++ b/extensions/cron/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/cron/runtime/pom.xml b/extensions/cron/runtime/pom.xml index 5da4b624d3f..a9b7e1b078e 100644 --- a/extensions/cron/runtime/pom.xml +++ b/extensions/cron/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-cron-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/crypto-pgp/deployment/pom.xml b/extensions/crypto-pgp/deployment/pom.xml index 9d17b3dffa1..e7e7c4c2a3e 100644 --- a/extensions/crypto-pgp/deployment/pom.xml +++ b/extensions/crypto-pgp/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-crypto-pgp-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/crypto-pgp/pom.xml b/extensions/crypto-pgp/pom.xml index 52a408621c0..1c43a61c0ea 100644 --- a/extensions/crypto-pgp/pom.xml +++ b/extensions/crypto-pgp/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/crypto-pgp/runtime/pom.xml b/extensions/crypto-pgp/runtime/pom.xml index 7aec4ca6e21..8bb159fc129 100644 --- a/extensions/crypto-pgp/runtime/pom.xml +++ b/extensions/crypto-pgp/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-crypto-pgp-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/crypto/deployment/pom.xml b/extensions/crypto/deployment/pom.xml index 218c949cf5f..6ddcecdb3c4 100644 --- a/extensions/crypto/deployment/pom.xml +++ b/extensions/crypto/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-crypto-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/crypto/pom.xml b/extensions/crypto/pom.xml index e6186863978..c0c9dc8e0d3 100644 --- a/extensions/crypto/pom.xml +++ b/extensions/crypto/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/crypto/runtime/pom.xml b/extensions/crypto/runtime/pom.xml index 4ea4b57f348..5305f954853 100644 --- a/extensions/crypto/runtime/pom.xml +++ b/extensions/crypto/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-crypto-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/csimple/deployment/pom.xml b/extensions/csimple/deployment/pom.xml index e94ee534032..febc4ba7ae6 100644 --- a/extensions/csimple/deployment/pom.xml +++ b/extensions/csimple/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-csimple-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/csimple/pom.xml b/extensions/csimple/pom.xml index a892bd49546..341f1669913 100644 --- a/extensions/csimple/pom.xml +++ b/extensions/csimple/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/csimple/runtime/pom.xml b/extensions/csimple/runtime/pom.xml index f46a1318234..5a053f74129 100644 --- a/extensions/csimple/runtime/pom.xml +++ b/extensions/csimple/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-csimple-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/csv/deployment/pom.xml b/extensions/csv/deployment/pom.xml index b071fc03754..fe6f272c913 100644 --- a/extensions/csv/deployment/pom.xml +++ b/extensions/csv/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-csv-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/csv/pom.xml b/extensions/csv/pom.xml index 14b7e79e40f..11ff2073f64 100644 --- a/extensions/csv/pom.xml +++ b/extensions/csv/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/csv/runtime/pom.xml b/extensions/csv/runtime/pom.xml index 30d552cc08a..4e77a4171e6 100644 --- a/extensions/csv/runtime/pom.xml +++ b/extensions/csv/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-csv-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/cxf-soap/deployment/pom.xml b/extensions/cxf-soap/deployment/pom.xml index 5ea40ae23d5..28255cdbe5d 100644 --- a/extensions/cxf-soap/deployment/pom.xml +++ b/extensions/cxf-soap/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-cxf-soap-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/cxf-soap/pom.xml b/extensions/cxf-soap/pom.xml index a49d2853152..60f9617b5e0 100644 --- a/extensions/cxf-soap/pom.xml +++ b/extensions/cxf-soap/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/cxf-soap/runtime/pom.xml b/extensions/cxf-soap/runtime/pom.xml index 5a487b01ec5..471ae1a7e89 100644 --- a/extensions/cxf-soap/runtime/pom.xml +++ b/extensions/cxf-soap/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-cxf-soap-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/dataformat/deployment/pom.xml b/extensions/dataformat/deployment/pom.xml index 01eb3ffd2eb..bdc4365efd9 100644 --- a/extensions/dataformat/deployment/pom.xml +++ b/extensions/dataformat/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-dataformat-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/dataformat/pom.xml b/extensions/dataformat/pom.xml index aa4e94927d8..a8507b28eae 100644 --- a/extensions/dataformat/pom.xml +++ b/extensions/dataformat/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/dataformat/runtime/pom.xml b/extensions/dataformat/runtime/pom.xml index 031bafc483f..fb742a55cc5 100644 --- a/extensions/dataformat/runtime/pom.xml +++ b/extensions/dataformat/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-dataformat-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/dataset/deployment/pom.xml b/extensions/dataset/deployment/pom.xml index f4fe9176e6a..e05816096f0 100644 --- a/extensions/dataset/deployment/pom.xml +++ b/extensions/dataset/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-dataset-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/dataset/pom.xml b/extensions/dataset/pom.xml index 1ff772c118c..a958898f20c 100644 --- a/extensions/dataset/pom.xml +++ b/extensions/dataset/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/dataset/runtime/pom.xml b/extensions/dataset/runtime/pom.xml index 9eda6521d8c..0b6c895ccda 100644 --- a/extensions/dataset/runtime/pom.xml +++ b/extensions/dataset/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-dataset-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/datasonnet/deployment/pom.xml b/extensions/datasonnet/deployment/pom.xml index 30b46345070..54799fdb1ea 100644 --- a/extensions/datasonnet/deployment/pom.xml +++ b/extensions/datasonnet/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-datasonnet-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/datasonnet/pom.xml b/extensions/datasonnet/pom.xml index e207f726972..0df9d1c3368 100644 --- a/extensions/datasonnet/pom.xml +++ b/extensions/datasonnet/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/datasonnet/runtime/pom.xml b/extensions/datasonnet/runtime/pom.xml index 873eebd6723..70dae796894 100644 --- a/extensions/datasonnet/runtime/pom.xml +++ b/extensions/datasonnet/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-datasonnet-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/debezium-mongodb/deployment/pom.xml b/extensions/debezium-mongodb/deployment/pom.xml index 9054742e589..781db019c27 100644 --- a/extensions/debezium-mongodb/deployment/pom.xml +++ b/extensions/debezium-mongodb/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-debezium-mongodb-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/debezium-mongodb/pom.xml b/extensions/debezium-mongodb/pom.xml index 9ad7da54de1..e3cb2b8c2c7 100644 --- a/extensions/debezium-mongodb/pom.xml +++ b/extensions/debezium-mongodb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/debezium-mongodb/runtime/pom.xml b/extensions/debezium-mongodb/runtime/pom.xml index f85aef8aabd..9bfc9e253e3 100644 --- a/extensions/debezium-mongodb/runtime/pom.xml +++ b/extensions/debezium-mongodb/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-debezium-mongodb-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/debezium-mysql/deployment/pom.xml b/extensions/debezium-mysql/deployment/pom.xml index 968c0f8d6e3..81e48529d96 100644 --- a/extensions/debezium-mysql/deployment/pom.xml +++ b/extensions/debezium-mysql/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-debezium-mysql-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/debezium-mysql/pom.xml b/extensions/debezium-mysql/pom.xml index 76e4d35a646..c4b0894eb21 100644 --- a/extensions/debezium-mysql/pom.xml +++ b/extensions/debezium-mysql/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/debezium-mysql/runtime/pom.xml b/extensions/debezium-mysql/runtime/pom.xml index eed7bf9997f..6b93680da50 100644 --- a/extensions/debezium-mysql/runtime/pom.xml +++ b/extensions/debezium-mysql/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-debezium-mysql-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/debezium-postgres/deployment/pom.xml b/extensions/debezium-postgres/deployment/pom.xml index aea5e31c00b..b1224673ad5 100644 --- a/extensions/debezium-postgres/deployment/pom.xml +++ b/extensions/debezium-postgres/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-debezium-postgres-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/debezium-postgres/pom.xml b/extensions/debezium-postgres/pom.xml index 60f276edf8b..aabfcdb39fd 100644 --- a/extensions/debezium-postgres/pom.xml +++ b/extensions/debezium-postgres/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/debezium-postgres/runtime/pom.xml b/extensions/debezium-postgres/runtime/pom.xml index eeb3773ec72..36a006c8e5e 100644 --- a/extensions/debezium-postgres/runtime/pom.xml +++ b/extensions/debezium-postgres/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-debezium-postgres-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/debezium-sqlserver/deployment/pom.xml b/extensions/debezium-sqlserver/deployment/pom.xml index 5b64184d94b..dac8965f5ac 100644 --- a/extensions/debezium-sqlserver/deployment/pom.xml +++ b/extensions/debezium-sqlserver/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-debezium-sqlserver-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/debezium-sqlserver/pom.xml b/extensions/debezium-sqlserver/pom.xml index 55c70b651ca..c62bdd733e4 100644 --- a/extensions/debezium-sqlserver/pom.xml +++ b/extensions/debezium-sqlserver/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/debezium-sqlserver/runtime/pom.xml b/extensions/debezium-sqlserver/runtime/pom.xml index dc3c5ec47b9..fca39401fcb 100644 --- a/extensions/debezium-sqlserver/runtime/pom.xml +++ b/extensions/debezium-sqlserver/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-debezium-sqlserver-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/debug/deployment/pom.xml b/extensions/debug/deployment/pom.xml index 929fd2c76ee..8892de18eae 100644 --- a/extensions/debug/deployment/pom.xml +++ b/extensions/debug/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-debug-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/debug/pom.xml b/extensions/debug/pom.xml index 71af564d50d..b570420e605 100644 --- a/extensions/debug/pom.xml +++ b/extensions/debug/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/debug/runtime/pom.xml b/extensions/debug/runtime/pom.xml index 78f00e1419e..b77f4236675 100644 --- a/extensions/debug/runtime/pom.xml +++ b/extensions/debug/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-debug-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/digitalocean/deployment/pom.xml b/extensions/digitalocean/deployment/pom.xml index 03c30659402..7df992a49af 100644 --- a/extensions/digitalocean/deployment/pom.xml +++ b/extensions/digitalocean/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-digitalocean-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/digitalocean/pom.xml b/extensions/digitalocean/pom.xml index 9f9babc38fd..a63a97ec801 100644 --- a/extensions/digitalocean/pom.xml +++ b/extensions/digitalocean/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/digitalocean/runtime/pom.xml b/extensions/digitalocean/runtime/pom.xml index 376af7171f8..65545315414 100644 --- a/extensions/digitalocean/runtime/pom.xml +++ b/extensions/digitalocean/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-digitalocean-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/direct/deployment/pom.xml b/extensions/direct/deployment/pom.xml index d79464be5da..7a41e400858 100644 --- a/extensions/direct/deployment/pom.xml +++ b/extensions/direct/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-direct-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/direct/pom.xml b/extensions/direct/pom.xml index 74c00987a34..11800c198ec 100644 --- a/extensions/direct/pom.xml +++ b/extensions/direct/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/direct/runtime/pom.xml b/extensions/direct/runtime/pom.xml index 9a37aa2e0dc..b71a7f2c285 100644 --- a/extensions/direct/runtime/pom.xml +++ b/extensions/direct/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-direct-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/disruptor/deployment/pom.xml b/extensions/disruptor/deployment/pom.xml index 56352184c0a..08ea94a1420 100644 --- a/extensions/disruptor/deployment/pom.xml +++ b/extensions/disruptor/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-disruptor-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/disruptor/pom.xml b/extensions/disruptor/pom.xml index 60e33abc79f..7789efe1784 100644 --- a/extensions/disruptor/pom.xml +++ b/extensions/disruptor/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/disruptor/runtime/pom.xml b/extensions/disruptor/runtime/pom.xml index 83c0ebba874..970944eb564 100644 --- a/extensions/disruptor/runtime/pom.xml +++ b/extensions/disruptor/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-disruptor-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/dropbox/deployment/pom.xml b/extensions/dropbox/deployment/pom.xml index 82489af174b..9dae451daaa 100644 --- a/extensions/dropbox/deployment/pom.xml +++ b/extensions/dropbox/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-dropbox-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/dropbox/pom.xml b/extensions/dropbox/pom.xml index 5fe02835be9..0fcb2dcb80e 100644 --- a/extensions/dropbox/pom.xml +++ b/extensions/dropbox/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/dropbox/runtime/pom.xml b/extensions/dropbox/runtime/pom.xml index 378ed0f5acc..a21b8d32b61 100644 --- a/extensions/dropbox/runtime/pom.xml +++ b/extensions/dropbox/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-dropbox-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/elasticsearch-rest-client/deployment/pom.xml b/extensions/elasticsearch-rest-client/deployment/pom.xml index a66af431af4..50fb9042612 100644 --- a/extensions/elasticsearch-rest-client/deployment/pom.xml +++ b/extensions/elasticsearch-rest-client/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-elasticsearch-rest-client-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/elasticsearch-rest-client/pom.xml b/extensions/elasticsearch-rest-client/pom.xml index ff37d386e4e..d4b67cac149 100644 --- a/extensions/elasticsearch-rest-client/pom.xml +++ b/extensions/elasticsearch-rest-client/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/elasticsearch-rest-client/runtime/pom.xml b/extensions/elasticsearch-rest-client/runtime/pom.xml index 79981bcc6e4..c1bca0209b3 100644 --- a/extensions/elasticsearch-rest-client/runtime/pom.xml +++ b/extensions/elasticsearch-rest-client/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-elasticsearch-rest-client-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/exec/deployment/pom.xml b/extensions/exec/deployment/pom.xml index dc5380ee42e..8961dd6c990 100644 --- a/extensions/exec/deployment/pom.xml +++ b/extensions/exec/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-exec-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/exec/pom.xml b/extensions/exec/pom.xml index 84845c81023..a79793c7828 100644 --- a/extensions/exec/pom.xml +++ b/extensions/exec/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/exec/runtime/pom.xml b/extensions/exec/runtime/pom.xml index 37c88e6af6a..b1c274f0fe7 100644 --- a/extensions/exec/runtime/pom.xml +++ b/extensions/exec/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-exec-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/fhir/deployment/pom.xml b/extensions/fhir/deployment/pom.xml index b1eb717e16a..ce053744c6c 100644 --- a/extensions/fhir/deployment/pom.xml +++ b/extensions/fhir/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-fhir-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/fhir/pom.xml b/extensions/fhir/pom.xml index b48853c4208..149ad82cca0 100644 --- a/extensions/fhir/pom.xml +++ b/extensions/fhir/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/fhir/runtime/pom.xml b/extensions/fhir/runtime/pom.xml index 573fdfe9036..a21e7eef252 100644 --- a/extensions/fhir/runtime/pom.xml +++ b/extensions/fhir/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-fhir-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/file-cluster-service/deployment/pom.xml b/extensions/file-cluster-service/deployment/pom.xml index e4f4ef46473..04a5cf67780 100644 --- a/extensions/file-cluster-service/deployment/pom.xml +++ b/extensions/file-cluster-service/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-file-cluster-service-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/file-cluster-service/pom.xml b/extensions/file-cluster-service/pom.xml index 643b914712e..9c57c0bdbf0 100644 --- a/extensions/file-cluster-service/pom.xml +++ b/extensions/file-cluster-service/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/file-cluster-service/runtime/pom.xml b/extensions/file-cluster-service/runtime/pom.xml index 754808ffb5a..2707f15ce1b 100644 --- a/extensions/file-cluster-service/runtime/pom.xml +++ b/extensions/file-cluster-service/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-file-cluster-service-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/file-watch/deployment/pom.xml b/extensions/file-watch/deployment/pom.xml index ed32d9411e8..19bdf1a4f29 100644 --- a/extensions/file-watch/deployment/pom.xml +++ b/extensions/file-watch/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-file-watch-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/file-watch/pom.xml b/extensions/file-watch/pom.xml index f67d576f388..d28342a76c7 100644 --- a/extensions/file-watch/pom.xml +++ b/extensions/file-watch/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/file-watch/runtime/pom.xml b/extensions/file-watch/runtime/pom.xml index e72def41775..8f8531dcdb2 100644 --- a/extensions/file-watch/runtime/pom.xml +++ b/extensions/file-watch/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-file-watch-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/file/deployment/pom.xml b/extensions/file/deployment/pom.xml index 587ccb3dd71..b2303188913 100644 --- a/extensions/file/deployment/pom.xml +++ b/extensions/file/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-file-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/file/pom.xml b/extensions/file/pom.xml index 82afa4ed426..95096a96718 100644 --- a/extensions/file/pom.xml +++ b/extensions/file/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/file/runtime/pom.xml b/extensions/file/runtime/pom.xml index 09a50db385d..a394dd5fd70 100644 --- a/extensions/file/runtime/pom.xml +++ b/extensions/file/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-file-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/flatpack/deployment/pom.xml b/extensions/flatpack/deployment/pom.xml index 5c131ebca1b..e013ca7dfee 100644 --- a/extensions/flatpack/deployment/pom.xml +++ b/extensions/flatpack/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-flatpack-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/flatpack/pom.xml b/extensions/flatpack/pom.xml index 211344e14ad..97c11847adf 100644 --- a/extensions/flatpack/pom.xml +++ b/extensions/flatpack/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/flatpack/runtime/pom.xml b/extensions/flatpack/runtime/pom.xml index 6688449815a..5da2a9b7879 100644 --- a/extensions/flatpack/runtime/pom.xml +++ b/extensions/flatpack/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-flatpack-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/fop/deployment/pom.xml b/extensions/fop/deployment/pom.xml index ac9c916b893..7abce873790 100644 --- a/extensions/fop/deployment/pom.xml +++ b/extensions/fop/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-fop-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/fop/pom.xml b/extensions/fop/pom.xml index dacdd8eb5ed..d9faec5aaef 100644 --- a/extensions/fop/pom.xml +++ b/extensions/fop/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/fop/runtime/pom.xml b/extensions/fop/runtime/pom.xml index 88bbcd50e7b..e21407d0334 100644 --- a/extensions/fop/runtime/pom.xml +++ b/extensions/fop/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-fop-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/freemarker/deployment/pom.xml b/extensions/freemarker/deployment/pom.xml index e5431fdae67..2776938a249 100644 --- a/extensions/freemarker/deployment/pom.xml +++ b/extensions/freemarker/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-freemarker-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/freemarker/pom.xml b/extensions/freemarker/pom.xml index 403bc820bf1..bac39cbf061 100644 --- a/extensions/freemarker/pom.xml +++ b/extensions/freemarker/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/freemarker/runtime/pom.xml b/extensions/freemarker/runtime/pom.xml index a8f5e7cd09e..f5daa414455 100644 --- a/extensions/freemarker/runtime/pom.xml +++ b/extensions/freemarker/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-freemarker-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/ftp/deployment/pom.xml b/extensions/ftp/deployment/pom.xml index ff1769f4e2c..3b9422f1b7e 100644 --- a/extensions/ftp/deployment/pom.xml +++ b/extensions/ftp/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-ftp-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/ftp/pom.xml b/extensions/ftp/pom.xml index 19594bc5850..04f62c31a16 100644 --- a/extensions/ftp/pom.xml +++ b/extensions/ftp/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/ftp/runtime/pom.xml b/extensions/ftp/runtime/pom.xml index ef6a9c89cfd..9608c5b9aa9 100644 --- a/extensions/ftp/runtime/pom.xml +++ b/extensions/ftp/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-ftp-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/geocoder/deployment/pom.xml b/extensions/geocoder/deployment/pom.xml index 30051b6455d..5f2a18aa97c 100644 --- a/extensions/geocoder/deployment/pom.xml +++ b/extensions/geocoder/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-geocoder-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/geocoder/pom.xml b/extensions/geocoder/pom.xml index 96383775ddb..3b234813b1a 100644 --- a/extensions/geocoder/pom.xml +++ b/extensions/geocoder/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/geocoder/runtime/pom.xml b/extensions/geocoder/runtime/pom.xml index 86dbe302ce1..0583eb7b311 100644 --- a/extensions/geocoder/runtime/pom.xml +++ b/extensions/geocoder/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-geocoder-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/git/deployment/pom.xml b/extensions/git/deployment/pom.xml index ec410e677e2..2ec24271535 100644 --- a/extensions/git/deployment/pom.xml +++ b/extensions/git/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-git-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/git/pom.xml b/extensions/git/pom.xml index 02832066aa2..f11694de1b7 100644 --- a/extensions/git/pom.xml +++ b/extensions/git/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/git/runtime/pom.xml b/extensions/git/runtime/pom.xml index 1e98626dc63..bf1e16269f8 100644 --- a/extensions/git/runtime/pom.xml +++ b/extensions/git/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-git-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/github/deployment/pom.xml b/extensions/github/deployment/pom.xml index 615690ec731..a77539c0a7d 100644 --- a/extensions/github/deployment/pom.xml +++ b/extensions/github/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-github-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/github/pom.xml b/extensions/github/pom.xml index 93e48ff243d..1fc375a9cc7 100644 --- a/extensions/github/pom.xml +++ b/extensions/github/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/github/runtime/pom.xml b/extensions/github/runtime/pom.xml index d5f483cdb7a..6996e49cad9 100644 --- a/extensions/github/runtime/pom.xml +++ b/extensions/github/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-github-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/google-bigquery/deployment/pom.xml b/extensions/google-bigquery/deployment/pom.xml index 4de37fc416c..d199196d216 100644 --- a/extensions/google-bigquery/deployment/pom.xml +++ b/extensions/google-bigquery/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-google-bigquery-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/google-bigquery/pom.xml b/extensions/google-bigquery/pom.xml index 3ee4b850d43..a857981eddf 100644 --- a/extensions/google-bigquery/pom.xml +++ b/extensions/google-bigquery/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/google-bigquery/runtime/pom.xml b/extensions/google-bigquery/runtime/pom.xml index 8cf59e8b85d..c027eda5fc7 100644 --- a/extensions/google-bigquery/runtime/pom.xml +++ b/extensions/google-bigquery/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-google-bigquery-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/google-calendar/deployment/pom.xml b/extensions/google-calendar/deployment/pom.xml index d2e6235f2d2..bbabde79bdc 100644 --- a/extensions/google-calendar/deployment/pom.xml +++ b/extensions/google-calendar/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-google-calendar-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/google-calendar/pom.xml b/extensions/google-calendar/pom.xml index c27ee6a7803..d9bed493636 100644 --- a/extensions/google-calendar/pom.xml +++ b/extensions/google-calendar/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/google-calendar/runtime/pom.xml b/extensions/google-calendar/runtime/pom.xml index 24e51942056..1ef723136df 100644 --- a/extensions/google-calendar/runtime/pom.xml +++ b/extensions/google-calendar/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-google-calendar-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/google-drive/deployment/pom.xml b/extensions/google-drive/deployment/pom.xml index 98ebeb6d070..35ee96d9895 100644 --- a/extensions/google-drive/deployment/pom.xml +++ b/extensions/google-drive/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-google-drive-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/google-drive/pom.xml b/extensions/google-drive/pom.xml index 0615a7f517e..28a407d12b9 100644 --- a/extensions/google-drive/pom.xml +++ b/extensions/google-drive/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/google-drive/runtime/pom.xml b/extensions/google-drive/runtime/pom.xml index 129f9de8607..ca75893cd37 100644 --- a/extensions/google-drive/runtime/pom.xml +++ b/extensions/google-drive/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-google-drive-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/google-mail/deployment/pom.xml b/extensions/google-mail/deployment/pom.xml index cb08df1b8e6..be045fde7cd 100644 --- a/extensions/google-mail/deployment/pom.xml +++ b/extensions/google-mail/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-google-mail-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/google-mail/pom.xml b/extensions/google-mail/pom.xml index ad986ce4200..6c7af175318 100644 --- a/extensions/google-mail/pom.xml +++ b/extensions/google-mail/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/google-mail/runtime/pom.xml b/extensions/google-mail/runtime/pom.xml index 70f808b692b..491439c67fa 100644 --- a/extensions/google-mail/runtime/pom.xml +++ b/extensions/google-mail/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-google-mail-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/google-pubsub/deployment/pom.xml b/extensions/google-pubsub/deployment/pom.xml index 953b2d42146..8da7da8a147 100644 --- a/extensions/google-pubsub/deployment/pom.xml +++ b/extensions/google-pubsub/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-google-pubsub-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/google-pubsub/pom.xml b/extensions/google-pubsub/pom.xml index e45623a9ccf..7808284a3bb 100644 --- a/extensions/google-pubsub/pom.xml +++ b/extensions/google-pubsub/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/google-pubsub/runtime/pom.xml b/extensions/google-pubsub/runtime/pom.xml index 099be88e311..ca7bed9b7d8 100644 --- a/extensions/google-pubsub/runtime/pom.xml +++ b/extensions/google-pubsub/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-google-pubsub-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/google-sheets/deployment/pom.xml b/extensions/google-sheets/deployment/pom.xml index 8ff7eca1c72..545cd73b745 100644 --- a/extensions/google-sheets/deployment/pom.xml +++ b/extensions/google-sheets/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-google-sheets-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/google-sheets/pom.xml b/extensions/google-sheets/pom.xml index a934fb70649..55076626f7b 100644 --- a/extensions/google-sheets/pom.xml +++ b/extensions/google-sheets/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/google-sheets/runtime/pom.xml b/extensions/google-sheets/runtime/pom.xml index 3b8eae4cb52..f19f0c67c5f 100644 --- a/extensions/google-sheets/runtime/pom.xml +++ b/extensions/google-sheets/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-google-sheets-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/google-storage/deployment/pom.xml b/extensions/google-storage/deployment/pom.xml index ce152d4ba8d..6f24a0f6f12 100644 --- a/extensions/google-storage/deployment/pom.xml +++ b/extensions/google-storage/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-google-storage-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/google-storage/pom.xml b/extensions/google-storage/pom.xml index 3c93ff33469..92894cb2d98 100644 --- a/extensions/google-storage/pom.xml +++ b/extensions/google-storage/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/google-storage/runtime/pom.xml b/extensions/google-storage/runtime/pom.xml index 40488cc453e..55bd14247a3 100644 --- a/extensions/google-storage/runtime/pom.xml +++ b/extensions/google-storage/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-google-storage-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/graphql/deployment/pom.xml b/extensions/graphql/deployment/pom.xml index 594ca2e9efc..95ba7b0062a 100644 --- a/extensions/graphql/deployment/pom.xml +++ b/extensions/graphql/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-graphql-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/graphql/pom.xml b/extensions/graphql/pom.xml index 08488a43d6c..889810a8f0c 100644 --- a/extensions/graphql/pom.xml +++ b/extensions/graphql/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/graphql/runtime/pom.xml b/extensions/graphql/runtime/pom.xml index ce75154e5dc..bb2ae2d4273 100644 --- a/extensions/graphql/runtime/pom.xml +++ b/extensions/graphql/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-graphql-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/grok/deployment/pom.xml b/extensions/grok/deployment/pom.xml index 972f715f358..6a2414ffe64 100644 --- a/extensions/grok/deployment/pom.xml +++ b/extensions/grok/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-grok-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/grok/pom.xml b/extensions/grok/pom.xml index 9a42a721099..82a2775261b 100644 --- a/extensions/grok/pom.xml +++ b/extensions/grok/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/grok/runtime/pom.xml b/extensions/grok/runtime/pom.xml index 53e3a62c59c..c216463ac37 100644 --- a/extensions/grok/runtime/pom.xml +++ b/extensions/grok/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-grok-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/groovy/deployment/pom.xml b/extensions/groovy/deployment/pom.xml index 07d6bdaafca..6ede141d6bb 100644 --- a/extensions/groovy/deployment/pom.xml +++ b/extensions/groovy/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-groovy-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/groovy/pom.xml b/extensions/groovy/pom.xml index ca40afe6c8a..f0d56a00855 100644 --- a/extensions/groovy/pom.xml +++ b/extensions/groovy/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/groovy/runtime/pom.xml b/extensions/groovy/runtime/pom.xml index 984accdd731..735145ecdb6 100644 --- a/extensions/groovy/runtime/pom.xml +++ b/extensions/groovy/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-groovy-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/grpc/codegen/pom.xml b/extensions/grpc/codegen/pom.xml index 57589d5a7f8..f75e555af43 100644 --- a/extensions/grpc/codegen/pom.xml +++ b/extensions/grpc/codegen/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-grpc-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/grpc/deployment/pom.xml b/extensions/grpc/deployment/pom.xml index af8f8835538..afeb30f175e 100644 --- a/extensions/grpc/deployment/pom.xml +++ b/extensions/grpc/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-grpc-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/grpc/pom.xml b/extensions/grpc/pom.xml index 27439f205fd..5fc4182036f 100644 --- a/extensions/grpc/pom.xml +++ b/extensions/grpc/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/grpc/runtime/pom.xml b/extensions/grpc/runtime/pom.xml index 4ab0ff307f6..49f79a6467d 100644 --- a/extensions/grpc/runtime/pom.xml +++ b/extensions/grpc/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-grpc-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/gson/deployment/pom.xml b/extensions/gson/deployment/pom.xml index 0b895deac33..049d663f6d6 100644 --- a/extensions/gson/deployment/pom.xml +++ b/extensions/gson/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-gson-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/gson/pom.xml b/extensions/gson/pom.xml index 77b39249a59..dc5858a6d66 100644 --- a/extensions/gson/pom.xml +++ b/extensions/gson/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/gson/runtime/pom.xml b/extensions/gson/runtime/pom.xml index bb629450fc7..47aafa27fa4 100644 --- a/extensions/gson/runtime/pom.xml +++ b/extensions/gson/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-gson-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/hashicorp-vault/deployment/pom.xml b/extensions/hashicorp-vault/deployment/pom.xml index 56cd13a101b..74d515537dd 100644 --- a/extensions/hashicorp-vault/deployment/pom.xml +++ b/extensions/hashicorp-vault/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-hashicorp-vault-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/hashicorp-vault/pom.xml b/extensions/hashicorp-vault/pom.xml index a66ee327bee..08333fdebfb 100644 --- a/extensions/hashicorp-vault/pom.xml +++ b/extensions/hashicorp-vault/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/hashicorp-vault/runtime/pom.xml b/extensions/hashicorp-vault/runtime/pom.xml index 024f876f6bd..d9240cfbbfe 100644 --- a/extensions/hashicorp-vault/runtime/pom.xml +++ b/extensions/hashicorp-vault/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-hashicorp-vault-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/hazelcast/deployment/pom.xml b/extensions/hazelcast/deployment/pom.xml index 3da1554ba6c..006fb079d4b 100644 --- a/extensions/hazelcast/deployment/pom.xml +++ b/extensions/hazelcast/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-hazelcast-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/hazelcast/pom.xml b/extensions/hazelcast/pom.xml index 9186fd81d57..0c8b4a43851 100644 --- a/extensions/hazelcast/pom.xml +++ b/extensions/hazelcast/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/hazelcast/runtime/pom.xml b/extensions/hazelcast/runtime/pom.xml index 307bcf88708..483b9270672 100644 --- a/extensions/hazelcast/runtime/pom.xml +++ b/extensions/hazelcast/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-hazelcast-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/headersmap/deployment/pom.xml b/extensions/headersmap/deployment/pom.xml index 40979231c74..e0cfe94e059 100644 --- a/extensions/headersmap/deployment/pom.xml +++ b/extensions/headersmap/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-headersmap-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/headersmap/pom.xml b/extensions/headersmap/pom.xml index 3f9cb29cab7..4905f9fe84f 100644 --- a/extensions/headersmap/pom.xml +++ b/extensions/headersmap/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/headersmap/runtime/pom.xml b/extensions/headersmap/runtime/pom.xml index 876e1945b08..7f25c5b901b 100644 --- a/extensions/headersmap/runtime/pom.xml +++ b/extensions/headersmap/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-headersmap-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/hl7/deployment/pom.xml b/extensions/hl7/deployment/pom.xml index 4ce0397f313..f5b50df6381 100644 --- a/extensions/hl7/deployment/pom.xml +++ b/extensions/hl7/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-hl7-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/hl7/pom.xml b/extensions/hl7/pom.xml index 96eb5806161..24e10b48b88 100644 --- a/extensions/hl7/pom.xml +++ b/extensions/hl7/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/hl7/runtime/pom.xml b/extensions/hl7/runtime/pom.xml index 240c1cd4143..ec7b0e2dd32 100644 --- a/extensions/hl7/runtime/pom.xml +++ b/extensions/hl7/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-hl7-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/http/deployment/pom.xml b/extensions/http/deployment/pom.xml index 0e31fd65f36..3019c908e62 100644 --- a/extensions/http/deployment/pom.xml +++ b/extensions/http/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-http-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/http/pom.xml b/extensions/http/pom.xml index 6cf9b53c4bd..433ae330c4a 100644 --- a/extensions/http/pom.xml +++ b/extensions/http/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/http/runtime/pom.xml b/extensions/http/runtime/pom.xml index 9075eac034b..28e25981b30 100644 --- a/extensions/http/runtime/pom.xml +++ b/extensions/http/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-http-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/ical/deployment/pom.xml b/extensions/ical/deployment/pom.xml index 14a40f22ca2..1fc83be35ed 100644 --- a/extensions/ical/deployment/pom.xml +++ b/extensions/ical/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-ical-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/ical/pom.xml b/extensions/ical/pom.xml index aa1363d983d..f6de9cbd8a6 100644 --- a/extensions/ical/pom.xml +++ b/extensions/ical/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/ical/runtime/pom.xml b/extensions/ical/runtime/pom.xml index 2d119ccf9b3..76af1d18ef8 100644 --- a/extensions/ical/runtime/pom.xml +++ b/extensions/ical/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-ical-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/infinispan/deployment/pom.xml b/extensions/infinispan/deployment/pom.xml index eae4e7cc4f0..d603ee36739 100644 --- a/extensions/infinispan/deployment/pom.xml +++ b/extensions/infinispan/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-infinispan-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions/infinispan/pom.xml b/extensions/infinispan/pom.xml index badb46609ec..d0c5e985ba6 100644 --- a/extensions/infinispan/pom.xml +++ b/extensions/infinispan/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/infinispan/runtime/pom.xml b/extensions/infinispan/runtime/pom.xml index eecbaefb066..31004d60d67 100644 --- a/extensions/infinispan/runtime/pom.xml +++ b/extensions/infinispan/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-infinispan-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions/influxdb/deployment/pom.xml b/extensions/influxdb/deployment/pom.xml index 18961566453..a081b4e3c46 100644 --- a/extensions/influxdb/deployment/pom.xml +++ b/extensions/influxdb/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-influxdb-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/influxdb/pom.xml b/extensions/influxdb/pom.xml index 4d782685c44..bb43fbe2f6c 100644 --- a/extensions/influxdb/pom.xml +++ b/extensions/influxdb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/influxdb/runtime/pom.xml b/extensions/influxdb/runtime/pom.xml index 7ad3d0a413b..4661e9c8e95 100644 --- a/extensions/influxdb/runtime/pom.xml +++ b/extensions/influxdb/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-influxdb-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jackson-avro/deployment/pom.xml b/extensions/jackson-avro/deployment/pom.xml index 58052ce62f0..2a251bcfc4e 100644 --- a/extensions/jackson-avro/deployment/pom.xml +++ b/extensions/jackson-avro/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jackson-avro-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jackson-avro/pom.xml b/extensions/jackson-avro/pom.xml index 322d9daee8e..8c78da5c852 100644 --- a/extensions/jackson-avro/pom.xml +++ b/extensions/jackson-avro/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jackson-avro/runtime/pom.xml b/extensions/jackson-avro/runtime/pom.xml index 9532d940e75..aa9e0c4ec1b 100644 --- a/extensions/jackson-avro/runtime/pom.xml +++ b/extensions/jackson-avro/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jackson-avro-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jackson-protobuf/deployment/pom.xml b/extensions/jackson-protobuf/deployment/pom.xml index 43e2b13fafc..67b8dafb5d6 100644 --- a/extensions/jackson-protobuf/deployment/pom.xml +++ b/extensions/jackson-protobuf/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jackson-protobuf-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jackson-protobuf/pom.xml b/extensions/jackson-protobuf/pom.xml index 915a59f84bd..ab42195b59c 100644 --- a/extensions/jackson-protobuf/pom.xml +++ b/extensions/jackson-protobuf/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jackson-protobuf/runtime/pom.xml b/extensions/jackson-protobuf/runtime/pom.xml index 2bdaa42dfe1..e68e9e34cb1 100644 --- a/extensions/jackson-protobuf/runtime/pom.xml +++ b/extensions/jackson-protobuf/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jackson-protobuf-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jackson/deployment/pom.xml b/extensions/jackson/deployment/pom.xml index c103a4ee6c0..d8ec4baa13e 100644 --- a/extensions/jackson/deployment/pom.xml +++ b/extensions/jackson/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-jackson-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions/jackson/pom.xml b/extensions/jackson/pom.xml index 8d02bbf5e43..e49b5497196 100644 --- a/extensions/jackson/pom.xml +++ b/extensions/jackson/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jackson/runtime/pom.xml b/extensions/jackson/runtime/pom.xml index f6664de5315..78a6f0b6adb 100644 --- a/extensions/jackson/runtime/pom.xml +++ b/extensions/jackson/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-jackson-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions/jacksonxml/deployment/pom.xml b/extensions/jacksonxml/deployment/pom.xml index 75fd33180fc..e7760f32cde 100644 --- a/extensions/jacksonxml/deployment/pom.xml +++ b/extensions/jacksonxml/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jacksonxml-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jacksonxml/pom.xml b/extensions/jacksonxml/pom.xml index aa940f5c17d..a3a769a0c90 100644 --- a/extensions/jacksonxml/pom.xml +++ b/extensions/jacksonxml/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jacksonxml/runtime/pom.xml b/extensions/jacksonxml/runtime/pom.xml index 42908d329ec..ddbf3ed5b6e 100644 --- a/extensions/jacksonxml/runtime/pom.xml +++ b/extensions/jacksonxml/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jacksonxml-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jasypt/deployment/pom.xml b/extensions/jasypt/deployment/pom.xml index 627e51a063a..5d07a920ad3 100644 --- a/extensions/jasypt/deployment/pom.xml +++ b/extensions/jasypt/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jasypt-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jasypt/pom.xml b/extensions/jasypt/pom.xml index cc4036d4820..8b911adf57f 100644 --- a/extensions/jasypt/pom.xml +++ b/extensions/jasypt/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jasypt/runtime/pom.xml b/extensions/jasypt/runtime/pom.xml index 0c807c5b863..0cb9daf9f69 100644 --- a/extensions/jasypt/runtime/pom.xml +++ b/extensions/jasypt/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jasypt-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/java-joor-dsl/deployment/pom.xml b/extensions/java-joor-dsl/deployment/pom.xml index 48670b322fc..0b5ae054276 100644 --- a/extensions/java-joor-dsl/deployment/pom.xml +++ b/extensions/java-joor-dsl/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-java-joor-dsl-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/java-joor-dsl/pom.xml b/extensions/java-joor-dsl/pom.xml index 664530fc164..c60eec1b9ee 100644 --- a/extensions/java-joor-dsl/pom.xml +++ b/extensions/java-joor-dsl/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/java-joor-dsl/runtime/pom.xml b/extensions/java-joor-dsl/runtime/pom.xml index 57d56ee7645..5dac0795861 100644 --- a/extensions/java-joor-dsl/runtime/pom.xml +++ b/extensions/java-joor-dsl/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-java-joor-dsl-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jaxb/deployment/pom.xml b/extensions/jaxb/deployment/pom.xml index 444c421b7d1..562a9819cb3 100644 --- a/extensions/jaxb/deployment/pom.xml +++ b/extensions/jaxb/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jaxb-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jaxb/pom.xml b/extensions/jaxb/pom.xml index 095fbf4f41f..ad489551b60 100644 --- a/extensions/jaxb/pom.xml +++ b/extensions/jaxb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jaxb/runtime/pom.xml b/extensions/jaxb/runtime/pom.xml index 164e951bdd0..ab42df71455 100644 --- a/extensions/jaxb/runtime/pom.xml +++ b/extensions/jaxb/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jaxb-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jcache/deployment/pom.xml b/extensions/jcache/deployment/pom.xml index 7a8a49fdf70..3824325793f 100644 --- a/extensions/jcache/deployment/pom.xml +++ b/extensions/jcache/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jcache-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jcache/pom.xml b/extensions/jcache/pom.xml index e425ed382e2..69647412b5b 100644 --- a/extensions/jcache/pom.xml +++ b/extensions/jcache/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jcache/runtime/pom.xml b/extensions/jcache/runtime/pom.xml index 78682c54b7a..7892dce16b3 100644 --- a/extensions/jcache/runtime/pom.xml +++ b/extensions/jcache/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jcache-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jdbc/deployment/pom.xml b/extensions/jdbc/deployment/pom.xml index 22ecea79eff..6f4a4257e6b 100644 --- a/extensions/jdbc/deployment/pom.xml +++ b/extensions/jdbc/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-jdbc-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions/jdbc/pom.xml b/extensions/jdbc/pom.xml index 59ebec33b7d..6ad37626bb0 100644 --- a/extensions/jdbc/pom.xml +++ b/extensions/jdbc/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jdbc/runtime/pom.xml b/extensions/jdbc/runtime/pom.xml index 6921de09392..a452a7d2e99 100644 --- a/extensions/jdbc/runtime/pom.xml +++ b/extensions/jdbc/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-jdbc-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions/jfr/deployment/pom.xml b/extensions/jfr/deployment/pom.xml index 00dd5dee514..381ad29a9f6 100644 --- a/extensions/jfr/deployment/pom.xml +++ b/extensions/jfr/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jfr-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jfr/pom.xml b/extensions/jfr/pom.xml index 0fd0d5bb3b6..086e98cb3bf 100644 --- a/extensions/jfr/pom.xml +++ b/extensions/jfr/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jfr/runtime/pom.xml b/extensions/jfr/runtime/pom.xml index 92db1e42e40..a9a1091bd0f 100644 --- a/extensions/jfr/runtime/pom.xml +++ b/extensions/jfr/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jfr-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jira/deployment/pom.xml b/extensions/jira/deployment/pom.xml index 44ba622bc07..c7f9787fa01 100644 --- a/extensions/jira/deployment/pom.xml +++ b/extensions/jira/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jira-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jira/pom.xml b/extensions/jira/pom.xml index 9b7281a5e60..4654ed87b18 100644 --- a/extensions/jira/pom.xml +++ b/extensions/jira/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jira/runtime/pom.xml b/extensions/jira/runtime/pom.xml index 56b71855c61..dffd3d7a127 100644 --- a/extensions/jira/runtime/pom.xml +++ b/extensions/jira/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jira-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jms/deployment/pom.xml b/extensions/jms/deployment/pom.xml index 3ba4e6a5db3..0014fe369e0 100644 --- a/extensions/jms/deployment/pom.xml +++ b/extensions/jms/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jms-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jms/pom.xml b/extensions/jms/pom.xml index eabee908aa5..26ed1bb2c6d 100644 --- a/extensions/jms/pom.xml +++ b/extensions/jms/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jms/runtime/pom.xml b/extensions/jms/runtime/pom.xml index fdbdeafc934..1ecd837853e 100644 --- a/extensions/jms/runtime/pom.xml +++ b/extensions/jms/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jms-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jolt/deployment/pom.xml b/extensions/jolt/deployment/pom.xml index 26d420925ad..b03cd6e8e36 100644 --- a/extensions/jolt/deployment/pom.xml +++ b/extensions/jolt/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jolt-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jolt/pom.xml b/extensions/jolt/pom.xml index 5d4095d96a1..cae041e9e04 100644 --- a/extensions/jolt/pom.xml +++ b/extensions/jolt/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jolt/runtime/pom.xml b/extensions/jolt/runtime/pom.xml index aedac4d62a5..f32171f86ef 100644 --- a/extensions/jolt/runtime/pom.xml +++ b/extensions/jolt/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jolt-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/joor/deployment/pom.xml b/extensions/joor/deployment/pom.xml index 4adfdf9aef9..3559efe58fb 100644 --- a/extensions/joor/deployment/pom.xml +++ b/extensions/joor/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-joor-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/joor/pom.xml b/extensions/joor/pom.xml index f9587f12f64..7692cd0ffb2 100644 --- a/extensions/joor/pom.xml +++ b/extensions/joor/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/joor/runtime/pom.xml b/extensions/joor/runtime/pom.xml index 733195ace1f..41c157f5e3e 100644 --- a/extensions/joor/runtime/pom.xml +++ b/extensions/joor/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-joor-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jpa/deployment/pom.xml b/extensions/jpa/deployment/pom.xml index 3882e203745..182113d5608 100644 --- a/extensions/jpa/deployment/pom.xml +++ b/extensions/jpa/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jpa-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jpa/pom.xml b/extensions/jpa/pom.xml index 8908f80b2fe..a98cd0cc997 100644 --- a/extensions/jpa/pom.xml +++ b/extensions/jpa/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jpa/runtime/pom.xml b/extensions/jpa/runtime/pom.xml index 7d8056b295d..c8abdef99b0 100644 --- a/extensions/jpa/runtime/pom.xml +++ b/extensions/jpa/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jpa-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jq/deployment/pom.xml b/extensions/jq/deployment/pom.xml index 6bd1b1eb387..be76551f6b8 100644 --- a/extensions/jq/deployment/pom.xml +++ b/extensions/jq/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jq-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jq/pom.xml b/extensions/jq/pom.xml index 3f264f5842e..a78e6d5553b 100644 --- a/extensions/jq/pom.xml +++ b/extensions/jq/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jq/runtime/pom.xml b/extensions/jq/runtime/pom.xml index 8fe7f11d360..26aab6198d9 100644 --- a/extensions/jq/runtime/pom.xml +++ b/extensions/jq/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jq-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jsch/deployment/pom.xml b/extensions/jsch/deployment/pom.xml index dc763b06f26..a569d232e59 100644 --- a/extensions/jsch/deployment/pom.xml +++ b/extensions/jsch/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jsch-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jsch/pom.xml b/extensions/jsch/pom.xml index cdda450762a..0b0f12c84be 100644 --- a/extensions/jsch/pom.xml +++ b/extensions/jsch/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jsch/runtime/pom.xml b/extensions/jsch/runtime/pom.xml index 52bf9659731..520fc94cbdc 100644 --- a/extensions/jsch/runtime/pom.xml +++ b/extensions/jsch/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jsch-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jslt/deployment/pom.xml b/extensions/jslt/deployment/pom.xml index 8f51fe1f209..e225f30036b 100644 --- a/extensions/jslt/deployment/pom.xml +++ b/extensions/jslt/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jslt-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jslt/pom.xml b/extensions/jslt/pom.xml index 9bf89ea1b0e..672ae95f40f 100644 --- a/extensions/jslt/pom.xml +++ b/extensions/jslt/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jslt/runtime/pom.xml b/extensions/jslt/runtime/pom.xml index f2efb27531c..7d47c863440 100644 --- a/extensions/jslt/runtime/pom.xml +++ b/extensions/jslt/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jslt-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/json-validator/deployment/pom.xml b/extensions/json-validator/deployment/pom.xml index aad28ae4513..fe78de2cb1f 100644 --- a/extensions/json-validator/deployment/pom.xml +++ b/extensions/json-validator/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-json-validator-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/json-validator/pom.xml b/extensions/json-validator/pom.xml index 30e887b4421..32d967b370a 100644 --- a/extensions/json-validator/pom.xml +++ b/extensions/json-validator/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/json-validator/runtime/pom.xml b/extensions/json-validator/runtime/pom.xml index ed8796d60e8..4d5a2ecd77f 100644 --- a/extensions/json-validator/runtime/pom.xml +++ b/extensions/json-validator/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-json-validator-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jsonata/deployment/pom.xml b/extensions/jsonata/deployment/pom.xml index a019b870fc7..ee9f108361e 100644 --- a/extensions/jsonata/deployment/pom.xml +++ b/extensions/jsonata/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jsonata-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jsonata/pom.xml b/extensions/jsonata/pom.xml index 51276e79403..ddf1c3eb82b 100644 --- a/extensions/jsonata/pom.xml +++ b/extensions/jsonata/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jsonata/runtime/pom.xml b/extensions/jsonata/runtime/pom.xml index acbebc417c3..797dfef3626 100644 --- a/extensions/jsonata/runtime/pom.xml +++ b/extensions/jsonata/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jsonata-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jsonb/deployment/pom.xml b/extensions/jsonb/deployment/pom.xml index bb4fb816f53..30c69aa9d8d 100644 --- a/extensions/jsonb/deployment/pom.xml +++ b/extensions/jsonb/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jsonb-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jsonb/pom.xml b/extensions/jsonb/pom.xml index 8cf2abbf7f1..2754f6698cb 100644 --- a/extensions/jsonb/pom.xml +++ b/extensions/jsonb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jsonb/runtime/pom.xml b/extensions/jsonb/runtime/pom.xml index 34673fc04ba..961c54e1c48 100644 --- a/extensions/jsonb/runtime/pom.xml +++ b/extensions/jsonb/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jsonb-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jsonpath/deployment/pom.xml b/extensions/jsonpath/deployment/pom.xml index 906957cf2ad..a06921156d9 100644 --- a/extensions/jsonpath/deployment/pom.xml +++ b/extensions/jsonpath/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jsonpath-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jsonpath/pom.xml b/extensions/jsonpath/pom.xml index 19459c881e1..a88e8de0fd9 100644 --- a/extensions/jsonpath/pom.xml +++ b/extensions/jsonpath/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jsonpath/runtime/pom.xml b/extensions/jsonpath/runtime/pom.xml index 54d6672cd47..9951cf9a990 100644 --- a/extensions/jsonpath/runtime/pom.xml +++ b/extensions/jsonpath/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jsonpath-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jt400/deployment/pom.xml b/extensions/jt400/deployment/pom.xml index 3130f20aa1d..cc2d677936c 100644 --- a/extensions/jt400/deployment/pom.xml +++ b/extensions/jt400/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jt400-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jt400/pom.xml b/extensions/jt400/pom.xml index 7b9fac2885f..03e7aad8260 100644 --- a/extensions/jt400/pom.xml +++ b/extensions/jt400/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jt400/runtime/pom.xml b/extensions/jt400/runtime/pom.xml index ed31c4a85b0..24192854e4f 100644 --- a/extensions/jt400/runtime/pom.xml +++ b/extensions/jt400/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jt400-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jta/deployment/pom.xml b/extensions/jta/deployment/pom.xml index 803340935be..bddc57065ea 100644 --- a/extensions/jta/deployment/pom.xml +++ b/extensions/jta/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jta-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jta/pom.xml b/extensions/jta/pom.xml index 71f7840e81b..46eef555c85 100644 --- a/extensions/jta/pom.xml +++ b/extensions/jta/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/jta/runtime/pom.xml b/extensions/jta/runtime/pom.xml index fc8191b79de..20763ff5052 100644 --- a/extensions/jta/runtime/pom.xml +++ b/extensions/jta/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jta-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/kafka/deployment/pom.xml b/extensions/kafka/deployment/pom.xml index 50e617e9f04..caaf3fb68e1 100644 --- a/extensions/kafka/deployment/pom.xml +++ b/extensions/kafka/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-kafka-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/kafka/pom.xml b/extensions/kafka/pom.xml index c091fa1a1b7..4c23aeb100c 100644 --- a/extensions/kafka/pom.xml +++ b/extensions/kafka/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/kafka/runtime/pom.xml b/extensions/kafka/runtime/pom.xml index 72fe26e5a92..bcef440a393 100644 --- a/extensions/kafka/runtime/pom.xml +++ b/extensions/kafka/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-kafka-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/kamelet/deployment/pom.xml b/extensions/kamelet/deployment/pom.xml index 3befee7e458..8542a4023a7 100644 --- a/extensions/kamelet/deployment/pom.xml +++ b/extensions/kamelet/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-kamelet-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/kamelet/pom.xml b/extensions/kamelet/pom.xml index 7525a7c7e77..b6f6441ad80 100644 --- a/extensions/kamelet/pom.xml +++ b/extensions/kamelet/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/kamelet/runtime/pom.xml b/extensions/kamelet/runtime/pom.xml index fd8a59ec055..30103dbec2c 100644 --- a/extensions/kamelet/runtime/pom.xml +++ b/extensions/kamelet/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-kamelet-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/knative-consumer/deployment/pom.xml b/extensions/knative-consumer/deployment/pom.xml index 6e01e5f7c64..d1ec08b2b79 100644 --- a/extensions/knative-consumer/deployment/pom.xml +++ b/extensions/knative-consumer/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-knative-consumer-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions/knative-consumer/pom.xml b/extensions/knative-consumer/pom.xml index 76945e71293..441f0a01d2b 100644 --- a/extensions/knative-consumer/pom.xml +++ b/extensions/knative-consumer/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/knative-consumer/runtime/pom.xml b/extensions/knative-consumer/runtime/pom.xml index ca607c60d2d..ae90c9799ba 100644 --- a/extensions/knative-consumer/runtime/pom.xml +++ b/extensions/knative-consumer/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-knative-consumer-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/knative-producer/deployment/pom.xml b/extensions/knative-producer/deployment/pom.xml index 5f3058d45d0..4ca66714bd5 100644 --- a/extensions/knative-producer/deployment/pom.xml +++ b/extensions/knative-producer/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-knative-producer-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml 4.0.0 diff --git a/extensions/knative-producer/pom.xml b/extensions/knative-producer/pom.xml index 8472ec4be84..9588f8873d7 100644 --- a/extensions/knative-producer/pom.xml +++ b/extensions/knative-producer/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml 4.0.0 diff --git a/extensions/knative-producer/runtime/pom.xml b/extensions/knative-producer/runtime/pom.xml index 489131a7ef6..902165fd5d7 100644 --- a/extensions/knative-producer/runtime/pom.xml +++ b/extensions/knative-producer/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-knative-producer-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml 4.0.0 diff --git a/extensions/knative/deployment/pom.xml b/extensions/knative/deployment/pom.xml index 12aa01bf479..b88a5400beb 100644 --- a/extensions/knative/deployment/pom.xml +++ b/extensions/knative/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-knative-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/knative/pom.xml b/extensions/knative/pom.xml index 6d6140b918c..5e13a006e50 100644 --- a/extensions/knative/pom.xml +++ b/extensions/knative/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/knative/runtime/pom.xml b/extensions/knative/runtime/pom.xml index 74b82fd3017..9a147829ced 100644 --- a/extensions/knative/runtime/pom.xml +++ b/extensions/knative/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-knative-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/kubernetes-cluster-service/deployment/pom.xml b/extensions/kubernetes-cluster-service/deployment/pom.xml index ec374ac5c74..3ee775c85f9 100644 --- a/extensions/kubernetes-cluster-service/deployment/pom.xml +++ b/extensions/kubernetes-cluster-service/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-kubernetes-cluster-service-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/kubernetes-cluster-service/pom.xml b/extensions/kubernetes-cluster-service/pom.xml index 062b5a61183..eb1dbf1b54d 100644 --- a/extensions/kubernetes-cluster-service/pom.xml +++ b/extensions/kubernetes-cluster-service/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/kubernetes-cluster-service/runtime/pom.xml b/extensions/kubernetes-cluster-service/runtime/pom.xml index d230ea88a2b..b25e57f9942 100644 --- a/extensions/kubernetes-cluster-service/runtime/pom.xml +++ b/extensions/kubernetes-cluster-service/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-kubernetes-cluster-service-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/kubernetes/deployment/pom.xml b/extensions/kubernetes/deployment/pom.xml index 1ef3f483657..f75b168d1a0 100644 --- a/extensions/kubernetes/deployment/pom.xml +++ b/extensions/kubernetes/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-kubernetes-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/kubernetes/pom.xml b/extensions/kubernetes/pom.xml index 50a2d77c8a6..13b6e269274 100644 --- a/extensions/kubernetes/pom.xml +++ b/extensions/kubernetes/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/kubernetes/runtime/pom.xml b/extensions/kubernetes/runtime/pom.xml index 701e6b35baa..a7355090a25 100644 --- a/extensions/kubernetes/runtime/pom.xml +++ b/extensions/kubernetes/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-kubernetes-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/kudu/client/pom.xml b/extensions/kudu/client/pom.xml index 8a321bc4f15..ee88dbe08f3 100644 --- a/extensions/kudu/client/pom.xml +++ b/extensions/kudu/client/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-kudu-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/kudu/deployment/pom.xml b/extensions/kudu/deployment/pom.xml index bad11287c80..f4ca8bfda4c 100644 --- a/extensions/kudu/deployment/pom.xml +++ b/extensions/kudu/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-kudu-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/kudu/pom.xml b/extensions/kudu/pom.xml index 71e5c4ebde8..47cb735210b 100644 --- a/extensions/kudu/pom.xml +++ b/extensions/kudu/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/kudu/runtime/pom.xml b/extensions/kudu/runtime/pom.xml index 1995bf15ab6..124c9a1aeba 100644 --- a/extensions/kudu/runtime/pom.xml +++ b/extensions/kudu/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-kudu-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/langchain4j-chat/deployment/pom.xml b/extensions/langchain4j-chat/deployment/pom.xml index b9278249f78..3b7afbb132e 100644 --- a/extensions/langchain4j-chat/deployment/pom.xml +++ b/extensions/langchain4j-chat/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-langchain4j-chat-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/langchain4j-chat/pom.xml b/extensions/langchain4j-chat/pom.xml index 5b22daf8389..fb558947352 100644 --- a/extensions/langchain4j-chat/pom.xml +++ b/extensions/langchain4j-chat/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/langchain4j-chat/runtime/pom.xml b/extensions/langchain4j-chat/runtime/pom.xml index baed37e88d5..11d891660de 100644 --- a/extensions/langchain4j-chat/runtime/pom.xml +++ b/extensions/langchain4j-chat/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-langchain4j-chat-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/langchain4j/deployment/pom.xml b/extensions/langchain4j/deployment/pom.xml index a66a0358669..73c6e645d48 100644 --- a/extensions/langchain4j/deployment/pom.xml +++ b/extensions/langchain4j/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-langchain4j-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/langchain4j/pom.xml b/extensions/langchain4j/pom.xml index 08d63387cdf..b7e24c2888e 100644 --- a/extensions/langchain4j/pom.xml +++ b/extensions/langchain4j/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/langchain4j/runtime/pom.xml b/extensions/langchain4j/runtime/pom.xml index 0c9c82d4267..ecdc581f779 100644 --- a/extensions/langchain4j/runtime/pom.xml +++ b/extensions/langchain4j/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-langchain4j-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/language/deployment/pom.xml b/extensions/language/deployment/pom.xml index f6a0854ed36..74a3c797ba8 100644 --- a/extensions/language/deployment/pom.xml +++ b/extensions/language/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-language-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/language/pom.xml b/extensions/language/pom.xml index d5727fc7bb9..692851a6db7 100644 --- a/extensions/language/pom.xml +++ b/extensions/language/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/language/runtime/pom.xml b/extensions/language/runtime/pom.xml index 831e0a53914..2523daca2a0 100644 --- a/extensions/language/runtime/pom.xml +++ b/extensions/language/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-language-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/ldap/deployment/pom.xml b/extensions/ldap/deployment/pom.xml index 7649db56d84..c53b7b2f433 100644 --- a/extensions/ldap/deployment/pom.xml +++ b/extensions/ldap/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-ldap-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/ldap/pom.xml b/extensions/ldap/pom.xml index 9a11bc4f10e..f1171f50cae 100644 --- a/extensions/ldap/pom.xml +++ b/extensions/ldap/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/ldap/runtime/pom.xml b/extensions/ldap/runtime/pom.xml index cc215d5fa30..9adbf105bb1 100644 --- a/extensions/ldap/runtime/pom.xml +++ b/extensions/ldap/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-ldap-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/leveldb/deployment/pom.xml b/extensions/leveldb/deployment/pom.xml index 3f3ac827bfa..69553077ae5 100644 --- a/extensions/leveldb/deployment/pom.xml +++ b/extensions/leveldb/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-leveldb-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/leveldb/pom.xml b/extensions/leveldb/pom.xml index e23b2cac9f0..2e03557ec7d 100644 --- a/extensions/leveldb/pom.xml +++ b/extensions/leveldb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/leveldb/runtime/pom.xml b/extensions/leveldb/runtime/pom.xml index 9c2d201dcdb..e17d7b67948 100644 --- a/extensions/leveldb/runtime/pom.xml +++ b/extensions/leveldb/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-leveldb-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/log/deployment/pom.xml b/extensions/log/deployment/pom.xml index a9dfdf2381b..7ac54f25d9b 100644 --- a/extensions/log/deployment/pom.xml +++ b/extensions/log/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-log-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/log/pom.xml b/extensions/log/pom.xml index 0340391b516..46115e90aab 100644 --- a/extensions/log/pom.xml +++ b/extensions/log/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/log/runtime/pom.xml b/extensions/log/runtime/pom.xml index 39ddc5a5196..b508f7b44bc 100644 --- a/extensions/log/runtime/pom.xml +++ b/extensions/log/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-log-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/lra/deployment/pom.xml b/extensions/lra/deployment/pom.xml index 6dee03158e7..c91ed9fd88b 100644 --- a/extensions/lra/deployment/pom.xml +++ b/extensions/lra/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-lra-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/lra/pom.xml b/extensions/lra/pom.xml index d0bc33766a2..09f050fa1a8 100644 --- a/extensions/lra/pom.xml +++ b/extensions/lra/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/lra/runtime/pom.xml b/extensions/lra/runtime/pom.xml index b9da81b2de7..4a2792fbe16 100644 --- a/extensions/lra/runtime/pom.xml +++ b/extensions/lra/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-lra-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/lumberjack/deployment/pom.xml b/extensions/lumberjack/deployment/pom.xml index a6fbdacc10e..bd484ca2cce 100644 --- a/extensions/lumberjack/deployment/pom.xml +++ b/extensions/lumberjack/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-lumberjack-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/lumberjack/pom.xml b/extensions/lumberjack/pom.xml index d831259d053..477391d0c41 100644 --- a/extensions/lumberjack/pom.xml +++ b/extensions/lumberjack/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/lumberjack/runtime/pom.xml b/extensions/lumberjack/runtime/pom.xml index 3dd16888fea..fbc89ddb1df 100644 --- a/extensions/lumberjack/runtime/pom.xml +++ b/extensions/lumberjack/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-lumberjack-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/lzf/deployment/pom.xml b/extensions/lzf/deployment/pom.xml index 27bc0578d40..8a02d55198e 100644 --- a/extensions/lzf/deployment/pom.xml +++ b/extensions/lzf/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-lzf-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/lzf/pom.xml b/extensions/lzf/pom.xml index 4dfa794759d..f8f2b6b26dd 100644 --- a/extensions/lzf/pom.xml +++ b/extensions/lzf/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/lzf/runtime/pom.xml b/extensions/lzf/runtime/pom.xml index a8a323d8960..f9a1c79849c 100644 --- a/extensions/lzf/runtime/pom.xml +++ b/extensions/lzf/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-lzf-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/mail/deployment/pom.xml b/extensions/mail/deployment/pom.xml index 2fd74d3f345..9a30c299347 100644 --- a/extensions/mail/deployment/pom.xml +++ b/extensions/mail/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-mail-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/mail/pom.xml b/extensions/mail/pom.xml index 2be5c23fb8d..b6565bc6646 100644 --- a/extensions/mail/pom.xml +++ b/extensions/mail/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/mail/runtime/pom.xml b/extensions/mail/runtime/pom.xml index 63fd88d8100..671c8408d13 100644 --- a/extensions/mail/runtime/pom.xml +++ b/extensions/mail/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-mail-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/management/deployment/pom.xml b/extensions/management/deployment/pom.xml index e7c54f8922a..0c10ff2105a 100644 --- a/extensions/management/deployment/pom.xml +++ b/extensions/management/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-management-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/management/pom.xml b/extensions/management/pom.xml index 8ea338c5f84..15ac1c18d40 100644 --- a/extensions/management/pom.xml +++ b/extensions/management/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/management/runtime/pom.xml b/extensions/management/runtime/pom.xml index 25d02063df5..0970a6fa206 100644 --- a/extensions/management/runtime/pom.xml +++ b/extensions/management/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-management-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/mapstruct/deployment/pom.xml b/extensions/mapstruct/deployment/pom.xml index 3e4bdcde0e1..8ae872dec48 100644 --- a/extensions/mapstruct/deployment/pom.xml +++ b/extensions/mapstruct/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-mapstruct-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/mapstruct/pom.xml b/extensions/mapstruct/pom.xml index 760604621f1..7b2ba4696ab 100644 --- a/extensions/mapstruct/pom.xml +++ b/extensions/mapstruct/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/mapstruct/runtime/pom.xml b/extensions/mapstruct/runtime/pom.xml index 5d0d0d6229f..c244809487e 100644 --- a/extensions/mapstruct/runtime/pom.xml +++ b/extensions/mapstruct/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-mapstruct-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/master/deployment/pom.xml b/extensions/master/deployment/pom.xml index 490ca9bedef..cab82339b04 100644 --- a/extensions/master/deployment/pom.xml +++ b/extensions/master/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-master-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/master/pom.xml b/extensions/master/pom.xml index a6bcd946a36..025719e34dd 100644 --- a/extensions/master/pom.xml +++ b/extensions/master/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/master/runtime/pom.xml b/extensions/master/runtime/pom.xml index fe2d5f879dc..bd6b8f96a76 100644 --- a/extensions/master/runtime/pom.xml +++ b/extensions/master/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-master-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/micrometer/deployment/pom.xml b/extensions/micrometer/deployment/pom.xml index 629148973d4..9fd8495a2c1 100644 --- a/extensions/micrometer/deployment/pom.xml +++ b/extensions/micrometer/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-micrometer-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/micrometer/pom.xml b/extensions/micrometer/pom.xml index 71dbbeb6a8c..ccde9b59ed7 100644 --- a/extensions/micrometer/pom.xml +++ b/extensions/micrometer/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/micrometer/runtime/pom.xml b/extensions/micrometer/runtime/pom.xml index 800c54540fc..e97de1298dd 100644 --- a/extensions/micrometer/runtime/pom.xml +++ b/extensions/micrometer/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-micrometer-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/microprofile-fault-tolerance/deployment/pom.xml b/extensions/microprofile-fault-tolerance/deployment/pom.xml index ef1a148b796..9ea2f5b7aa7 100644 --- a/extensions/microprofile-fault-tolerance/deployment/pom.xml +++ b/extensions/microprofile-fault-tolerance/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-microprofile-fault-tolerance-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/microprofile-fault-tolerance/pom.xml b/extensions/microprofile-fault-tolerance/pom.xml index 9af30479d5f..6d66513d426 100644 --- a/extensions/microprofile-fault-tolerance/pom.xml +++ b/extensions/microprofile-fault-tolerance/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/microprofile-fault-tolerance/runtime/pom.xml b/extensions/microprofile-fault-tolerance/runtime/pom.xml index fa8fc46c893..e24f4dba605 100644 --- a/extensions/microprofile-fault-tolerance/runtime/pom.xml +++ b/extensions/microprofile-fault-tolerance/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-microprofile-fault-tolerance-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/microprofile-health/deployment/pom.xml b/extensions/microprofile-health/deployment/pom.xml index 62fb40a530e..97875a093e1 100644 --- a/extensions/microprofile-health/deployment/pom.xml +++ b/extensions/microprofile-health/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-microprofile-health-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/microprofile-health/pom.xml b/extensions/microprofile-health/pom.xml index 591666fb6e9..9bf53b0195c 100644 --- a/extensions/microprofile-health/pom.xml +++ b/extensions/microprofile-health/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/microprofile-health/runtime/pom.xml b/extensions/microprofile-health/runtime/pom.xml index 450c44fe840..a0778f986f7 100644 --- a/extensions/microprofile-health/runtime/pom.xml +++ b/extensions/microprofile-health/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-microprofile-health-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/minio/deployment/pom.xml b/extensions/minio/deployment/pom.xml index dd4959bb191..840c2dc839a 100644 --- a/extensions/minio/deployment/pom.xml +++ b/extensions/minio/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-minio-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/minio/pom.xml b/extensions/minio/pom.xml index f14e54e2c0d..2e78e94d7ea 100644 --- a/extensions/minio/pom.xml +++ b/extensions/minio/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/minio/runtime/pom.xml b/extensions/minio/runtime/pom.xml index dfc9805aadd..dd7b380da31 100644 --- a/extensions/minio/runtime/pom.xml +++ b/extensions/minio/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-minio-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/mllp/deployment/pom.xml b/extensions/mllp/deployment/pom.xml index 1e9b8dd9ccc..48d81ed4f44 100644 --- a/extensions/mllp/deployment/pom.xml +++ b/extensions/mllp/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-mllp-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/mllp/pom.xml b/extensions/mllp/pom.xml index c76db1d0fa4..a4e30abc471 100644 --- a/extensions/mllp/pom.xml +++ b/extensions/mllp/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/mllp/runtime/pom.xml b/extensions/mllp/runtime/pom.xml index c83239c0eed..186a5f6103b 100644 --- a/extensions/mllp/runtime/pom.xml +++ b/extensions/mllp/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-mllp-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/mock/deployment/pom.xml b/extensions/mock/deployment/pom.xml index 3894524b324..7de5b4a676b 100644 --- a/extensions/mock/deployment/pom.xml +++ b/extensions/mock/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-mock-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/mock/pom.xml b/extensions/mock/pom.xml index 4c9bbcced24..eed636a648e 100644 --- a/extensions/mock/pom.xml +++ b/extensions/mock/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/mock/runtime/pom.xml b/extensions/mock/runtime/pom.xml index 209ef8fefba..4a3fc22ff79 100644 --- a/extensions/mock/runtime/pom.xml +++ b/extensions/mock/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-mock-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/mongodb-gridfs/deployment/pom.xml b/extensions/mongodb-gridfs/deployment/pom.xml index daddb87576d..4578c4c267c 100644 --- a/extensions/mongodb-gridfs/deployment/pom.xml +++ b/extensions/mongodb-gridfs/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-mongodb-gridfs-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/mongodb-gridfs/pom.xml b/extensions/mongodb-gridfs/pom.xml index 6c9329d5284..d6964ea8144 100644 --- a/extensions/mongodb-gridfs/pom.xml +++ b/extensions/mongodb-gridfs/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/mongodb-gridfs/runtime/pom.xml b/extensions/mongodb-gridfs/runtime/pom.xml index 1311a1f4903..c36aeb24c0f 100644 --- a/extensions/mongodb-gridfs/runtime/pom.xml +++ b/extensions/mongodb-gridfs/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-mongodb-gridfs-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/mongodb/deployment/pom.xml b/extensions/mongodb/deployment/pom.xml index 36991a7a188..014c6d2974f 100644 --- a/extensions/mongodb/deployment/pom.xml +++ b/extensions/mongodb/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-mongodb-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/mongodb/pom.xml b/extensions/mongodb/pom.xml index 0f3a9e86c8c..f9f0eb06e92 100644 --- a/extensions/mongodb/pom.xml +++ b/extensions/mongodb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/mongodb/runtime/pom.xml b/extensions/mongodb/runtime/pom.xml index 761a946481f..a93b0f2da5c 100644 --- a/extensions/mongodb/runtime/pom.xml +++ b/extensions/mongodb/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-mongodb-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/mustache/deployment/pom.xml b/extensions/mustache/deployment/pom.xml index 875263e7527..3901d7d1e21 100644 --- a/extensions/mustache/deployment/pom.xml +++ b/extensions/mustache/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-mustache-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/mustache/pom.xml b/extensions/mustache/pom.xml index 74715ab5842..a053af80327 100644 --- a/extensions/mustache/pom.xml +++ b/extensions/mustache/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/mustache/runtime/pom.xml b/extensions/mustache/runtime/pom.xml index 6679c7dd91c..bf395093e85 100644 --- a/extensions/mustache/runtime/pom.xml +++ b/extensions/mustache/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-mustache-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/mybatis/deployment/pom.xml b/extensions/mybatis/deployment/pom.xml index 081025367c3..60620d8aea6 100644 --- a/extensions/mybatis/deployment/pom.xml +++ b/extensions/mybatis/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-mybatis-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/mybatis/pom.xml b/extensions/mybatis/pom.xml index b7e6f79184f..50350162830 100644 --- a/extensions/mybatis/pom.xml +++ b/extensions/mybatis/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/mybatis/runtime/pom.xml b/extensions/mybatis/runtime/pom.xml index a33ff4d5a4f..ad2a9010070 100644 --- a/extensions/mybatis/runtime/pom.xml +++ b/extensions/mybatis/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-mybatis-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/nats/deployment/pom.xml b/extensions/nats/deployment/pom.xml index cf49b12b286..e48d748aa69 100644 --- a/extensions/nats/deployment/pom.xml +++ b/extensions/nats/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-nats-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/nats/pom.xml b/extensions/nats/pom.xml index 0fbaa52a9c8..1740da6c1b5 100644 --- a/extensions/nats/pom.xml +++ b/extensions/nats/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/nats/runtime/pom.xml b/extensions/nats/runtime/pom.xml index 60ad716b5dd..0ffb3c8b946 100644 --- a/extensions/nats/runtime/pom.xml +++ b/extensions/nats/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-nats-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/netty-http/deployment/pom.xml b/extensions/netty-http/deployment/pom.xml index 4a1d60def76..bf049c42edb 100644 --- a/extensions/netty-http/deployment/pom.xml +++ b/extensions/netty-http/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-netty-http-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions/netty-http/pom.xml b/extensions/netty-http/pom.xml index 6e986c4af7b..7f9930bb560 100644 --- a/extensions/netty-http/pom.xml +++ b/extensions/netty-http/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/netty-http/runtime/pom.xml b/extensions/netty-http/runtime/pom.xml index f080ae923d5..ba76933498f 100644 --- a/extensions/netty-http/runtime/pom.xml +++ b/extensions/netty-http/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-netty-http-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions/netty/deployment/pom.xml b/extensions/netty/deployment/pom.xml index 9ff0fd4a22e..99e46d8628f 100644 --- a/extensions/netty/deployment/pom.xml +++ b/extensions/netty/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-netty-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/netty/pom.xml b/extensions/netty/pom.xml index 82487f56001..ab4119c83c8 100644 --- a/extensions/netty/pom.xml +++ b/extensions/netty/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/netty/runtime/pom.xml b/extensions/netty/runtime/pom.xml index 7a1eb2cba77..2241fb95551 100644 --- a/extensions/netty/runtime/pom.xml +++ b/extensions/netty/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-netty-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/nitrite/deployment/pom.xml b/extensions/nitrite/deployment/pom.xml index ff135ec3ae5..49f3966b801 100644 --- a/extensions/nitrite/deployment/pom.xml +++ b/extensions/nitrite/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-nitrite-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/nitrite/pom.xml b/extensions/nitrite/pom.xml index 61fcc806710..c855f2aad65 100644 --- a/extensions/nitrite/pom.xml +++ b/extensions/nitrite/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/nitrite/runtime/pom.xml b/extensions/nitrite/runtime/pom.xml index d4dffdc07b9..8f18f2e00a5 100644 --- a/extensions/nitrite/runtime/pom.xml +++ b/extensions/nitrite/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-nitrite-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/oaipmh/deployment/pom.xml b/extensions/oaipmh/deployment/pom.xml index 77d779b35b7..bb43f505d50 100644 --- a/extensions/oaipmh/deployment/pom.xml +++ b/extensions/oaipmh/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-oaipmh-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/oaipmh/pom.xml b/extensions/oaipmh/pom.xml index fe9873f08cd..c216af71855 100644 --- a/extensions/oaipmh/pom.xml +++ b/extensions/oaipmh/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/oaipmh/runtime/pom.xml b/extensions/oaipmh/runtime/pom.xml index 4aa79839f16..bbca8985754 100644 --- a/extensions/oaipmh/runtime/pom.xml +++ b/extensions/oaipmh/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-oaipmh-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/ognl/deployment/pom.xml b/extensions/ognl/deployment/pom.xml index 507d1262dee..5362bbbde33 100644 --- a/extensions/ognl/deployment/pom.xml +++ b/extensions/ognl/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-ognl-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/ognl/pom.xml b/extensions/ognl/pom.xml index f7759a04621..6cdf54ed335 100644 --- a/extensions/ognl/pom.xml +++ b/extensions/ognl/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/ognl/runtime/pom.xml b/extensions/ognl/runtime/pom.xml index 258e324a700..a5949856d41 100644 --- a/extensions/ognl/runtime/pom.xml +++ b/extensions/ognl/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-ognl-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/olingo4/deployment/pom.xml b/extensions/olingo4/deployment/pom.xml index bf407c8bac6..8446ed193b2 100644 --- a/extensions/olingo4/deployment/pom.xml +++ b/extensions/olingo4/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-olingo4-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/olingo4/pom.xml b/extensions/olingo4/pom.xml index fdfb7a07b4e..2a57c40c7fc 100644 --- a/extensions/olingo4/pom.xml +++ b/extensions/olingo4/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/olingo4/runtime/pom.xml b/extensions/olingo4/runtime/pom.xml index 55fefa746c7..b2c3c8aa8c0 100644 --- a/extensions/olingo4/runtime/pom.xml +++ b/extensions/olingo4/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-olingo4-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/openapi-java/deployment/pom.xml b/extensions/openapi-java/deployment/pom.xml index 6d2737cd887..2421a264320 100644 --- a/extensions/openapi-java/deployment/pom.xml +++ b/extensions/openapi-java/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-openapi-java-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/openapi-java/pom.xml b/extensions/openapi-java/pom.xml index 2cab5b242e0..eafa00fc932 100644 --- a/extensions/openapi-java/pom.xml +++ b/extensions/openapi-java/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/openapi-java/runtime/pom.xml b/extensions/openapi-java/runtime/pom.xml index 6da0f6661de..22b55aeed5b 100644 --- a/extensions/openapi-java/runtime/pom.xml +++ b/extensions/openapi-java/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-openapi-java-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/openstack/deployment/pom.xml b/extensions/openstack/deployment/pom.xml index 316b71000cd..921518417e5 100644 --- a/extensions/openstack/deployment/pom.xml +++ b/extensions/openstack/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-openstack-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/openstack/pom.xml b/extensions/openstack/pom.xml index 570a96bf548..edabaf21004 100644 --- a/extensions/openstack/pom.xml +++ b/extensions/openstack/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/openstack/runtime/pom.xml b/extensions/openstack/runtime/pom.xml index 3d191d77bdc..a3a65f38bff 100644 --- a/extensions/openstack/runtime/pom.xml +++ b/extensions/openstack/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-openstack-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/opentelemetry/deployment/pom.xml b/extensions/opentelemetry/deployment/pom.xml index e1551da8002..44a81668e09 100644 --- a/extensions/opentelemetry/deployment/pom.xml +++ b/extensions/opentelemetry/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-opentelemetry-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/opentelemetry/pom.xml b/extensions/opentelemetry/pom.xml index 753b9bec471..9972fb6df28 100644 --- a/extensions/opentelemetry/pom.xml +++ b/extensions/opentelemetry/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/opentelemetry/runtime/pom.xml b/extensions/opentelemetry/runtime/pom.xml index cb25c81b762..32a30007490 100644 --- a/extensions/opentelemetry/runtime/pom.xml +++ b/extensions/opentelemetry/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-opentelemetry-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/optaplanner/deployment/pom.xml b/extensions/optaplanner/deployment/pom.xml index a5e93d2ae7c..c39e401cee0 100644 --- a/extensions/optaplanner/deployment/pom.xml +++ b/extensions/optaplanner/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-optaplanner-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/optaplanner/pom.xml b/extensions/optaplanner/pom.xml index 362155458c4..ab5e94b7be8 100644 --- a/extensions/optaplanner/pom.xml +++ b/extensions/optaplanner/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/optaplanner/runtime/pom.xml b/extensions/optaplanner/runtime/pom.xml index e4df7beca3c..6320432f398 100644 --- a/extensions/optaplanner/runtime/pom.xml +++ b/extensions/optaplanner/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-optaplanner-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/paho-mqtt5/deployment/pom.xml b/extensions/paho-mqtt5/deployment/pom.xml index f67467be34a..ae4d408aa77 100644 --- a/extensions/paho-mqtt5/deployment/pom.xml +++ b/extensions/paho-mqtt5/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-paho-mqtt5-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/paho-mqtt5/pom.xml b/extensions/paho-mqtt5/pom.xml index 3399ea7c09e..d9df251d2f7 100644 --- a/extensions/paho-mqtt5/pom.xml +++ b/extensions/paho-mqtt5/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/paho-mqtt5/runtime/pom.xml b/extensions/paho-mqtt5/runtime/pom.xml index 756b1a13b66..8c5c5eb05f2 100644 --- a/extensions/paho-mqtt5/runtime/pom.xml +++ b/extensions/paho-mqtt5/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-paho-mqtt5-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/paho/deployment/pom.xml b/extensions/paho/deployment/pom.xml index c3682813122..ff606c86939 100644 --- a/extensions/paho/deployment/pom.xml +++ b/extensions/paho/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-paho-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/paho/pom.xml b/extensions/paho/pom.xml index 4a1a61a72c8..a6c7007e726 100644 --- a/extensions/paho/pom.xml +++ b/extensions/paho/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/paho/runtime/pom.xml b/extensions/paho/runtime/pom.xml index 7d1098f40a2..407b4aa5adb 100644 --- a/extensions/paho/runtime/pom.xml +++ b/extensions/paho/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-paho-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/pdf/deployment/pom.xml b/extensions/pdf/deployment/pom.xml index e835ee73ca9..04556c2937d 100644 --- a/extensions/pdf/deployment/pom.xml +++ b/extensions/pdf/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-pdf-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/pdf/pom.xml b/extensions/pdf/pom.xml index 9423dfee338..58870251b18 100644 --- a/extensions/pdf/pom.xml +++ b/extensions/pdf/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/pdf/runtime/pom.xml b/extensions/pdf/runtime/pom.xml index dea01a80a7c..b3a0a8cdcb6 100644 --- a/extensions/pdf/runtime/pom.xml +++ b/extensions/pdf/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-pdf-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/pg-replication-slot/deployment/pom.xml b/extensions/pg-replication-slot/deployment/pom.xml index 3a768151a06..0d28d8b7f29 100644 --- a/extensions/pg-replication-slot/deployment/pom.xml +++ b/extensions/pg-replication-slot/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-pg-replication-slot-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/pg-replication-slot/pom.xml b/extensions/pg-replication-slot/pom.xml index 80caa04fb12..2f8a93dd9ad 100644 --- a/extensions/pg-replication-slot/pom.xml +++ b/extensions/pg-replication-slot/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/pg-replication-slot/runtime/pom.xml b/extensions/pg-replication-slot/runtime/pom.xml index 124dbd781f5..91a3689b9ac 100644 --- a/extensions/pg-replication-slot/runtime/pom.xml +++ b/extensions/pg-replication-slot/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-pg-replication-slot-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/pgevent/deployment/pom.xml b/extensions/pgevent/deployment/pom.xml index 6b93310ace2..a68976ec8e7 100644 --- a/extensions/pgevent/deployment/pom.xml +++ b/extensions/pgevent/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-pgevent-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/pgevent/pom.xml b/extensions/pgevent/pom.xml index 066a4f99d7a..4310e698d9d 100644 --- a/extensions/pgevent/pom.xml +++ b/extensions/pgevent/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/pgevent/runtime/pom.xml b/extensions/pgevent/runtime/pom.xml index e3f3117a617..ce3d07f40e1 100644 --- a/extensions/pgevent/runtime/pom.xml +++ b/extensions/pgevent/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-pgevent-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/pinecone/deployment/pom.xml b/extensions/pinecone/deployment/pom.xml index bf27dee6837..0c0725908b9 100644 --- a/extensions/pinecone/deployment/pom.xml +++ b/extensions/pinecone/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-pinecone-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/pinecone/pom.xml b/extensions/pinecone/pom.xml index bfcea0dad15..fe30fb4d976 100644 --- a/extensions/pinecone/pom.xml +++ b/extensions/pinecone/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/pinecone/runtime/pom.xml b/extensions/pinecone/runtime/pom.xml index 107530c359f..949a1d44311 100644 --- a/extensions/pinecone/runtime/pom.xml +++ b/extensions/pinecone/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-pinecone-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/platform-http/deployment/pom.xml b/extensions/platform-http/deployment/pom.xml index a2f5b0ecc09..52efd84e6b6 100644 --- a/extensions/platform-http/deployment/pom.xml +++ b/extensions/platform-http/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-platform-http-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/platform-http/pom.xml b/extensions/platform-http/pom.xml index 3f8a1dafb86..57fd3ee43c9 100644 --- a/extensions/platform-http/pom.xml +++ b/extensions/platform-http/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/platform-http/runtime/pom.xml b/extensions/platform-http/runtime/pom.xml index 86b681f07dd..429b99a2a9d 100644 --- a/extensions/platform-http/runtime/pom.xml +++ b/extensions/platform-http/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-platform-http-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/pom.xml b/extensions/pom.xml index 487d650c498..4c2cc5630d2 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent - 3.17.0-SNAPSHOT + 3.17.0 ../poms/build-parent/pom.xml diff --git a/extensions/protobuf/deployment/pom.xml b/extensions/protobuf/deployment/pom.xml index 3696545c74f..861f5e50678 100644 --- a/extensions/protobuf/deployment/pom.xml +++ b/extensions/protobuf/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-protobuf-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/protobuf/pom.xml b/extensions/protobuf/pom.xml index 8755cfd59d9..b00c9a3721d 100644 --- a/extensions/protobuf/pom.xml +++ b/extensions/protobuf/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/protobuf/runtime/pom.xml b/extensions/protobuf/runtime/pom.xml index 8759494c6fd..72cb504b422 100644 --- a/extensions/protobuf/runtime/pom.xml +++ b/extensions/protobuf/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-protobuf-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/pubnub/deployment/pom.xml b/extensions/pubnub/deployment/pom.xml index 57676f63365..db707e8a3f2 100644 --- a/extensions/pubnub/deployment/pom.xml +++ b/extensions/pubnub/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-pubnub-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/pubnub/pom.xml b/extensions/pubnub/pom.xml index 335f4a3cb69..2530cac8d2e 100644 --- a/extensions/pubnub/pom.xml +++ b/extensions/pubnub/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/pubnub/runtime/pom.xml b/extensions/pubnub/runtime/pom.xml index 7ce3820fed9..39390d3b003 100644 --- a/extensions/pubnub/runtime/pom.xml +++ b/extensions/pubnub/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-pubnub-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/qdrant/deployment/pom.xml b/extensions/qdrant/deployment/pom.xml index 4c54202159e..480d5871725 100644 --- a/extensions/qdrant/deployment/pom.xml +++ b/extensions/qdrant/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-qdrant-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/qdrant/pom.xml b/extensions/qdrant/pom.xml index 7fbfd643d21..3eb747cc58e 100644 --- a/extensions/qdrant/pom.xml +++ b/extensions/qdrant/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/qdrant/runtime/pom.xml b/extensions/qdrant/runtime/pom.xml index 89d4446b6c3..5662a6cf199 100644 --- a/extensions/qdrant/runtime/pom.xml +++ b/extensions/qdrant/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-qdrant-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/quartz/deployment/pom.xml b/extensions/quartz/deployment/pom.xml index 215a417ed78..740dd37786a 100644 --- a/extensions/quartz/deployment/pom.xml +++ b/extensions/quartz/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-quartz-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/quartz/pom.xml b/extensions/quartz/pom.xml index ba393f77537..06d4edffacc 100644 --- a/extensions/quartz/pom.xml +++ b/extensions/quartz/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/quartz/runtime/pom.xml b/extensions/quartz/runtime/pom.xml index 6c2ff496708..741ebc2c382 100644 --- a/extensions/quartz/runtime/pom.xml +++ b/extensions/quartz/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-quartz-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/qute/component/pom.xml b/extensions/qute/component/pom.xml index 34bd3fd7c58..47d9c180891 100644 --- a/extensions/qute/component/pom.xml +++ b/extensions/qute/component/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-qute-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/qute/deployment/pom.xml b/extensions/qute/deployment/pom.xml index efce223614b..8ef03c32473 100644 --- a/extensions/qute/deployment/pom.xml +++ b/extensions/qute/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-qute-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/qute/pom.xml b/extensions/qute/pom.xml index 5a53ccbc38d..8a369f05f99 100644 --- a/extensions/qute/pom.xml +++ b/extensions/qute/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/qute/runtime/pom.xml b/extensions/qute/runtime/pom.xml index 2eac53528c4..be554d9422a 100644 --- a/extensions/qute/runtime/pom.xml +++ b/extensions/qute/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-qute-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/reactive-streams/deployment/pom.xml b/extensions/reactive-streams/deployment/pom.xml index 58df9d24519..0855b8631b4 100644 --- a/extensions/reactive-streams/deployment/pom.xml +++ b/extensions/reactive-streams/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-reactive-streams-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/reactive-streams/pom.xml b/extensions/reactive-streams/pom.xml index 0ad3f8ff93f..c0bb4a620e6 100644 --- a/extensions/reactive-streams/pom.xml +++ b/extensions/reactive-streams/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/reactive-streams/runtime/pom.xml b/extensions/reactive-streams/runtime/pom.xml index 2d40ba9e74c..becf6fb1dc6 100644 --- a/extensions/reactive-streams/runtime/pom.xml +++ b/extensions/reactive-streams/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-reactive-streams-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/ref/deployment/pom.xml b/extensions/ref/deployment/pom.xml index efc619690f3..e91789eb544 100644 --- a/extensions/ref/deployment/pom.xml +++ b/extensions/ref/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-ref-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/ref/pom.xml b/extensions/ref/pom.xml index 67c5ce18db1..696d9504a0f 100644 --- a/extensions/ref/pom.xml +++ b/extensions/ref/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/ref/runtime/pom.xml b/extensions/ref/runtime/pom.xml index 4e0be3a937f..a0ab3439832 100644 --- a/extensions/ref/runtime/pom.xml +++ b/extensions/ref/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-ref-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/rest-openapi/deployment/pom.xml b/extensions/rest-openapi/deployment/pom.xml index 226c5b96c95..37080c3db34 100644 --- a/extensions/rest-openapi/deployment/pom.xml +++ b/extensions/rest-openapi/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-rest-openapi-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/rest-openapi/pom.xml b/extensions/rest-openapi/pom.xml index 101aa15cf27..e06dc7792cc 100644 --- a/extensions/rest-openapi/pom.xml +++ b/extensions/rest-openapi/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/rest-openapi/runtime/pom.xml b/extensions/rest-openapi/runtime/pom.xml index e0a469c74a0..ee8c3d1305b 100644 --- a/extensions/rest-openapi/runtime/pom.xml +++ b/extensions/rest-openapi/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-rest-openapi-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/rest/deployment/pom.xml b/extensions/rest/deployment/pom.xml index d8fb99f4157..af85876d406 100644 --- a/extensions/rest/deployment/pom.xml +++ b/extensions/rest/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-rest-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/rest/pom.xml b/extensions/rest/pom.xml index 1e89d0fca5a..46a8e1a74e2 100644 --- a/extensions/rest/pom.xml +++ b/extensions/rest/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/rest/runtime/pom.xml b/extensions/rest/runtime/pom.xml index 48e61167e68..da7312ae5d7 100644 --- a/extensions/rest/runtime/pom.xml +++ b/extensions/rest/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-rest-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/rss/deployment/pom.xml b/extensions/rss/deployment/pom.xml index fb864eed87b..956526513fb 100644 --- a/extensions/rss/deployment/pom.xml +++ b/extensions/rss/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-rss-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/rss/pom.xml b/extensions/rss/pom.xml index 6953abfdc46..965130d44e3 100644 --- a/extensions/rss/pom.xml +++ b/extensions/rss/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/rss/runtime/pom.xml b/extensions/rss/runtime/pom.xml index 6f6b17bbcd1..f9fd46bd1ca 100644 --- a/extensions/rss/runtime/pom.xml +++ b/extensions/rss/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-rss-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/saga/deployment/pom.xml b/extensions/saga/deployment/pom.xml index edb0d3c76f3..7e4ecda3e83 100644 --- a/extensions/saga/deployment/pom.xml +++ b/extensions/saga/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-saga-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/saga/pom.xml b/extensions/saga/pom.xml index 13db03c7f44..43eb5e5f2e2 100644 --- a/extensions/saga/pom.xml +++ b/extensions/saga/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/saga/runtime/pom.xml b/extensions/saga/runtime/pom.xml index e8e506387ce..1584cea66fd 100644 --- a/extensions/saga/runtime/pom.xml +++ b/extensions/saga/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-saga-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/salesforce/deployment/pom.xml b/extensions/salesforce/deployment/pom.xml index 749696bf37c..378a5dbd686 100644 --- a/extensions/salesforce/deployment/pom.xml +++ b/extensions/salesforce/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-salesforce-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions/salesforce/pom.xml b/extensions/salesforce/pom.xml index f11989a2c15..0cb31bc8d0a 100644 --- a/extensions/salesforce/pom.xml +++ b/extensions/salesforce/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/salesforce/runtime/pom.xml b/extensions/salesforce/runtime/pom.xml index 3d5e9a06e41..e590fcfa04a 100644 --- a/extensions/salesforce/runtime/pom.xml +++ b/extensions/salesforce/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-salesforce-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions/sap-netweaver/deployment/pom.xml b/extensions/sap-netweaver/deployment/pom.xml index cd487b40b7c..c86645c46b6 100644 --- a/extensions/sap-netweaver/deployment/pom.xml +++ b/extensions/sap-netweaver/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-sap-netweaver-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/sap-netweaver/pom.xml b/extensions/sap-netweaver/pom.xml index 0913faa1c54..db7481baa97 100644 --- a/extensions/sap-netweaver/pom.xml +++ b/extensions/sap-netweaver/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/sap-netweaver/runtime/pom.xml b/extensions/sap-netweaver/runtime/pom.xml index 2859a6419de..1027ac84343 100644 --- a/extensions/sap-netweaver/runtime/pom.xml +++ b/extensions/sap-netweaver/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-sap-netweaver-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/saxon/deployment/pom.xml b/extensions/saxon/deployment/pom.xml index f04c5a1681d..4d30aaa23e0 100644 --- a/extensions/saxon/deployment/pom.xml +++ b/extensions/saxon/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-saxon-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/saxon/pom.xml b/extensions/saxon/pom.xml index 11b125c5689..77bfc994882 100644 --- a/extensions/saxon/pom.xml +++ b/extensions/saxon/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/saxon/runtime/pom.xml b/extensions/saxon/runtime/pom.xml index 26f00227dfa..f8224dd36f9 100644 --- a/extensions/saxon/runtime/pom.xml +++ b/extensions/saxon/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-saxon-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/scheduler/deployment/pom.xml b/extensions/scheduler/deployment/pom.xml index 50a52a233ef..b627f12f254 100644 --- a/extensions/scheduler/deployment/pom.xml +++ b/extensions/scheduler/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-scheduler-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/scheduler/pom.xml b/extensions/scheduler/pom.xml index a98aed50507..eee514a7fe0 100644 --- a/extensions/scheduler/pom.xml +++ b/extensions/scheduler/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/scheduler/runtime/pom.xml b/extensions/scheduler/runtime/pom.xml index 3d744e78c30..f8fd2365266 100644 --- a/extensions/scheduler/runtime/pom.xml +++ b/extensions/scheduler/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-scheduler-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/seda/deployment/pom.xml b/extensions/seda/deployment/pom.xml index 6c41f931b8d..0bd48ce530f 100644 --- a/extensions/seda/deployment/pom.xml +++ b/extensions/seda/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-seda-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/seda/pom.xml b/extensions/seda/pom.xml index cbfb41c346c..dda6ee5de2b 100644 --- a/extensions/seda/pom.xml +++ b/extensions/seda/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/seda/runtime/pom.xml b/extensions/seda/runtime/pom.xml index 45ecca85b1f..80b21a58c89 100644 --- a/extensions/seda/runtime/pom.xml +++ b/extensions/seda/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-seda-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/servicenow/deployment/pom.xml b/extensions/servicenow/deployment/pom.xml index 91d43bd6b37..6c0e4c768e8 100644 --- a/extensions/servicenow/deployment/pom.xml +++ b/extensions/servicenow/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-servicenow-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/servicenow/pom.xml b/extensions/servicenow/pom.xml index c9feaeab8a1..671500add76 100644 --- a/extensions/servicenow/pom.xml +++ b/extensions/servicenow/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/servicenow/runtime/pom.xml b/extensions/servicenow/runtime/pom.xml index 421ad14b27b..734200a9c2c 100644 --- a/extensions/servicenow/runtime/pom.xml +++ b/extensions/servicenow/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-servicenow-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/servlet/deployment/pom.xml b/extensions/servlet/deployment/pom.xml index 017b60a7495..0029c09d1a8 100644 --- a/extensions/servlet/deployment/pom.xml +++ b/extensions/servlet/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-servlet-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions/servlet/pom.xml b/extensions/servlet/pom.xml index 12791acab24..bbd02553974 100644 --- a/extensions/servlet/pom.xml +++ b/extensions/servlet/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/servlet/runtime/pom.xml b/extensions/servlet/runtime/pom.xml index c8c5e27a570..ee03cc8bc67 100644 --- a/extensions/servlet/runtime/pom.xml +++ b/extensions/servlet/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-servlet-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions/shiro/deployment/pom.xml b/extensions/shiro/deployment/pom.xml index 0e30ba8ffc1..86b635b6260 100644 --- a/extensions/shiro/deployment/pom.xml +++ b/extensions/shiro/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-shiro-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/shiro/pom.xml b/extensions/shiro/pom.xml index de3160070d6..74bf90bbe49 100644 --- a/extensions/shiro/pom.xml +++ b/extensions/shiro/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/shiro/runtime/pom.xml b/extensions/shiro/runtime/pom.xml index e871ad4e655..68aa504884f 100644 --- a/extensions/shiro/runtime/pom.xml +++ b/extensions/shiro/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-shiro-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/sjms/deployment/pom.xml b/extensions/sjms/deployment/pom.xml index e2f6ff660ab..03a54a70a32 100644 --- a/extensions/sjms/deployment/pom.xml +++ b/extensions/sjms/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-sjms-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions/sjms/pom.xml b/extensions/sjms/pom.xml index 3ae5884fe1e..122ffed9040 100644 --- a/extensions/sjms/pom.xml +++ b/extensions/sjms/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/sjms/runtime/pom.xml b/extensions/sjms/runtime/pom.xml index cf97c8b5323..63169a817c0 100644 --- a/extensions/sjms/runtime/pom.xml +++ b/extensions/sjms/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-sjms-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions/sjms2/deployment/pom.xml b/extensions/sjms2/deployment/pom.xml index 3474801dd67..401b5984b15 100644 --- a/extensions/sjms2/deployment/pom.xml +++ b/extensions/sjms2/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-sjms2-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions/sjms2/pom.xml b/extensions/sjms2/pom.xml index 8ba1bd0a685..101d0560dbd 100644 --- a/extensions/sjms2/pom.xml +++ b/extensions/sjms2/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/sjms2/runtime/pom.xml b/extensions/sjms2/runtime/pom.xml index becec9e23a8..9eb770f2117 100644 --- a/extensions/sjms2/runtime/pom.xml +++ b/extensions/sjms2/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-sjms2-parent - 3.17.0-SNAPSHOT + 3.17.0 4.0.0 diff --git a/extensions/slack/deployment/pom.xml b/extensions/slack/deployment/pom.xml index 516bcf7024d..42b5d335149 100644 --- a/extensions/slack/deployment/pom.xml +++ b/extensions/slack/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-slack-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/slack/pom.xml b/extensions/slack/pom.xml index f38f0af6d3c..bee26ab5034 100644 --- a/extensions/slack/pom.xml +++ b/extensions/slack/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/slack/runtime/pom.xml b/extensions/slack/runtime/pom.xml index 424258aae6d..72cc4d79ff1 100644 --- a/extensions/slack/runtime/pom.xml +++ b/extensions/slack/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-slack-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/smallrye-reactive-messaging/deployment/pom.xml b/extensions/smallrye-reactive-messaging/deployment/pom.xml index 513d60379c7..23dac853b66 100644 --- a/extensions/smallrye-reactive-messaging/deployment/pom.xml +++ b/extensions/smallrye-reactive-messaging/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-smallrye-reactive-messaging-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/smallrye-reactive-messaging/pom.xml b/extensions/smallrye-reactive-messaging/pom.xml index 04d245f8448..e65b894c5fb 100644 --- a/extensions/smallrye-reactive-messaging/pom.xml +++ b/extensions/smallrye-reactive-messaging/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/smallrye-reactive-messaging/runtime/pom.xml b/extensions/smallrye-reactive-messaging/runtime/pom.xml index 6f69480e124..06421f1b597 100644 --- a/extensions/smallrye-reactive-messaging/runtime/pom.xml +++ b/extensions/smallrye-reactive-messaging/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-smallrye-reactive-messaging-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/smb/deployment/pom.xml b/extensions/smb/deployment/pom.xml index fc83f6e9910..bb173ae8c2d 100644 --- a/extensions/smb/deployment/pom.xml +++ b/extensions/smb/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-smb-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/smb/pom.xml b/extensions/smb/pom.xml index aff5021f39c..c15770b5e58 100644 --- a/extensions/smb/pom.xml +++ b/extensions/smb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/smb/runtime/pom.xml b/extensions/smb/runtime/pom.xml index 3d7d7b04fe6..7ef25857893 100644 --- a/extensions/smb/runtime/pom.xml +++ b/extensions/smb/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-smb-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/snakeyaml/deployment/pom.xml b/extensions/snakeyaml/deployment/pom.xml index 409bc130986..c4a94b380cd 100644 --- a/extensions/snakeyaml/deployment/pom.xml +++ b/extensions/snakeyaml/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-snakeyaml-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/snakeyaml/pom.xml b/extensions/snakeyaml/pom.xml index e775ec56d5f..90871515b38 100644 --- a/extensions/snakeyaml/pom.xml +++ b/extensions/snakeyaml/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/snakeyaml/runtime/pom.xml b/extensions/snakeyaml/runtime/pom.xml index c09bc9f8309..a24f1bb3324 100644 --- a/extensions/snakeyaml/runtime/pom.xml +++ b/extensions/snakeyaml/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-snakeyaml-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/soap/deployment/pom.xml b/extensions/soap/deployment/pom.xml index 971d2754145..783f40992a0 100644 --- a/extensions/soap/deployment/pom.xml +++ b/extensions/soap/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-soap-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/soap/pom.xml b/extensions/soap/pom.xml index af2101d566b..174943557ca 100644 --- a/extensions/soap/pom.xml +++ b/extensions/soap/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/soap/runtime/pom.xml b/extensions/soap/runtime/pom.xml index 70eb24b1888..d15bbf70929 100644 --- a/extensions/soap/runtime/pom.xml +++ b/extensions/soap/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-soap-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/splunk-hec/deployment/pom.xml b/extensions/splunk-hec/deployment/pom.xml index b021a1e0328..706f7d90777 100644 --- a/extensions/splunk-hec/deployment/pom.xml +++ b/extensions/splunk-hec/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-splunk-hec-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/splunk-hec/pom.xml b/extensions/splunk-hec/pom.xml index 1574778d2fa..5f3d56080e2 100644 --- a/extensions/splunk-hec/pom.xml +++ b/extensions/splunk-hec/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/splunk-hec/runtime/pom.xml b/extensions/splunk-hec/runtime/pom.xml index 6ef9b130a70..f53c03658d8 100644 --- a/extensions/splunk-hec/runtime/pom.xml +++ b/extensions/splunk-hec/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-splunk-hec-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/splunk/deployment/pom.xml b/extensions/splunk/deployment/pom.xml index 1a6f7d2aa59..9ba07e2cead 100644 --- a/extensions/splunk/deployment/pom.xml +++ b/extensions/splunk/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-splunk-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/splunk/pom.xml b/extensions/splunk/pom.xml index 28266fed708..50de48282a9 100644 --- a/extensions/splunk/pom.xml +++ b/extensions/splunk/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/splunk/runtime/pom.xml b/extensions/splunk/runtime/pom.xml index 3a7f315bf86..02b7f9da2ec 100644 --- a/extensions/splunk/runtime/pom.xml +++ b/extensions/splunk/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-splunk-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/spring-rabbitmq/deployment/pom.xml b/extensions/spring-rabbitmq/deployment/pom.xml index 1ddc43ddae7..094dcf6a9dd 100644 --- a/extensions/spring-rabbitmq/deployment/pom.xml +++ b/extensions/spring-rabbitmq/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-spring-rabbitmq-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/spring-rabbitmq/pom.xml b/extensions/spring-rabbitmq/pom.xml index 3f98ae3cd70..3d48cc9a49d 100644 --- a/extensions/spring-rabbitmq/pom.xml +++ b/extensions/spring-rabbitmq/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/spring-rabbitmq/runtime/pom.xml b/extensions/spring-rabbitmq/runtime/pom.xml index 13be2acb09f..ab74354b6dd 100644 --- a/extensions/spring-rabbitmq/runtime/pom.xml +++ b/extensions/spring-rabbitmq/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-spring-rabbitmq-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/sql/deployment/pom.xml b/extensions/sql/deployment/pom.xml index 84d7b58ad16..4bd11850753 100644 --- a/extensions/sql/deployment/pom.xml +++ b/extensions/sql/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-sql-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/sql/pom.xml b/extensions/sql/pom.xml index dba21760776..88d406e52d8 100644 --- a/extensions/sql/pom.xml +++ b/extensions/sql/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/sql/runtime/pom.xml b/extensions/sql/runtime/pom.xml index 151c1220152..d5d1c64ee33 100644 --- a/extensions/sql/runtime/pom.xml +++ b/extensions/sql/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-sql-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/ssh/deployment/pom.xml b/extensions/ssh/deployment/pom.xml index 8df7d81a93f..ca668f42382 100644 --- a/extensions/ssh/deployment/pom.xml +++ b/extensions/ssh/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-ssh-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/ssh/pom.xml b/extensions/ssh/pom.xml index 3a8c819e1a3..cc77456e33f 100644 --- a/extensions/ssh/pom.xml +++ b/extensions/ssh/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/ssh/runtime/pom.xml b/extensions/ssh/runtime/pom.xml index a3bddb52c19..a83a6a0085f 100644 --- a/extensions/ssh/runtime/pom.xml +++ b/extensions/ssh/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-ssh-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/stax/deployment/pom.xml b/extensions/stax/deployment/pom.xml index 72f10d50289..012e2768823 100644 --- a/extensions/stax/deployment/pom.xml +++ b/extensions/stax/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-stax-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/stax/pom.xml b/extensions/stax/pom.xml index 9c2e7d7a460..c0fbdac5bd9 100644 --- a/extensions/stax/pom.xml +++ b/extensions/stax/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/stax/runtime/pom.xml b/extensions/stax/runtime/pom.xml index a19c8edd93f..a0ba859598c 100644 --- a/extensions/stax/runtime/pom.xml +++ b/extensions/stax/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-stax-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/stream/deployment/pom.xml b/extensions/stream/deployment/pom.xml index 9960d1723f4..018596b27d6 100644 --- a/extensions/stream/deployment/pom.xml +++ b/extensions/stream/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-stream-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/stream/pom.xml b/extensions/stream/pom.xml index fd7c769d7c8..db97b9858cf 100644 --- a/extensions/stream/pom.xml +++ b/extensions/stream/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/stream/runtime/pom.xml b/extensions/stream/runtime/pom.xml index 01271eec2ae..f1dbdbbf725 100644 --- a/extensions/stream/runtime/pom.xml +++ b/extensions/stream/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-stream-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/stringtemplate/deployment/pom.xml b/extensions/stringtemplate/deployment/pom.xml index 4d433d00603..6a6394bdd7c 100644 --- a/extensions/stringtemplate/deployment/pom.xml +++ b/extensions/stringtemplate/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-stringtemplate-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/stringtemplate/pom.xml b/extensions/stringtemplate/pom.xml index 157fd857033..d684dd2a616 100644 --- a/extensions/stringtemplate/pom.xml +++ b/extensions/stringtemplate/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/stringtemplate/runtime/pom.xml b/extensions/stringtemplate/runtime/pom.xml index 07251ec3c86..7d521ca4cd8 100644 --- a/extensions/stringtemplate/runtime/pom.xml +++ b/extensions/stringtemplate/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-stringtemplate-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/swift/deployment/pom.xml b/extensions/swift/deployment/pom.xml index 17cd9a9b21b..15df219c446 100644 --- a/extensions/swift/deployment/pom.xml +++ b/extensions/swift/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-swift-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/swift/pom.xml b/extensions/swift/pom.xml index b070b2cb843..25df6ec4a62 100644 --- a/extensions/swift/pom.xml +++ b/extensions/swift/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/swift/runtime/pom.xml b/extensions/swift/runtime/pom.xml index 6e763eca01d..70ad8ba4b84 100644 --- a/extensions/swift/runtime/pom.xml +++ b/extensions/swift/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-swift-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/syslog/deployment/pom.xml b/extensions/syslog/deployment/pom.xml index cb573eca863..4c1ada73c47 100644 --- a/extensions/syslog/deployment/pom.xml +++ b/extensions/syslog/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-syslog-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/syslog/pom.xml b/extensions/syslog/pom.xml index 55d2e1b8987..c4712a89931 100644 --- a/extensions/syslog/pom.xml +++ b/extensions/syslog/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/syslog/runtime/pom.xml b/extensions/syslog/runtime/pom.xml index 788e907b824..e0db16a0adc 100644 --- a/extensions/syslog/runtime/pom.xml +++ b/extensions/syslog/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-syslog-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/tarfile/deployment/pom.xml b/extensions/tarfile/deployment/pom.xml index 99481be5d8a..8c11cdbe793 100644 --- a/extensions/tarfile/deployment/pom.xml +++ b/extensions/tarfile/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-tarfile-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/tarfile/pom.xml b/extensions/tarfile/pom.xml index fb3dc443a51..193b86fb0ed 100644 --- a/extensions/tarfile/pom.xml +++ b/extensions/tarfile/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/tarfile/runtime/pom.xml b/extensions/tarfile/runtime/pom.xml index 248445fa5b3..88ce0c175f8 100644 --- a/extensions/tarfile/runtime/pom.xml +++ b/extensions/tarfile/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-tarfile-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/telegram/deployment/pom.xml b/extensions/telegram/deployment/pom.xml index cf3afc2b80d..f053f3b945a 100644 --- a/extensions/telegram/deployment/pom.xml +++ b/extensions/telegram/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-telegram-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/telegram/pom.xml b/extensions/telegram/pom.xml index 70e28ee6419..ccb4f3bbcae 100644 --- a/extensions/telegram/pom.xml +++ b/extensions/telegram/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/telegram/runtime/pom.xml b/extensions/telegram/runtime/pom.xml index b6fc21f9a37..f8bcae7f6ae 100644 --- a/extensions/telegram/runtime/pom.xml +++ b/extensions/telegram/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-telegram-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/tika/deployment/pom.xml b/extensions/tika/deployment/pom.xml index e43181094ff..3ee9d75f630 100644 --- a/extensions/tika/deployment/pom.xml +++ b/extensions/tika/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-tika-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/tika/pom.xml b/extensions/tika/pom.xml index ef126290204..82e0a8b77ba 100644 --- a/extensions/tika/pom.xml +++ b/extensions/tika/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/tika/runtime/pom.xml b/extensions/tika/runtime/pom.xml index 14b4d4bfec7..dd19780a1f0 100644 --- a/extensions/tika/runtime/pom.xml +++ b/extensions/tika/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-tika-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/timer/deployment/pom.xml b/extensions/timer/deployment/pom.xml index 2985962f8c2..fecbde3ee92 100644 --- a/extensions/timer/deployment/pom.xml +++ b/extensions/timer/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-timer-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/timer/pom.xml b/extensions/timer/pom.xml index 8bb17679b9d..9c507882d41 100644 --- a/extensions/timer/pom.xml +++ b/extensions/timer/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/timer/runtime/pom.xml b/extensions/timer/runtime/pom.xml index 2808c9aaf1b..803afa4a133 100644 --- a/extensions/timer/runtime/pom.xml +++ b/extensions/timer/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-timer-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/twilio/deployment/pom.xml b/extensions/twilio/deployment/pom.xml index 0ae8dbdeb0c..4373e7e8cbb 100644 --- a/extensions/twilio/deployment/pom.xml +++ b/extensions/twilio/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-twilio-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/twilio/pom.xml b/extensions/twilio/pom.xml index 2fa66d01532..23615af2151 100644 --- a/extensions/twilio/pom.xml +++ b/extensions/twilio/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/twilio/runtime/pom.xml b/extensions/twilio/runtime/pom.xml index 624fc6ebb5d..25831915e25 100644 --- a/extensions/twilio/runtime/pom.xml +++ b/extensions/twilio/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-twilio-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/twitter/deployment/pom.xml b/extensions/twitter/deployment/pom.xml index 6c6939a97ee..7d0715a3a3c 100644 --- a/extensions/twitter/deployment/pom.xml +++ b/extensions/twitter/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-twitter-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/twitter/pom.xml b/extensions/twitter/pom.xml index 43fc996d789..ec8edac9a93 100644 --- a/extensions/twitter/pom.xml +++ b/extensions/twitter/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/twitter/runtime/pom.xml b/extensions/twitter/runtime/pom.xml index 618127f00e4..f434986dc10 100644 --- a/extensions/twitter/runtime/pom.xml +++ b/extensions/twitter/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-twitter-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/univocity-parsers/deployment/pom.xml b/extensions/univocity-parsers/deployment/pom.xml index 2866ec5efdb..9ba0b7670d5 100644 --- a/extensions/univocity-parsers/deployment/pom.xml +++ b/extensions/univocity-parsers/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-univocity-parsers-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/univocity-parsers/pom.xml b/extensions/univocity-parsers/pom.xml index de40d5f2d83..6a517cdd1a6 100644 --- a/extensions/univocity-parsers/pom.xml +++ b/extensions/univocity-parsers/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/univocity-parsers/runtime/pom.xml b/extensions/univocity-parsers/runtime/pom.xml index 387e8f33512..2059ee7411e 100644 --- a/extensions/univocity-parsers/runtime/pom.xml +++ b/extensions/univocity-parsers/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-univocity-parsers-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/validator/deployment/pom.xml b/extensions/validator/deployment/pom.xml index f6d7576ff4c..7ab01ae6ddb 100644 --- a/extensions/validator/deployment/pom.xml +++ b/extensions/validator/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-validator-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/validator/pom.xml b/extensions/validator/pom.xml index e90d5215454..1f552dd73ab 100644 --- a/extensions/validator/pom.xml +++ b/extensions/validator/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/validator/runtime/pom.xml b/extensions/validator/runtime/pom.xml index 50361342811..d51cea3792a 100644 --- a/extensions/validator/runtime/pom.xml +++ b/extensions/validator/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-validator-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/velocity/deployment/pom.xml b/extensions/velocity/deployment/pom.xml index 4b3578ecb71..de573597bda 100644 --- a/extensions/velocity/deployment/pom.xml +++ b/extensions/velocity/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-velocity-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/velocity/pom.xml b/extensions/velocity/pom.xml index 4d47063b80e..70a0060fb41 100644 --- a/extensions/velocity/pom.xml +++ b/extensions/velocity/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/velocity/runtime/pom.xml b/extensions/velocity/runtime/pom.xml index 11c94ce9a56..bdd337ffd4a 100644 --- a/extensions/velocity/runtime/pom.xml +++ b/extensions/velocity/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-velocity-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/vertx-http/deployment/pom.xml b/extensions/vertx-http/deployment/pom.xml index a6b2322dd3c..7f7678fdd37 100644 --- a/extensions/vertx-http/deployment/pom.xml +++ b/extensions/vertx-http/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-vertx-http-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/vertx-http/pom.xml b/extensions/vertx-http/pom.xml index 28c7f8639f3..5ebd72584d0 100644 --- a/extensions/vertx-http/pom.xml +++ b/extensions/vertx-http/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/vertx-http/runtime/pom.xml b/extensions/vertx-http/runtime/pom.xml index cd25d406dc9..4b68cb546ad 100644 --- a/extensions/vertx-http/runtime/pom.xml +++ b/extensions/vertx-http/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-vertx-http-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/vertx-websocket/deployment/pom.xml b/extensions/vertx-websocket/deployment/pom.xml index aab6412c5d5..e464f519ecc 100644 --- a/extensions/vertx-websocket/deployment/pom.xml +++ b/extensions/vertx-websocket/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-vertx-websocket-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/vertx-websocket/pom.xml b/extensions/vertx-websocket/pom.xml index 745d5899148..61099789471 100644 --- a/extensions/vertx-websocket/pom.xml +++ b/extensions/vertx-websocket/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/vertx-websocket/runtime/pom.xml b/extensions/vertx-websocket/runtime/pom.xml index 9925a94fd1f..b583ceea86b 100644 --- a/extensions/vertx-websocket/runtime/pom.xml +++ b/extensions/vertx-websocket/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-vertx-websocket-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/vertx/deployment/pom.xml b/extensions/vertx/deployment/pom.xml index 53075c999ed..3acba463c5f 100644 --- a/extensions/vertx/deployment/pom.xml +++ b/extensions/vertx/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-vertx-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/vertx/pom.xml b/extensions/vertx/pom.xml index d5f02f18f6d..ebbcc793878 100644 --- a/extensions/vertx/pom.xml +++ b/extensions/vertx/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/vertx/runtime/pom.xml b/extensions/vertx/runtime/pom.xml index 610bd761589..e5127e1cd03 100644 --- a/extensions/vertx/runtime/pom.xml +++ b/extensions/vertx/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-vertx-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/wasm/deployment/pom.xml b/extensions/wasm/deployment/pom.xml index cb4f46ca54a..9b17a383d05 100644 --- a/extensions/wasm/deployment/pom.xml +++ b/extensions/wasm/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-wasm-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/wasm/pom.xml b/extensions/wasm/pom.xml index 916912c8886..a35edae5ae6 100644 --- a/extensions/wasm/pom.xml +++ b/extensions/wasm/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/wasm/runtime/pom.xml b/extensions/wasm/runtime/pom.xml index 67663db43d4..13567470970 100644 --- a/extensions/wasm/runtime/pom.xml +++ b/extensions/wasm/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-wasm-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/weather/deployment/pom.xml b/extensions/weather/deployment/pom.xml index 566f45cfa20..00d2bfca6fa 100644 --- a/extensions/weather/deployment/pom.xml +++ b/extensions/weather/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-weather-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/weather/pom.xml b/extensions/weather/pom.xml index 611475f97cf..f93a1186fff 100644 --- a/extensions/weather/pom.xml +++ b/extensions/weather/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/weather/runtime/pom.xml b/extensions/weather/runtime/pom.xml index 64df91b76d6..25a4b903e05 100644 --- a/extensions/weather/runtime/pom.xml +++ b/extensions/weather/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-weather-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/xchange/deployment/pom.xml b/extensions/xchange/deployment/pom.xml index 4940c13bbc6..d39761dffe3 100644 --- a/extensions/xchange/deployment/pom.xml +++ b/extensions/xchange/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-xchange-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/xchange/pom.xml b/extensions/xchange/pom.xml index 1c3ba34a7af..88b7c169959 100644 --- a/extensions/xchange/pom.xml +++ b/extensions/xchange/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/xchange/runtime/pom.xml b/extensions/xchange/runtime/pom.xml index 0513954c18d..04107c9e33b 100644 --- a/extensions/xchange/runtime/pom.xml +++ b/extensions/xchange/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-xchange-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/xj/deployment/pom.xml b/extensions/xj/deployment/pom.xml index 3efe56f41f7..0e72f4662c4 100644 --- a/extensions/xj/deployment/pom.xml +++ b/extensions/xj/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-xj-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/xj/pom.xml b/extensions/xj/pom.xml index e9cdc06d17d..8cd57c385f6 100644 --- a/extensions/xj/pom.xml +++ b/extensions/xj/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/xj/runtime/pom.xml b/extensions/xj/runtime/pom.xml index e3446bc5ba5..9d81c3d2a06 100644 --- a/extensions/xj/runtime/pom.xml +++ b/extensions/xj/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-xj-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/xmlsecurity/deployment/pom.xml b/extensions/xmlsecurity/deployment/pom.xml index 5cbb9376e68..e4b6540fb67 100644 --- a/extensions/xmlsecurity/deployment/pom.xml +++ b/extensions/xmlsecurity/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-xmlsecurity-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/xmlsecurity/pom.xml b/extensions/xmlsecurity/pom.xml index 09c0a6cd313..64f2cea848b 100644 --- a/extensions/xmlsecurity/pom.xml +++ b/extensions/xmlsecurity/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/xmlsecurity/runtime/pom.xml b/extensions/xmlsecurity/runtime/pom.xml index 108b6458e3d..191aeb712ac 100644 --- a/extensions/xmlsecurity/runtime/pom.xml +++ b/extensions/xmlsecurity/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-xmlsecurity-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/xpath/deployment/pom.xml b/extensions/xpath/deployment/pom.xml index b5b00756e99..53fcb51a2f0 100644 --- a/extensions/xpath/deployment/pom.xml +++ b/extensions/xpath/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-xpath-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/xpath/pom.xml b/extensions/xpath/pom.xml index 43d3bda10cd..113f9343016 100644 --- a/extensions/xpath/pom.xml +++ b/extensions/xpath/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/xpath/runtime/pom.xml b/extensions/xpath/runtime/pom.xml index a2c26463986..acfd34259ad 100644 --- a/extensions/xpath/runtime/pom.xml +++ b/extensions/xpath/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-xpath-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/xslt-saxon/deployment/pom.xml b/extensions/xslt-saxon/deployment/pom.xml index cb4e1b74f5a..66744e48e99 100644 --- a/extensions/xslt-saxon/deployment/pom.xml +++ b/extensions/xslt-saxon/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-xslt-saxon-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/xslt-saxon/pom.xml b/extensions/xslt-saxon/pom.xml index 1e71a53fda9..17ff9ad195c 100644 --- a/extensions/xslt-saxon/pom.xml +++ b/extensions/xslt-saxon/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/xslt-saxon/runtime/pom.xml b/extensions/xslt-saxon/runtime/pom.xml index e6ab65c82c1..430b0e54671 100644 --- a/extensions/xslt-saxon/runtime/pom.xml +++ b/extensions/xslt-saxon/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-xslt-saxon-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/xslt/deployment/pom.xml b/extensions/xslt/deployment/pom.xml index 5b09d0d61a6..98b06f75fdc 100644 --- a/extensions/xslt/deployment/pom.xml +++ b/extensions/xslt/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-xslt-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/xslt/pom.xml b/extensions/xslt/pom.xml index f3fc688ff5f..daf603d861b 100644 --- a/extensions/xslt/pom.xml +++ b/extensions/xslt/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/xslt/runtime/pom.xml b/extensions/xslt/runtime/pom.xml index 7184923de79..dd6029ce158 100644 --- a/extensions/xslt/runtime/pom.xml +++ b/extensions/xslt/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-xslt-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/zendesk/deployment/pom.xml b/extensions/zendesk/deployment/pom.xml index 07cbdf6a56f..32957b4c803 100644 --- a/extensions/zendesk/deployment/pom.xml +++ b/extensions/zendesk/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-zendesk-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/zendesk/pom.xml b/extensions/zendesk/pom.xml index fece2096ede..c26dda5b8b4 100644 --- a/extensions/zendesk/pom.xml +++ b/extensions/zendesk/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/zendesk/runtime/pom.xml b/extensions/zendesk/runtime/pom.xml index 78eeac7697a..d4237617fbc 100644 --- a/extensions/zendesk/runtime/pom.xml +++ b/extensions/zendesk/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-zendesk-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/zip-deflater/deployment/pom.xml b/extensions/zip-deflater/deployment/pom.xml index 23a5032089c..4f07ed92655 100644 --- a/extensions/zip-deflater/deployment/pom.xml +++ b/extensions/zip-deflater/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-zip-deflater-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/zip-deflater/pom.xml b/extensions/zip-deflater/pom.xml index 68b4de58d0a..b2ee1f14240 100644 --- a/extensions/zip-deflater/pom.xml +++ b/extensions/zip-deflater/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/zip-deflater/runtime/pom.xml b/extensions/zip-deflater/runtime/pom.xml index 1c372e53c3a..5f5d3ef96cd 100644 --- a/extensions/zip-deflater/runtime/pom.xml +++ b/extensions/zip-deflater/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-zip-deflater-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/zipfile/deployment/pom.xml b/extensions/zipfile/deployment/pom.xml index bbd2df81926..2d9e08e9578 100644 --- a/extensions/zipfile/deployment/pom.xml +++ b/extensions/zipfile/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-zipfile-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/zipfile/pom.xml b/extensions/zipfile/pom.xml index 3c79977cb53..35eedcd5b7a 100644 --- a/extensions/zipfile/pom.xml +++ b/extensions/zipfile/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/extensions/zipfile/runtime/pom.xml b/extensions/zipfile/runtime/pom.xml index 55f124c5c2e..4c2c3c2e4e2 100644 --- a/extensions/zipfile/runtime/pom.xml +++ b/extensions/zipfile/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-zipfile-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/integration-test-groups/aws2/aws2-cw/pom.xml b/integration-test-groups/aws2/aws2-cw/pom.xml index 95929e88d74..33d16508d3c 100644 --- a/integration-test-groups/aws2/aws2-cw/pom.xml +++ b/integration-test-groups/aws2/aws2-cw/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/aws2/aws2-ddb/pom.xml b/integration-test-groups/aws2/aws2-ddb/pom.xml index d02f1e0bc5b..faea62bb985 100644 --- a/integration-test-groups/aws2/aws2-ddb/pom.xml +++ b/integration-test-groups/aws2/aws2-ddb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/aws2/aws2-kinesis/pom.xml b/integration-test-groups/aws2/aws2-kinesis/pom.xml index 702c73c0929..b53472d9642 100644 --- a/integration-test-groups/aws2/aws2-kinesis/pom.xml +++ b/integration-test-groups/aws2/aws2-kinesis/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/aws2/aws2-lambda/pom.xml b/integration-test-groups/aws2/aws2-lambda/pom.xml index 609fb33dea6..80eb9479f08 100644 --- a/integration-test-groups/aws2/aws2-lambda/pom.xml +++ b/integration-test-groups/aws2/aws2-lambda/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/aws2/aws2-s3/pom.xml b/integration-test-groups/aws2/aws2-s3/pom.xml index 33f37fade72..3ddb11e28d4 100644 --- a/integration-test-groups/aws2/aws2-s3/pom.xml +++ b/integration-test-groups/aws2/aws2-s3/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/aws2/aws2-ses/pom.xml b/integration-test-groups/aws2/aws2-ses/pom.xml index b38f9ee48cd..d9e4f81ba6f 100644 --- a/integration-test-groups/aws2/aws2-ses/pom.xml +++ b/integration-test-groups/aws2/aws2-ses/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/aws2/aws2-sqs-sns/pom.xml b/integration-test-groups/aws2/aws2-sqs-sns/pom.xml index 690b24a7cab..3ab16249b59 100644 --- a/integration-test-groups/aws2/aws2-sqs-sns/pom.xml +++ b/integration-test-groups/aws2/aws2-sqs-sns/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/aws2/aws2-sqs/pom.xml b/integration-test-groups/aws2/aws2-sqs/pom.xml index 2f4e32e2b91..3afe4dc54a1 100644 --- a/integration-test-groups/aws2/aws2-sqs/pom.xml +++ b/integration-test-groups/aws2/aws2-sqs/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/aws2/pom.xml b/integration-test-groups/aws2/pom.xml index 509e1959f76..1391cbea264 100644 --- a/integration-test-groups/aws2/pom.xml +++ b/integration-test-groups/aws2/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-integration-test-groups - 3.17.0-SNAPSHOT + 3.17.0 camel-quarkus-integration-tests-aws2 diff --git a/integration-test-groups/azure/azure-eventhubs/pom.xml b/integration-test-groups/azure/azure-eventhubs/pom.xml index 3dd6fbb4df2..7db7262a207 100644 --- a/integration-test-groups/azure/azure-eventhubs/pom.xml +++ b/integration-test-groups/azure/azure-eventhubs/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/azure/azure-key-vault/pom.xml b/integration-test-groups/azure/azure-key-vault/pom.xml index 0d6ccabad07..666a01d7ae1 100644 --- a/integration-test-groups/azure/azure-key-vault/pom.xml +++ b/integration-test-groups/azure/azure-key-vault/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/azure/azure-storage-blob/pom.xml b/integration-test-groups/azure/azure-storage-blob/pom.xml index b23e38f3780..cfa0f76ecfa 100644 --- a/integration-test-groups/azure/azure-storage-blob/pom.xml +++ b/integration-test-groups/azure/azure-storage-blob/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/azure/azure-storage-queue/pom.xml b/integration-test-groups/azure/azure-storage-queue/pom.xml index 7bee74f968a..a6070aff8b0 100644 --- a/integration-test-groups/azure/azure-storage-queue/pom.xml +++ b/integration-test-groups/azure/azure-storage-queue/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/azure/pom.xml b/integration-test-groups/azure/pom.xml index ff744b43f5e..162d0a569bc 100644 --- a/integration-test-groups/azure/pom.xml +++ b/integration-test-groups/azure/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-integration-test-groups - 3.17.0-SNAPSHOT + 3.17.0 camel-quarkus-integration-tests-azure diff --git a/integration-test-groups/compression/lzf/pom.xml b/integration-test-groups/compression/lzf/pom.xml index a87636f0b9c..718b2b17b71 100644 --- a/integration-test-groups/compression/lzf/pom.xml +++ b/integration-test-groups/compression/lzf/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/compression/pom.xml b/integration-test-groups/compression/pom.xml index 0e42a45bf91..4ce7d4c47c4 100644 --- a/integration-test-groups/compression/pom.xml +++ b/integration-test-groups/compression/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-integration-test-groups - 3.17.0-SNAPSHOT + 3.17.0 camel-quarkus-integration-tests-compression diff --git a/integration-test-groups/compression/zip-deflater/pom.xml b/integration-test-groups/compression/zip-deflater/pom.xml index a0ea45134a6..a2fd7479c10 100644 --- a/integration-test-groups/compression/zip-deflater/pom.xml +++ b/integration-test-groups/compression/zip-deflater/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/compression/zipfile/pom.xml b/integration-test-groups/compression/zipfile/pom.xml index 5fa9e544286..514616bc628 100644 --- a/integration-test-groups/compression/zipfile/pom.xml +++ b/integration-test-groups/compression/zipfile/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/cxf-soap/cxf-soap-client/pom.xml b/integration-test-groups/cxf-soap/cxf-soap-client/pom.xml index 3da14f1e04c..3332c21a938 100644 --- a/integration-test-groups/cxf-soap/cxf-soap-client/pom.xml +++ b/integration-test-groups/cxf-soap/cxf-soap-client/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/cxf-soap/cxf-soap-converter/pom.xml b/integration-test-groups/cxf-soap/cxf-soap-converter/pom.xml index bfd5e56178a..236acd416a0 100644 --- a/integration-test-groups/cxf-soap/cxf-soap-converter/pom.xml +++ b/integration-test-groups/cxf-soap/cxf-soap-converter/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/cxf-soap/cxf-soap-metrics/pom.xml b/integration-test-groups/cxf-soap/cxf-soap-metrics/pom.xml index 3a06c5e85f6..0358f2dca7f 100644 --- a/integration-test-groups/cxf-soap/cxf-soap-metrics/pom.xml +++ b/integration-test-groups/cxf-soap/cxf-soap-metrics/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/cxf-soap/cxf-soap-mtom-awt/pom.xml b/integration-test-groups/cxf-soap/cxf-soap-mtom-awt/pom.xml index a10f41d1f41..7d09e854dd5 100644 --- a/integration-test-groups/cxf-soap/cxf-soap-mtom-awt/pom.xml +++ b/integration-test-groups/cxf-soap/cxf-soap-mtom-awt/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/cxf-soap/cxf-soap-mtom/pom.xml b/integration-test-groups/cxf-soap/cxf-soap-mtom/pom.xml index 3a1e8ffc4c0..57297906355 100644 --- a/integration-test-groups/cxf-soap/cxf-soap-mtom/pom.xml +++ b/integration-test-groups/cxf-soap/cxf-soap-mtom/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/cxf-soap/cxf-soap-rest/pom.xml b/integration-test-groups/cxf-soap/cxf-soap-rest/pom.xml index c65d8f1161d..9bb690abe16 100644 --- a/integration-test-groups/cxf-soap/cxf-soap-rest/pom.xml +++ b/integration-test-groups/cxf-soap/cxf-soap-rest/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/cxf-soap/cxf-soap-server/pom.xml b/integration-test-groups/cxf-soap/cxf-soap-server/pom.xml index 3cd14813c54..bf5105d5b6b 100644 --- a/integration-test-groups/cxf-soap/cxf-soap-server/pom.xml +++ b/integration-test-groups/cxf-soap/cxf-soap-server/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/cxf-soap/cxf-soap-ssl/pom.xml b/integration-test-groups/cxf-soap/cxf-soap-ssl/pom.xml index ae6812fa46f..ca3f729b0b6 100644 --- a/integration-test-groups/cxf-soap/cxf-soap-ssl/pom.xml +++ b/integration-test-groups/cxf-soap/cxf-soap-ssl/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/cxf-soap/cxf-soap-ws-security-client/pom.xml b/integration-test-groups/cxf-soap/cxf-soap-ws-security-client/pom.xml index b98994fecbd..8e55e5394ee 100644 --- a/integration-test-groups/cxf-soap/cxf-soap-ws-security-client/pom.xml +++ b/integration-test-groups/cxf-soap/cxf-soap-ws-security-client/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/cxf-soap/cxf-soap-ws-security-server/pom.xml b/integration-test-groups/cxf-soap/cxf-soap-ws-security-server/pom.xml index b8c0b54ad04..aee4e51a9c3 100644 --- a/integration-test-groups/cxf-soap/cxf-soap-ws-security-server/pom.xml +++ b/integration-test-groups/cxf-soap/cxf-soap-ws-security-server/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/cxf-soap/cxf-soap-ws-trust/pom.xml b/integration-test-groups/cxf-soap/cxf-soap-ws-trust/pom.xml index b2049236175..fa03388c927 100644 --- a/integration-test-groups/cxf-soap/cxf-soap-ws-trust/pom.xml +++ b/integration-test-groups/cxf-soap/cxf-soap-ws-trust/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/cxf-soap/pom.xml b/integration-test-groups/cxf-soap/pom.xml index a90948cf173..62b54a18aeb 100644 --- a/integration-test-groups/cxf-soap/pom.xml +++ b/integration-test-groups/cxf-soap/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-integration-test-groups - 3.17.0-SNAPSHOT + 3.17.0 camel-quarkus-integration-tests-cxf-soap diff --git a/integration-test-groups/dataformats-json/json-gson/pom.xml b/integration-test-groups/dataformats-json/json-gson/pom.xml index 2fefcd82544..5d585ed0299 100644 --- a/integration-test-groups/dataformats-json/json-gson/pom.xml +++ b/integration-test-groups/dataformats-json/json-gson/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/dataformats-json/json-jackson/pom.xml b/integration-test-groups/dataformats-json/json-jackson/pom.xml index da8142619c3..21feb50753d 100644 --- a/integration-test-groups/dataformats-json/json-jackson/pom.xml +++ b/integration-test-groups/dataformats-json/json-jackson/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/dataformats-json/json-jsonb/pom.xml b/integration-test-groups/dataformats-json/json-jsonb/pom.xml index 7c2f099967f..372b93f7aee 100644 --- a/integration-test-groups/dataformats-json/json-jsonb/pom.xml +++ b/integration-test-groups/dataformats-json/json-jsonb/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/dataformats-json/pom.xml b/integration-test-groups/dataformats-json/pom.xml index 2e87e62a926..1a310493dfc 100644 --- a/integration-test-groups/dataformats-json/pom.xml +++ b/integration-test-groups/dataformats-json/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-integration-test-groups - 3.17.0-SNAPSHOT + 3.17.0 camel-quarkus-integration-tests-dataformats-json diff --git a/integration-test-groups/foundation/bean/pom.xml b/integration-test-groups/foundation/bean/pom.xml index 3562970cd24..1201f389d5a 100644 --- a/integration-test-groups/foundation/bean/pom.xml +++ b/integration-test-groups/foundation/bean/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/foundation/browse/pom.xml b/integration-test-groups/foundation/browse/pom.xml index 62599329fe9..094701911a7 100644 --- a/integration-test-groups/foundation/browse/pom.xml +++ b/integration-test-groups/foundation/browse/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/foundation/component-name-resolver/pom.xml b/integration-test-groups/foundation/component-name-resolver/pom.xml index 4be60b3a476..e9adf961c1a 100644 --- a/integration-test-groups/foundation/component-name-resolver/pom.xml +++ b/integration-test-groups/foundation/component-name-resolver/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/foundation/controlbus/pom.xml b/integration-test-groups/foundation/controlbus/pom.xml index 6ef9cd96acd..27382ce5818 100644 --- a/integration-test-groups/foundation/controlbus/pom.xml +++ b/integration-test-groups/foundation/controlbus/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/foundation/core-annotations/pom.xml b/integration-test-groups/foundation/core-annotations/pom.xml index 2917a96f112..1d94ac70501 100644 --- a/integration-test-groups/foundation/core-annotations/pom.xml +++ b/integration-test-groups/foundation/core-annotations/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/foundation/core-languages/pom.xml b/integration-test-groups/foundation/core-languages/pom.xml index 0c15b126e49..51d10494898 100644 --- a/integration-test-groups/foundation/core-languages/pom.xml +++ b/integration-test-groups/foundation/core-languages/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/foundation/core-thread-pools/pom.xml b/integration-test-groups/foundation/core-thread-pools/pom.xml index 7344eaa6f15..5ea41d705df 100644 --- a/integration-test-groups/foundation/core-thread-pools/pom.xml +++ b/integration-test-groups/foundation/core-thread-pools/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/foundation/core/pom.xml b/integration-test-groups/foundation/core/pom.xml index f91e6eb875d..382648333f0 100644 --- a/integration-test-groups/foundation/core/pom.xml +++ b/integration-test-groups/foundation/core/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/foundation/customized-log-component/pom.xml b/integration-test-groups/foundation/customized-log-component/pom.xml index 4e5dd0aa491..2270d2e6f5d 100644 --- a/integration-test-groups/foundation/customized-log-component/pom.xml +++ b/integration-test-groups/foundation/customized-log-component/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/foundation/dataset/pom.xml b/integration-test-groups/foundation/dataset/pom.xml index 7f328250438..b0a703fd194 100644 --- a/integration-test-groups/foundation/dataset/pom.xml +++ b/integration-test-groups/foundation/dataset/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/foundation/direct/pom.xml b/integration-test-groups/foundation/direct/pom.xml index da5643cb823..253d3c0bb71 100644 --- a/integration-test-groups/foundation/direct/pom.xml +++ b/integration-test-groups/foundation/direct/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/foundation/eip/pom.xml b/integration-test-groups/foundation/eip/pom.xml index d59bad96ba9..919e5c05693 100644 --- a/integration-test-groups/foundation/eip/pom.xml +++ b/integration-test-groups/foundation/eip/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/foundation/language/pom.xml b/integration-test-groups/foundation/language/pom.xml index e303a9a2cb4..2d8a21eadf2 100644 --- a/integration-test-groups/foundation/language/pom.xml +++ b/integration-test-groups/foundation/language/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/foundation/log/pom.xml b/integration-test-groups/foundation/log/pom.xml index b021e688201..263dc7defc7 100644 --- a/integration-test-groups/foundation/log/pom.xml +++ b/integration-test-groups/foundation/log/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/foundation/mock/pom.xml b/integration-test-groups/foundation/mock/pom.xml index fba58315a3b..4fdbcd43f31 100644 --- a/integration-test-groups/foundation/mock/pom.xml +++ b/integration-test-groups/foundation/mock/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/foundation/pom.xml b/integration-test-groups/foundation/pom.xml index 741c3f4859f..99298662c26 100644 --- a/integration-test-groups/foundation/pom.xml +++ b/integration-test-groups/foundation/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-integration-test-groups - 3.17.0-SNAPSHOT + 3.17.0 camel-quarkus-integration-tests-foundation diff --git a/integration-test-groups/foundation/ref/pom.xml b/integration-test-groups/foundation/ref/pom.xml index 65faa6e1c1c..7189014cbff 100644 --- a/integration-test-groups/foundation/ref/pom.xml +++ b/integration-test-groups/foundation/ref/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/foundation/route-configurations/pom.xml b/integration-test-groups/foundation/route-configurations/pom.xml index 43b0f8404e9..821d6b30795 100644 --- a/integration-test-groups/foundation/route-configurations/pom.xml +++ b/integration-test-groups/foundation/route-configurations/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/foundation/scheduler/pom.xml b/integration-test-groups/foundation/scheduler/pom.xml index ae5c46cfcd7..458250ed616 100644 --- a/integration-test-groups/foundation/scheduler/pom.xml +++ b/integration-test-groups/foundation/scheduler/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/foundation/seda/pom.xml b/integration-test-groups/foundation/seda/pom.xml index 3443143910c..e6a754ddf0f 100644 --- a/integration-test-groups/foundation/seda/pom.xml +++ b/integration-test-groups/foundation/seda/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/foundation/stream/pom.xml b/integration-test-groups/foundation/stream/pom.xml index 416e2870433..3d2beda61b0 100644 --- a/integration-test-groups/foundation/stream/pom.xml +++ b/integration-test-groups/foundation/stream/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/foundation/timer/pom.xml b/integration-test-groups/foundation/timer/pom.xml index 3b349680641..a545388e596 100644 --- a/integration-test-groups/foundation/timer/pom.xml +++ b/integration-test-groups/foundation/timer/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/foundation/transformer/pom.xml b/integration-test-groups/foundation/transformer/pom.xml index 04c272282c9..f9c2b533e87 100644 --- a/integration-test-groups/foundation/transformer/pom.xml +++ b/integration-test-groups/foundation/transformer/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/foundation/type-converter/pom.xml b/integration-test-groups/foundation/type-converter/pom.xml index 47f4524d571..a20171d7272 100644 --- a/integration-test-groups/foundation/type-converter/pom.xml +++ b/integration-test-groups/foundation/type-converter/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/foundation/variables/pom.xml b/integration-test-groups/foundation/variables/pom.xml index 45860d15c4d..eb676e9a2ad 100644 --- a/integration-test-groups/foundation/variables/pom.xml +++ b/integration-test-groups/foundation/variables/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/http/http/pom.xml b/integration-test-groups/http/http/pom.xml index fdc17239100..dd70e28d04f 100644 --- a/integration-test-groups/http/http/pom.xml +++ b/integration-test-groups/http/http/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/http/netty-http/pom.xml b/integration-test-groups/http/netty-http/pom.xml index 4e082460e14..ab012c23c5e 100644 --- a/integration-test-groups/http/netty-http/pom.xml +++ b/integration-test-groups/http/netty-http/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/http/pom.xml b/integration-test-groups/http/pom.xml index c8dfeb30972..90ed20fe6b2 100644 --- a/integration-test-groups/http/pom.xml +++ b/integration-test-groups/http/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-integration-test-groups - 3.17.0-SNAPSHOT + 3.17.0 camel-quarkus-integration-tests-http diff --git a/integration-test-groups/http/vertx-http/pom.xml b/integration-test-groups/http/vertx-http/pom.xml index 4272f578c90..2887298aa5c 100644 --- a/integration-test-groups/http/vertx-http/pom.xml +++ b/integration-test-groups/http/vertx-http/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/jdbc/db2/pom.xml b/integration-test-groups/jdbc/db2/pom.xml index 0921a6e19f2..2ba1588f3a0 100644 --- a/integration-test-groups/jdbc/db2/pom.xml +++ b/integration-test-groups/jdbc/db2/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/jdbc/h2/pom.xml b/integration-test-groups/jdbc/h2/pom.xml index 27228c7be91..90a572f7c8c 100644 --- a/integration-test-groups/jdbc/h2/pom.xml +++ b/integration-test-groups/jdbc/h2/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/jdbc/mariadb/pom.xml b/integration-test-groups/jdbc/mariadb/pom.xml index 6e95727d99a..93ce70818b7 100644 --- a/integration-test-groups/jdbc/mariadb/pom.xml +++ b/integration-test-groups/jdbc/mariadb/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/jdbc/mssql/pom.xml b/integration-test-groups/jdbc/mssql/pom.xml index b7c97cf435b..fcb3ec9b897 100644 --- a/integration-test-groups/jdbc/mssql/pom.xml +++ b/integration-test-groups/jdbc/mssql/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/jdbc/mysql/pom.xml b/integration-test-groups/jdbc/mysql/pom.xml index 391a5e79a38..8fbc9174165 100644 --- a/integration-test-groups/jdbc/mysql/pom.xml +++ b/integration-test-groups/jdbc/mysql/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/jdbc/oracle/pom.xml b/integration-test-groups/jdbc/oracle/pom.xml index 42c92eb0778..37682c41d44 100644 --- a/integration-test-groups/jdbc/oracle/pom.xml +++ b/integration-test-groups/jdbc/oracle/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/jdbc/pom.xml b/integration-test-groups/jdbc/pom.xml index 2be0969a9c9..af59826e33d 100644 --- a/integration-test-groups/jdbc/pom.xml +++ b/integration-test-groups/jdbc/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-integration-test-groups - 3.17.0-SNAPSHOT + 3.17.0 camel-quarkus-integration-tests-jdbc diff --git a/integration-test-groups/jdbc/postgresql/pom.xml b/integration-test-groups/jdbc/postgresql/pom.xml index 3daef184913..8c553656a78 100644 --- a/integration-test-groups/jdbc/postgresql/pom.xml +++ b/integration-test-groups/jdbc/postgresql/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/mongodb/mongodb-gridfs/pom.xml b/integration-test-groups/mongodb/mongodb-gridfs/pom.xml index a321ff2e175..862ef714c90 100644 --- a/integration-test-groups/mongodb/mongodb-gridfs/pom.xml +++ b/integration-test-groups/mongodb/mongodb-gridfs/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/mongodb/mongodb/pom.xml b/integration-test-groups/mongodb/mongodb/pom.xml index 6f548960359..0c32cf42e76 100644 --- a/integration-test-groups/mongodb/mongodb/pom.xml +++ b/integration-test-groups/mongodb/mongodb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/mongodb/pom.xml b/integration-test-groups/mongodb/pom.xml index bde786b6131..7b2b5df7bf2 100644 --- a/integration-test-groups/mongodb/pom.xml +++ b/integration-test-groups/mongodb/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-integration-test-groups - 3.17.0-SNAPSHOT + 3.17.0 camel-quarkus-integration-tests-mongodb diff --git a/integration-test-groups/pom.xml b/integration-test-groups/pom.xml index 17623791b9f..4c7eed46734 100644 --- a/integration-test-groups/pom.xml +++ b/integration-test-groups/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/integration-test-groups/xml/jvm/xslt-aggregate/pom.xml b/integration-test-groups/xml/jvm/xslt-aggregate/pom.xml index 8c308064648..0735311b549 100644 --- a/integration-test-groups/xml/jvm/xslt-aggregate/pom.xml +++ b/integration-test-groups/xml/jvm/xslt-aggregate/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/xml/jvm/xslt-bean/pom.xml b/integration-test-groups/xml/jvm/xslt-bean/pom.xml index 14e9d48f143..bf362645dec 100644 --- a/integration-test-groups/xml/jvm/xslt-bean/pom.xml +++ b/integration-test-groups/xml/jvm/xslt-bean/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/xml/jvm/xslt-file/pom.xml b/integration-test-groups/xml/jvm/xslt-file/pom.xml index 59e39cd243b..fdca5e169b0 100644 --- a/integration-test-groups/xml/jvm/xslt-file/pom.xml +++ b/integration-test-groups/xml/jvm/xslt-file/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/xml/jvm/xslt-http/pom.xml b/integration-test-groups/xml/jvm/xslt-http/pom.xml index 24098e3cee3..adc5ef4cdbe 100644 --- a/integration-test-groups/xml/jvm/xslt-http/pom.xml +++ b/integration-test-groups/xml/jvm/xslt-http/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/xml/jvm/xslt-ref/pom.xml b/integration-test-groups/xml/jvm/xslt-ref/pom.xml index e6c29959da3..53aa1ca1ffd 100644 --- a/integration-test-groups/xml/jvm/xslt-ref/pom.xml +++ b/integration-test-groups/xml/jvm/xslt-ref/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/xml/native/xslt-classpath/pom.xml b/integration-test-groups/xml/native/xslt-classpath/pom.xml index 79056c22715..8efaa8928f3 100644 --- a/integration-test-groups/xml/native/xslt-classpath/pom.xml +++ b/integration-test-groups/xml/native/xslt-classpath/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/xml/pom.xml b/integration-test-groups/xml/pom.xml index 0116e6d75ca..d049273fe2d 100644 --- a/integration-test-groups/xml/pom.xml +++ b/integration-test-groups/xml/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-integration-test-groups - 3.17.0-SNAPSHOT + 3.17.0 camel-quarkus-integration-tests-xml diff --git a/integration-tests-jvm/asn1/pom.xml b/integration-tests-jvm/asn1/pom.xml index bb8815e1792..b2a7fe6f998 100644 --- a/integration-tests-jvm/asn1/pom.xml +++ b/integration-tests-jvm/asn1/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/asterisk/pom.xml b/integration-tests-jvm/asterisk/pom.xml index c0468ce7da4..993cd5d97cc 100644 --- a/integration-tests-jvm/asterisk/pom.xml +++ b/integration-tests-jvm/asterisk/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/aws-secrets-manager/pom.xml b/integration-tests-jvm/aws-secrets-manager/pom.xml index 80ed1d06ba7..09d4bd9d40e 100644 --- a/integration-tests-jvm/aws-secrets-manager/pom.xml +++ b/integration-tests-jvm/aws-secrets-manager/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/aws-xray/pom.xml b/integration-tests-jvm/aws-xray/pom.xml index 666aad40bc4..7f22c34c8e3 100644 --- a/integration-tests-jvm/aws-xray/pom.xml +++ b/integration-tests-jvm/aws-xray/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/azure-cosmosdb/pom.xml b/integration-tests-jvm/azure-cosmosdb/pom.xml index 7f13a388de9..80e6109f2a2 100644 --- a/integration-tests-jvm/azure-cosmosdb/pom.xml +++ b/integration-tests-jvm/azure-cosmosdb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/azure-servicebus/pom.xml b/integration-tests-jvm/azure-servicebus/pom.xml index 7bf31824498..7cb815774f1 100644 --- a/integration-tests-jvm/azure-servicebus/pom.xml +++ b/integration-tests-jvm/azure-servicebus/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/azure-storage-datalake/pom.xml b/integration-tests-jvm/azure-storage-datalake/pom.xml index 406ade1ed93..691c5255503 100644 --- a/integration-tests-jvm/azure-storage-datalake/pom.xml +++ b/integration-tests-jvm/azure-storage-datalake/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/barcode/pom.xml b/integration-tests-jvm/barcode/pom.xml index ceacbf53dcd..f53380d8d84 100644 --- a/integration-tests-jvm/barcode/pom.xml +++ b/integration-tests-jvm/barcode/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/bonita/pom.xml b/integration-tests-jvm/bonita/pom.xml index 8b14d679564..01648ca4965 100644 --- a/integration-tests-jvm/bonita/pom.xml +++ b/integration-tests-jvm/bonita/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/chatscript/pom.xml b/integration-tests-jvm/chatscript/pom.xml index 31bd6b8ba2d..54836bfbcb7 100644 --- a/integration-tests-jvm/chatscript/pom.xml +++ b/integration-tests-jvm/chatscript/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/chunk/pom.xml b/integration-tests-jvm/chunk/pom.xml index 12e3cf72b84..44ba33630e8 100644 --- a/integration-tests-jvm/chunk/pom.xml +++ b/integration-tests-jvm/chunk/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/cli-connector/pom.xml b/integration-tests-jvm/cli-connector/pom.xml index eac0e926967..24c8fd1d7ea 100644 --- a/integration-tests-jvm/cli-connector/pom.xml +++ b/integration-tests-jvm/cli-connector/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/cm-sms/pom.xml b/integration-tests-jvm/cm-sms/pom.xml index 5e851eaab88..a791d2e36d6 100644 --- a/integration-tests-jvm/cm-sms/pom.xml +++ b/integration-tests-jvm/cm-sms/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/coap/pom.xml b/integration-tests-jvm/coap/pom.xml index 9960dc5b374..51d8e8caca1 100644 --- a/integration-tests-jvm/coap/pom.xml +++ b/integration-tests-jvm/coap/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/cometd/pom.xml b/integration-tests-jvm/cometd/pom.xml index 053cedca343..57a0042fa15 100644 --- a/integration-tests-jvm/cometd/pom.xml +++ b/integration-tests-jvm/cometd/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/console/pom.xml b/integration-tests-jvm/console/pom.xml index 130e9cd995c..94116a4f254 100644 --- a/integration-tests-jvm/console/pom.xml +++ b/integration-tests-jvm/console/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/controlbus-statistics/pom.xml b/integration-tests-jvm/controlbus-statistics/pom.xml index e65e0de526d..86608a0ee06 100644 --- a/integration-tests-jvm/controlbus-statistics/pom.xml +++ b/integration-tests-jvm/controlbus-statistics/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/couchbase/pom.xml b/integration-tests-jvm/couchbase/pom.xml index 31eb42b071d..5b460ed3663 100644 --- a/integration-tests-jvm/couchbase/pom.xml +++ b/integration-tests-jvm/couchbase/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/djl/pom.xml b/integration-tests-jvm/djl/pom.xml index 968318b787d..78ab1ea82a0 100644 --- a/integration-tests-jvm/djl/pom.xml +++ b/integration-tests-jvm/djl/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/dns/pom.xml b/integration-tests-jvm/dns/pom.xml index a4f9eef740f..790b6c30e44 100644 --- a/integration-tests-jvm/dns/pom.xml +++ b/integration-tests-jvm/dns/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/drill/pom.xml b/integration-tests-jvm/drill/pom.xml index 26d95cd42a8..8e5914fbb31 100644 --- a/integration-tests-jvm/drill/pom.xml +++ b/integration-tests-jvm/drill/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/dsl-modeline/pom.xml b/integration-tests-jvm/dsl-modeline/pom.xml index 5ed6f35814a..95cf6aa64fd 100644 --- a/integration-tests-jvm/dsl-modeline/pom.xml +++ b/integration-tests-jvm/dsl-modeline/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/ehcache/pom.xml b/integration-tests-jvm/ehcache/pom.xml index 1d45d8aad27..605815d897d 100644 --- a/integration-tests-jvm/ehcache/pom.xml +++ b/integration-tests-jvm/ehcache/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/elasticsearch/pom.xml b/integration-tests-jvm/elasticsearch/pom.xml index ff07d773f89..5150ac6b5c7 100644 --- a/integration-tests-jvm/elasticsearch/pom.xml +++ b/integration-tests-jvm/elasticsearch/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/etcd3/pom.xml b/integration-tests-jvm/etcd3/pom.xml index aca1c0426c3..04aaa05a51d 100644 --- a/integration-tests-jvm/etcd3/pom.xml +++ b/integration-tests-jvm/etcd3/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/fastjson/pom.xml b/integration-tests-jvm/fastjson/pom.xml index 4d2a807fbc2..20af5e2caa8 100644 --- a/integration-tests-jvm/fastjson/pom.xml +++ b/integration-tests-jvm/fastjson/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/flink/pom.xml b/integration-tests-jvm/flink/pom.xml index b3ff4d78337..af8a19305ec 100644 --- a/integration-tests-jvm/flink/pom.xml +++ b/integration-tests-jvm/flink/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/google-functions/pom.xml b/integration-tests-jvm/google-functions/pom.xml index 19b36c5d013..aba0f8e03a9 100644 --- a/integration-tests-jvm/google-functions/pom.xml +++ b/integration-tests-jvm/google-functions/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/google-secret-manager/pom.xml b/integration-tests-jvm/google-secret-manager/pom.xml index f1c6eadf254..b1dae092aef 100644 --- a/integration-tests-jvm/google-secret-manager/pom.xml +++ b/integration-tests-jvm/google-secret-manager/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/guava-eventbus/pom.xml b/integration-tests-jvm/guava-eventbus/pom.xml index e26c2cc53b0..548ad8fe64e 100644 --- a/integration-tests-jvm/guava-eventbus/pom.xml +++ b/integration-tests-jvm/guava-eventbus/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/huaweicloud-smn/pom.xml b/integration-tests-jvm/huaweicloud-smn/pom.xml index e052bd9c451..110b1b82462 100644 --- a/integration-tests-jvm/huaweicloud-smn/pom.xml +++ b/integration-tests-jvm/huaweicloud-smn/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/iec60870/pom.xml b/integration-tests-jvm/iec60870/pom.xml index 412566825ab..82ceaed90fb 100644 --- a/integration-tests-jvm/iec60870/pom.xml +++ b/integration-tests-jvm/iec60870/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/ignite/pom.xml b/integration-tests-jvm/ignite/pom.xml index f8e9d45aa41..66214fd2bc9 100644 --- a/integration-tests-jvm/ignite/pom.xml +++ b/integration-tests-jvm/ignite/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/irc/pom.xml b/integration-tests-jvm/irc/pom.xml index d4529dafa3f..2bccf433a59 100644 --- a/integration-tests-jvm/irc/pom.xml +++ b/integration-tests-jvm/irc/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/javascript/pom.xml b/integration-tests-jvm/javascript/pom.xml index 8260c02032f..cbacc985817 100644 --- a/integration-tests-jvm/javascript/pom.xml +++ b/integration-tests-jvm/javascript/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/jcr/pom.xml b/integration-tests-jvm/jcr/pom.xml index ce5ad98dfca..7f9775251e0 100644 --- a/integration-tests-jvm/jcr/pom.xml +++ b/integration-tests-jvm/jcr/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/jgroups-raft/pom.xml b/integration-tests-jvm/jgroups-raft/pom.xml index 1e855ff1ff5..1fd1a700434 100644 --- a/integration-tests-jvm/jgroups-raft/pom.xml +++ b/integration-tests-jvm/jgroups-raft/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/jgroups/pom.xml b/integration-tests-jvm/jgroups/pom.xml index 523358f37a8..e06f587468a 100644 --- a/integration-tests-jvm/jgroups/pom.xml +++ b/integration-tests-jvm/jgroups/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/jooq/pom.xml b/integration-tests-jvm/jooq/pom.xml index 54c3f19f781..127f04fc765 100644 --- a/integration-tests-jvm/jooq/pom.xml +++ b/integration-tests-jvm/jooq/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/json-patch/pom.xml b/integration-tests-jvm/json-patch/pom.xml index 5747af4fb9c..1513ad8ea1f 100644 --- a/integration-tests-jvm/json-patch/pom.xml +++ b/integration-tests-jvm/json-patch/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/jsonapi/pom.xml b/integration-tests-jvm/jsonapi/pom.xml index 3efd5f5d942..3ee6651846c 100644 --- a/integration-tests-jvm/jsonapi/pom.xml +++ b/integration-tests-jvm/jsonapi/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/langchain4j-embeddings/pom.xml b/integration-tests-jvm/langchain4j-embeddings/pom.xml index 73c28a1d64c..91b77ebbe88 100644 --- a/integration-tests-jvm/langchain4j-embeddings/pom.xml +++ b/integration-tests-jvm/langchain4j-embeddings/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/langchain4j-tokenizer/pom.xml b/integration-tests-jvm/langchain4j-tokenizer/pom.xml index e1cddc8c049..f4dc38e7184 100644 --- a/integration-tests-jvm/langchain4j-tokenizer/pom.xml +++ b/integration-tests-jvm/langchain4j-tokenizer/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/langchain4j-tools/pom.xml b/integration-tests-jvm/langchain4j-tools/pom.xml index 0391026499a..617df59d908 100644 --- a/integration-tests-jvm/langchain4j-tools/pom.xml +++ b/integration-tests-jvm/langchain4j-tools/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/langchain4j-web-search/pom.xml b/integration-tests-jvm/langchain4j-web-search/pom.xml index 83ceb86aea3..056b5a73fe6 100644 --- a/integration-tests-jvm/langchain4j-web-search/pom.xml +++ b/integration-tests-jvm/langchain4j-web-search/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/ldif/pom.xml b/integration-tests-jvm/ldif/pom.xml index 6b399cfb790..fe9050f7dbe 100644 --- a/integration-tests-jvm/ldif/pom.xml +++ b/integration-tests-jvm/ldif/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/lucene/pom.xml b/integration-tests-jvm/lucene/pom.xml index 66c81779e49..0e11ab32a23 100644 --- a/integration-tests-jvm/lucene/pom.xml +++ b/integration-tests-jvm/lucene/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/mail-microsoft-oauth/pom.xml b/integration-tests-jvm/mail-microsoft-oauth/pom.xml index ccdf2fbd430..c27c9134941 100644 --- a/integration-tests-jvm/mail-microsoft-oauth/pom.xml +++ b/integration-tests-jvm/mail-microsoft-oauth/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/milvus/pom.xml b/integration-tests-jvm/milvus/pom.xml index 30e64d5f9f0..9d2ac82c3aa 100644 --- a/integration-tests-jvm/milvus/pom.xml +++ b/integration-tests-jvm/milvus/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/mvel/pom.xml b/integration-tests-jvm/mvel/pom.xml index 3843ca2d341..0defe9ea2f3 100644 --- a/integration-tests-jvm/mvel/pom.xml +++ b/integration-tests-jvm/mvel/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/opensearch/pom.xml b/integration-tests-jvm/opensearch/pom.xml index fb50ca7ec2e..89fb99ce99b 100644 --- a/integration-tests-jvm/opensearch/pom.xml +++ b/integration-tests-jvm/opensearch/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/pom.xml b/integration-tests-jvm/pom.xml index cc8ac786d08..0be08c9b728 100644 --- a/integration-tests-jvm/pom.xml +++ b/integration-tests-jvm/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/integration-tests-jvm/printer/pom.xml b/integration-tests-jvm/printer/pom.xml index d94f2304ab1..04f68b7cb08 100644 --- a/integration-tests-jvm/printer/pom.xml +++ b/integration-tests-jvm/printer/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/pulsar/pom.xml b/integration-tests-jvm/pulsar/pom.xml index cf30c0eeff2..6f473f3ca9f 100644 --- a/integration-tests-jvm/pulsar/pom.xml +++ b/integration-tests-jvm/pulsar/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/quickfix/pom.xml b/integration-tests-jvm/quickfix/pom.xml index 6c9ad30b76c..9edf06cf927 100644 --- a/integration-tests-jvm/quickfix/pom.xml +++ b/integration-tests-jvm/quickfix/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/redis/pom.xml b/integration-tests-jvm/redis/pom.xml index d3002797d0d..930659c1a98 100644 --- a/integration-tests-jvm/redis/pom.xml +++ b/integration-tests-jvm/redis/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/robotframework/pom.xml b/integration-tests-jvm/robotframework/pom.xml index 2f149f8ecd8..643f150bc2b 100644 --- a/integration-tests-jvm/robotframework/pom.xml +++ b/integration-tests-jvm/robotframework/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/schematron/pom.xml b/integration-tests-jvm/schematron/pom.xml index 341126975d0..a2e175d1095 100644 --- a/integration-tests-jvm/schematron/pom.xml +++ b/integration-tests-jvm/schematron/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/smpp/pom.xml b/integration-tests-jvm/smpp/pom.xml index e4a4954d7e3..9ad5757ac45 100644 --- a/integration-tests-jvm/smpp/pom.xml +++ b/integration-tests-jvm/smpp/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/snmp/pom.xml b/integration-tests-jvm/snmp/pom.xml index 1fdac7f6a0d..8f2b47c0b97 100644 --- a/integration-tests-jvm/snmp/pom.xml +++ b/integration-tests-jvm/snmp/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/spring-redis/pom.xml b/integration-tests-jvm/spring-redis/pom.xml index 04c01fde1cb..a3e5557288d 100644 --- a/integration-tests-jvm/spring-redis/pom.xml +++ b/integration-tests-jvm/spring-redis/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/stitch/pom.xml b/integration-tests-jvm/stitch/pom.xml index 6ac571cb253..e84671c931f 100644 --- a/integration-tests-jvm/stitch/pom.xml +++ b/integration-tests-jvm/stitch/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/stomp/pom.xml b/integration-tests-jvm/stomp/pom.xml index 294b7ce22fe..ecf7d71f94a 100644 --- a/integration-tests-jvm/stomp/pom.xml +++ b/integration-tests-jvm/stomp/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/stub/pom.xml b/integration-tests-jvm/stub/pom.xml index 4db3b17e7b4..54071c55f2b 100644 --- a/integration-tests-jvm/stub/pom.xml +++ b/integration-tests-jvm/stub/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/thrift/pom.xml b/integration-tests-jvm/thrift/pom.xml index f47f6c5c2ba..8331f8fa2eb 100644 --- a/integration-tests-jvm/thrift/pom.xml +++ b/integration-tests-jvm/thrift/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/web3j/pom.xml b/integration-tests-jvm/web3j/pom.xml index 31f5005dc5a..f9550d9f12e 100644 --- a/integration-tests-jvm/web3j/pom.xml +++ b/integration-tests-jvm/web3j/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/wordpress/pom.xml b/integration-tests-jvm/wordpress/pom.xml index 5dca6bc4d1f..9d49b366c90 100644 --- a/integration-tests-jvm/wordpress/pom.xml +++ b/integration-tests-jvm/wordpress/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/workday/pom.xml b/integration-tests-jvm/workday/pom.xml index 925833613fb..8703784b76d 100644 --- a/integration-tests-jvm/workday/pom.xml +++ b/integration-tests-jvm/workday/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/xml-grouped/pom.xml b/integration-tests-jvm/xml-grouped/pom.xml index b5234f63fb5..7f92bd77b3c 100644 --- a/integration-tests-jvm/xml-grouped/pom.xml +++ b/integration-tests-jvm/xml-grouped/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/xmpp/pom.xml b/integration-tests-jvm/xmpp/pom.xml index e86e41885ff..04903138b32 100644 --- a/integration-tests-jvm/xmpp/pom.xml +++ b/integration-tests-jvm/xmpp/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/zookeeper-master/pom.xml b/integration-tests-jvm/zookeeper-master/pom.xml index d01b30e59bd..df244b74f49 100644 --- a/integration-tests-jvm/zookeeper-master/pom.xml +++ b/integration-tests-jvm/zookeeper-master/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/zookeeper/pom.xml b/integration-tests-jvm/zookeeper/pom.xml index cb2a98ccade..00d753872d9 100644 --- a/integration-tests-jvm/zookeeper/pom.xml +++ b/integration-tests-jvm/zookeeper/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-support/activemq/pom.xml b/integration-tests-support/activemq/pom.xml index 46f69752601..a7ab6673f97 100644 --- a/integration-tests-support/activemq/pom.xml +++ b/integration-tests-support/activemq/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/aws2/pom.xml b/integration-tests-support/aws2/pom.xml index 00740177c2b..454a2f1272f 100644 --- a/integration-tests-support/aws2/pom.xml +++ b/integration-tests-support/aws2/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/azure/pom.xml b/integration-tests-support/azure/pom.xml index ca4329b544c..037f3915df4 100644 --- a/integration-tests-support/azure/pom.xml +++ b/integration-tests-support/azure/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/certificate-generator/pom.xml b/integration-tests-support/certificate-generator/pom.xml index 2247a53d20f..2b880ec7d0e 100644 --- a/integration-tests-support/certificate-generator/pom.xml +++ b/integration-tests-support/certificate-generator/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/custom-dataformat/pom.xml b/integration-tests-support/custom-dataformat/pom.xml index 15372d8ca42..4bfbcdf1bcd 100644 --- a/integration-tests-support/custom-dataformat/pom.xml +++ b/integration-tests-support/custom-dataformat/pom.xml @@ -20,7 +20,7 @@ org.apache.camel.quarkus - 3.17.0-SNAPSHOT + 3.17.0 camel-quarkus-integration-tests-support ../pom.xml diff --git a/integration-tests-support/custom-kamelet-resource/deployment/pom.xml b/integration-tests-support/custom-kamelet-resource/deployment/pom.xml index 95fdf413a2c..db8843dab36 100644 --- a/integration-tests-support/custom-kamelet-resource/deployment/pom.xml +++ b/integration-tests-support/custom-kamelet-resource/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support-custom-kamelet-resource-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/custom-kamelet-resource/pom.xml b/integration-tests-support/custom-kamelet-resource/pom.xml index 3efec82b6de..165ec49f0ad 100644 --- a/integration-tests-support/custom-kamelet-resource/pom.xml +++ b/integration-tests-support/custom-kamelet-resource/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/integration-tests-support/custom-kamelet-resource/runtime/pom.xml b/integration-tests-support/custom-kamelet-resource/runtime/pom.xml index 6d4c93714d6..8243fe1b8ad 100644 --- a/integration-tests-support/custom-kamelet-resource/runtime/pom.xml +++ b/integration-tests-support/custom-kamelet-resource/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support-custom-kamelet-resource-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/custom-log-component/deployment/pom.xml b/integration-tests-support/custom-log-component/deployment/pom.xml index 47045bb37f1..7659dcb5da5 100644 --- a/integration-tests-support/custom-log-component/deployment/pom.xml +++ b/integration-tests-support/custom-log-component/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support-custom-log-component-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/custom-log-component/pom.xml b/integration-tests-support/custom-log-component/pom.xml index 91da42c04cd..361fbc78091 100644 --- a/integration-tests-support/custom-log-component/pom.xml +++ b/integration-tests-support/custom-log-component/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/integration-tests-support/custom-log-component/runtime/pom.xml b/integration-tests-support/custom-log-component/runtime/pom.xml index 1eb5b78698d..fec6c157a17 100644 --- a/integration-tests-support/custom-log-component/runtime/pom.xml +++ b/integration-tests-support/custom-log-component/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support-custom-log-component-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/custom-main-listener/deployment/pom.xml b/integration-tests-support/custom-main-listener/deployment/pom.xml index ae139d573d9..f8f74b0f511 100644 --- a/integration-tests-support/custom-main-listener/deployment/pom.xml +++ b/integration-tests-support/custom-main-listener/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support-custom-main-listener-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/custom-main-listener/pom.xml b/integration-tests-support/custom-main-listener/pom.xml index 50022829220..c56f13566a0 100644 --- a/integration-tests-support/custom-main-listener/pom.xml +++ b/integration-tests-support/custom-main-listener/pom.xml @@ -21,7 +21,7 @@ 4.0.0 org.apache.camel.quarkus - 3.17.0-SNAPSHOT + 3.17.0 camel-quarkus-integration-tests-support ../pom.xml diff --git a/integration-tests-support/custom-main-listener/runtime/pom.xml b/integration-tests-support/custom-main-listener/runtime/pom.xml index 32a6c2e262a..ae4cd9d6289 100644 --- a/integration-tests-support/custom-main-listener/runtime/pom.xml +++ b/integration-tests-support/custom-main-listener/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support-custom-main-listener-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/custom-routes-collector/deployment/pom.xml b/integration-tests-support/custom-routes-collector/deployment/pom.xml index 06c58c0bba9..bc66511dbaf 100644 --- a/integration-tests-support/custom-routes-collector/deployment/pom.xml +++ b/integration-tests-support/custom-routes-collector/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support-custom-routes-collector-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/custom-routes-collector/pom.xml b/integration-tests-support/custom-routes-collector/pom.xml index 9e353a70ca7..df0ac88a8da 100644 --- a/integration-tests-support/custom-routes-collector/pom.xml +++ b/integration-tests-support/custom-routes-collector/pom.xml @@ -21,7 +21,7 @@ 4.0.0 org.apache.camel.quarkus - 3.17.0-SNAPSHOT + 3.17.0 camel-quarkus-integration-tests-support ../pom.xml diff --git a/integration-tests-support/custom-routes-collector/runtime/pom.xml b/integration-tests-support/custom-routes-collector/runtime/pom.xml index 11f7e1b8b2a..890870a8bfe 100644 --- a/integration-tests-support/custom-routes-collector/runtime/pom.xml +++ b/integration-tests-support/custom-routes-collector/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support-custom-routes-collector-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/custom-type-converter/deployment/pom.xml b/integration-tests-support/custom-type-converter/deployment/pom.xml index 18d22dcbf3b..623d0526c42 100644 --- a/integration-tests-support/custom-type-converter/deployment/pom.xml +++ b/integration-tests-support/custom-type-converter/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support-custom-type-converter-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/custom-type-converter/pom.xml b/integration-tests-support/custom-type-converter/pom.xml index b4c1b1db8c7..f89e8d1ed90 100644 --- a/integration-tests-support/custom-type-converter/pom.xml +++ b/integration-tests-support/custom-type-converter/pom.xml @@ -21,7 +21,7 @@ 4.0.0 org.apache.camel.quarkus - 3.17.0-SNAPSHOT + 3.17.0 camel-quarkus-integration-tests-support ../pom.xml diff --git a/integration-tests-support/custom-type-converter/runtime/pom.xml b/integration-tests-support/custom-type-converter/runtime/pom.xml index 8ba1b932402..456e164d749 100644 --- a/integration-tests-support/custom-type-converter/runtime/pom.xml +++ b/integration-tests-support/custom-type-converter/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support-custom-type-converter-parent - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/google/pom.xml b/integration-tests-support/google/pom.xml index 0ac987e724f..222366af0ea 100644 --- a/integration-tests-support/google/pom.xml +++ b/integration-tests-support/google/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/grpc/pom.xml b/integration-tests-support/grpc/pom.xml index af9871a9f3b..acc0766d406 100644 --- a/integration-tests-support/grpc/pom.xml +++ b/integration-tests-support/grpc/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/http/pom.xml b/integration-tests-support/http/pom.xml index 5eed6d817db..7032a1ac44f 100644 --- a/integration-tests-support/http/pom.xml +++ b/integration-tests-support/http/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/integration-tests-support/jdbc/pom.xml b/integration-tests-support/jdbc/pom.xml index adc2249246b..1092c5d3c42 100644 --- a/integration-tests-support/jdbc/pom.xml +++ b/integration-tests-support/jdbc/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/integration-tests-support/kafka/pom.xml b/integration-tests-support/kafka/pom.xml index 5c082f90ea3..4e0ba4e9539 100644 --- a/integration-tests-support/kafka/pom.xml +++ b/integration-tests-support/kafka/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/messaging/common/pom.xml b/integration-tests-support/messaging/common/pom.xml index 3455b256780..2b7e0162d59 100644 --- a/integration-tests-support/messaging/common/pom.xml +++ b/integration-tests-support/messaging/common/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support-messaging - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/integration-tests-support/messaging/jms/pom.xml b/integration-tests-support/messaging/jms/pom.xml index 78d21afece1..c43260ca778 100644 --- a/integration-tests-support/messaging/jms/pom.xml +++ b/integration-tests-support/messaging/jms/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support-messaging - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/integration-tests-support/messaging/pom.xml b/integration-tests-support/messaging/pom.xml index eee7310715d..f23075dc186 100644 --- a/integration-tests-support/messaging/pom.xml +++ b/integration-tests-support/messaging/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/integration-tests-support/messaging/sjms/pom.xml b/integration-tests-support/messaging/sjms/pom.xml index b3dd0926931..8f66e8f0257 100644 --- a/integration-tests-support/messaging/sjms/pom.xml +++ b/integration-tests-support/messaging/sjms/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support-messaging - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/integration-tests-support/mongodb/pom.xml b/integration-tests-support/mongodb/pom.xml index 131275a978e..6586f72b480 100644 --- a/integration-tests-support/mongodb/pom.xml +++ b/integration-tests-support/mongodb/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/pom.xml b/integration-tests-support/pom.xml index c33061a4a39..b7dbcc7cc75 100644 --- a/integration-tests-support/pom.xml +++ b/integration-tests-support/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent - 3.17.0-SNAPSHOT + 3.17.0 ../poms/build-parent/pom.xml @@ -42,8 +42,8 @@ ${quarkus.version} org.apache.camel.quarkus camel-quarkus-bom - 3.17.0-SNAPSHOT - 3.17.0-SNAPSHOT + 3.17.0 + 3.17.0 diff --git a/integration-tests-support/process-executor-support/pom.xml b/integration-tests-support/process-executor-support/pom.xml index d25aff72742..63af5e8417b 100644 --- a/integration-tests-support/process-executor-support/pom.xml +++ b/integration-tests-support/process-executor-support/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/splunk/pom.xml b/integration-tests-support/splunk/pom.xml index e74718f71c1..38c78f6c77c 100644 --- a/integration-tests-support/splunk/pom.xml +++ b/integration-tests-support/splunk/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/test-support/pom.xml b/integration-tests-support/test-support/pom.xml index 6e8f1ecda91..97a6e0fdea8 100644 --- a/integration-tests-support/test-support/pom.xml +++ b/integration-tests-support/test-support/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/wiremock/pom.xml b/integration-tests-support/wiremock/pom.xml index 0e9ca87230f..bba09a99492 100644 --- a/integration-tests-support/wiremock/pom.xml +++ b/integration-tests-support/wiremock/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/xslt-support/pom.xml b/integration-tests-support/xslt-support/pom.xml index a50834a36fb..401f7dc284f 100644 --- a/integration-tests-support/xslt-support/pom.xml +++ b/integration-tests-support/xslt-support/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml 4.0.0 diff --git a/integration-tests/activemq/pom.xml b/integration-tests/activemq/pom.xml index ca31c44399f..84e75f7d945 100644 --- a/integration-tests/activemq/pom.xml +++ b/integration-tests/activemq/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/amqp/pom.xml b/integration-tests/amqp/pom.xml index 1181d6b4bd6..57db51831a0 100644 --- a/integration-tests/amqp/pom.xml +++ b/integration-tests/amqp/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/arangodb/pom.xml b/integration-tests/arangodb/pom.xml index 7f8d29b49bd..307985cf3ad 100644 --- a/integration-tests/arangodb/pom.xml +++ b/integration-tests/arangodb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/as2/pom.xml b/integration-tests/as2/pom.xml index 34429fa8132..8fd8b6457fb 100644 --- a/integration-tests/as2/pom.xml +++ b/integration-tests/as2/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/avro/pom.xml b/integration-tests/avro/pom.xml index 6ec89d7452e..acad163efed 100644 --- a/integration-tests/avro/pom.xml +++ b/integration-tests/avro/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/aws2-grouped/pom.xml b/integration-tests/aws2-grouped/pom.xml index 222b886cfb7..b618dd83418 100644 --- a/integration-tests/aws2-grouped/pom.xml +++ b/integration-tests/aws2-grouped/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/aws2/pom.xml b/integration-tests/aws2/pom.xml index e7cbe2af1f3..ceef9827ae2 100644 --- a/integration-tests/aws2/pom.xml +++ b/integration-tests/aws2/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/azure-grouped/pom.xml b/integration-tests/azure-grouped/pom.xml index 3f66009a1fb..d35eed01407 100644 --- a/integration-tests/azure-grouped/pom.xml +++ b/integration-tests/azure-grouped/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/base64/pom.xml b/integration-tests/base64/pom.xml index 66b96f6baf9..99d34445549 100644 --- a/integration-tests/base64/pom.xml +++ b/integration-tests/base64/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/bean-validator/pom.xml b/integration-tests/bean-validator/pom.xml index 629f69cdf82..6fa1051788c 100644 --- a/integration-tests/bean-validator/pom.xml +++ b/integration-tests/bean-validator/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/beanio/pom.xml b/integration-tests/beanio/pom.xml index b3576d396a2..70c6a69669f 100644 --- a/integration-tests/beanio/pom.xml +++ b/integration-tests/beanio/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/bindy/pom.xml b/integration-tests/bindy/pom.xml index 54d687e5286..3530fe13111 100644 --- a/integration-tests/bindy/pom.xml +++ b/integration-tests/bindy/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/box/pom.xml b/integration-tests/box/pom.xml index d5748b68933..a5917d6b140 100644 --- a/integration-tests/box/pom.xml +++ b/integration-tests/box/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/braintree/pom.xml b/integration-tests/braintree/pom.xml index 03c7e535df7..e2c4b325b78 100644 --- a/integration-tests/braintree/pom.xml +++ b/integration-tests/braintree/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/caffeine/pom.xml b/integration-tests/caffeine/pom.xml index 21cbc2bfb98..79dcbfc2bab 100644 --- a/integration-tests/caffeine/pom.xml +++ b/integration-tests/caffeine/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/cassandraql/pom.xml b/integration-tests/cassandraql/pom.xml index 661e62a210b..c2d3a23779c 100644 --- a/integration-tests/cassandraql/pom.xml +++ b/integration-tests/cassandraql/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/cbor/pom.xml b/integration-tests/cbor/pom.xml index fdb16a6234e..fae33094ecf 100644 --- a/integration-tests/cbor/pom.xml +++ b/integration-tests/cbor/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/compression-grouped/pom.xml b/integration-tests/compression-grouped/pom.xml index 383a2d7851e..dae97171cd6 100644 --- a/integration-tests/compression-grouped/pom.xml +++ b/integration-tests/compression-grouped/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/consul/pom.xml b/integration-tests/consul/pom.xml index 30992308e90..f4418a3f90e 100644 --- a/integration-tests/consul/pom.xml +++ b/integration-tests/consul/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/core-discovery-disabled/pom.xml b/integration-tests/core-discovery-disabled/pom.xml index 7eae11bb88d..9546ec83e21 100644 --- a/integration-tests/core-discovery-disabled/pom.xml +++ b/integration-tests/core-discovery-disabled/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/couchdb/pom.xml b/integration-tests/couchdb/pom.xml index 7ae1cd4c01d..0f4487f96a7 100644 --- a/integration-tests/couchdb/pom.xml +++ b/integration-tests/couchdb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/crypto-pgp/pom.xml b/integration-tests/crypto-pgp/pom.xml index 1360f1fa0a6..ad72a10b79c 100644 --- a/integration-tests/crypto-pgp/pom.xml +++ b/integration-tests/crypto-pgp/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/crypto/pom.xml b/integration-tests/crypto/pom.xml index 6a7ffd34198..d9f0e1814a1 100644 --- a/integration-tests/crypto/pom.xml +++ b/integration-tests/crypto/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/csimple/pom.xml b/integration-tests/csimple/pom.xml index 1e016f9ceed..757a25e6f21 100644 --- a/integration-tests/csimple/pom.xml +++ b/integration-tests/csimple/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/csv/pom.xml b/integration-tests/csv/pom.xml index 38758863070..ee7ae4bef6f 100644 --- a/integration-tests/csv/pom.xml +++ b/integration-tests/csv/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/cxf-soap-grouped/pom.xml b/integration-tests/cxf-soap-grouped/pom.xml index 00dcc690af3..a1b61ad4b24 100644 --- a/integration-tests/cxf-soap-grouped/pom.xml +++ b/integration-tests/cxf-soap-grouped/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/dataformat/pom.xml b/integration-tests/dataformat/pom.xml index d3033ddd31b..a7faf00c80a 100644 --- a/integration-tests/dataformat/pom.xml +++ b/integration-tests/dataformat/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/dataformats-json-grouped/pom.xml b/integration-tests/dataformats-json-grouped/pom.xml index 6f90ef55f09..2756c58690a 100644 --- a/integration-tests/dataformats-json-grouped/pom.xml +++ b/integration-tests/dataformats-json-grouped/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/datasonnet/pom.xml b/integration-tests/datasonnet/pom.xml index 4ce5d420e5c..3f1a330d700 100644 --- a/integration-tests/datasonnet/pom.xml +++ b/integration-tests/datasonnet/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/debezium/pom.xml b/integration-tests/debezium/pom.xml index 279751669ed..20de7ca3790 100644 --- a/integration-tests/debezium/pom.xml +++ b/integration-tests/debezium/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/debug/pom.xml b/integration-tests/debug/pom.xml index a181e3e7894..e2accec542f 100644 --- a/integration-tests/debug/pom.xml +++ b/integration-tests/debug/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/digitalocean/pom.xml b/integration-tests/digitalocean/pom.xml index bd2f7b8fce8..bdb6cabc1b2 100644 --- a/integration-tests/digitalocean/pom.xml +++ b/integration-tests/digitalocean/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/disruptor/pom.xml b/integration-tests/disruptor/pom.xml index 1c661d165a0..2acabf778e9 100644 --- a/integration-tests/disruptor/pom.xml +++ b/integration-tests/disruptor/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/dropbox/pom.xml b/integration-tests/dropbox/pom.xml index 1f60428d63e..175eda6022a 100644 --- a/integration-tests/dropbox/pom.xml +++ b/integration-tests/dropbox/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/elasticsearch-rest-client/pom.xml b/integration-tests/elasticsearch-rest-client/pom.xml index 190610a2c14..92207406f65 100644 --- a/integration-tests/elasticsearch-rest-client/pom.xml +++ b/integration-tests/elasticsearch-rest-client/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/exec/pom.xml b/integration-tests/exec/pom.xml index 091c231bc14..6153b795b37 100644 --- a/integration-tests/exec/pom.xml +++ b/integration-tests/exec/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/fhir/pom.xml b/integration-tests/fhir/pom.xml index cbf4845a72c..c9181f5a6c3 100644 --- a/integration-tests/fhir/pom.xml +++ b/integration-tests/fhir/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/file/pom.xml b/integration-tests/file/pom.xml index 9f52b7b6bc0..fbb35625411 100644 --- a/integration-tests/file/pom.xml +++ b/integration-tests/file/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/flatpack/pom.xml b/integration-tests/flatpack/pom.xml index d9bda0934b8..11a32cafe06 100644 --- a/integration-tests/flatpack/pom.xml +++ b/integration-tests/flatpack/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/fop/pom.xml b/integration-tests/fop/pom.xml index f1f7cc835b5..202510a8638 100644 --- a/integration-tests/fop/pom.xml +++ b/integration-tests/fop/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/foundation-grouped/pom.xml b/integration-tests/foundation-grouped/pom.xml index 4e618ce3d95..98329006ee1 100644 --- a/integration-tests/foundation-grouped/pom.xml +++ b/integration-tests/foundation-grouped/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/freemarker/pom.xml b/integration-tests/freemarker/pom.xml index 6fe8639f149..2b41246e58f 100644 --- a/integration-tests/freemarker/pom.xml +++ b/integration-tests/freemarker/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/ftp/pom.xml b/integration-tests/ftp/pom.xml index 3e02e61e197..d402e38ca32 100644 --- a/integration-tests/ftp/pom.xml +++ b/integration-tests/ftp/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/geocoder/pom.xml b/integration-tests/geocoder/pom.xml index 0cfad11e9e3..86e2e99be16 100644 --- a/integration-tests/geocoder/pom.xml +++ b/integration-tests/geocoder/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/git/pom.xml b/integration-tests/git/pom.xml index 61256328c6b..89c27effda7 100644 --- a/integration-tests/git/pom.xml +++ b/integration-tests/git/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/github/pom.xml b/integration-tests/github/pom.xml index 8226df1634e..4faa6bfa71b 100644 --- a/integration-tests/github/pom.xml +++ b/integration-tests/github/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/google-bigquery/pom.xml b/integration-tests/google-bigquery/pom.xml index 434714d633a..416f0057135 100644 --- a/integration-tests/google-bigquery/pom.xml +++ b/integration-tests/google-bigquery/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/google-pubsub/pom.xml b/integration-tests/google-pubsub/pom.xml index 19cb97ab258..3b4cb70fac4 100644 --- a/integration-tests/google-pubsub/pom.xml +++ b/integration-tests/google-pubsub/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/google-storage/pom.xml b/integration-tests/google-storage/pom.xml index 6d75746894e..9e2814fb096 100644 --- a/integration-tests/google-storage/pom.xml +++ b/integration-tests/google-storage/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/google/pom.xml b/integration-tests/google/pom.xml index c07aff34c40..7960b9fbfb1 100644 --- a/integration-tests/google/pom.xml +++ b/integration-tests/google/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/graphql/pom.xml b/integration-tests/graphql/pom.xml index 94eeefae3c0..81b6ecf3891 100644 --- a/integration-tests/graphql/pom.xml +++ b/integration-tests/graphql/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/grok/pom.xml b/integration-tests/grok/pom.xml index 5660a8bd505..7ba97a7c7ae 100644 --- a/integration-tests/grok/pom.xml +++ b/integration-tests/grok/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/groovy/pom.xml b/integration-tests/groovy/pom.xml index 24ec0eb7904..f1acd808c58 100644 --- a/integration-tests/groovy/pom.xml +++ b/integration-tests/groovy/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/grpc/pom.xml b/integration-tests/grpc/pom.xml index ac1f1b3ee0d..83b1a4b02b3 100644 --- a/integration-tests/grpc/pom.xml +++ b/integration-tests/grpc/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/hashicorp-vault/pom.xml b/integration-tests/hashicorp-vault/pom.xml index f9a5277c6ea..7e90b7ca1cf 100644 --- a/integration-tests/hashicorp-vault/pom.xml +++ b/integration-tests/hashicorp-vault/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/hazelcast/pom.xml b/integration-tests/hazelcast/pom.xml index 1cc078bbb97..3b6931114ef 100644 --- a/integration-tests/hazelcast/pom.xml +++ b/integration-tests/hazelcast/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/headersmap/pom.xml b/integration-tests/headersmap/pom.xml index a3661f445ac..4d54b797ef1 100644 --- a/integration-tests/headersmap/pom.xml +++ b/integration-tests/headersmap/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/hl7/pom.xml b/integration-tests/hl7/pom.xml index 80f9cc9d60a..2edbccd84e1 100644 --- a/integration-tests/hl7/pom.xml +++ b/integration-tests/hl7/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/http-grouped/pom.xml b/integration-tests/http-grouped/pom.xml index f48497c9d94..03aba73bb08 100644 --- a/integration-tests/http-grouped/pom.xml +++ b/integration-tests/http-grouped/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/infinispan-common/pom.xml b/integration-tests/infinispan-common/pom.xml index 26fab8ebc4b..fe1d9269ba2 100644 --- a/integration-tests/infinispan-common/pom.xml +++ b/integration-tests/infinispan-common/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/infinispan-quarkus-client/pom.xml b/integration-tests/infinispan-quarkus-client/pom.xml index 0c3bfe316c7..5f07e1a2d6d 100644 --- a/integration-tests/infinispan-quarkus-client/pom.xml +++ b/integration-tests/infinispan-quarkus-client/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/infinispan/pom.xml b/integration-tests/infinispan/pom.xml index e744a5b158f..40b7b838ed3 100644 --- a/integration-tests/infinispan/pom.xml +++ b/integration-tests/infinispan/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/influxdb/pom.xml b/integration-tests/influxdb/pom.xml index 21cc781ef81..2615d8a5cb2 100644 --- a/integration-tests/influxdb/pom.xml +++ b/integration-tests/influxdb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jackson-avro/pom.xml b/integration-tests/jackson-avro/pom.xml index ab8462af366..1c9a40212fe 100644 --- a/integration-tests/jackson-avro/pom.xml +++ b/integration-tests/jackson-avro/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jackson-protobuf/pom.xml b/integration-tests/jackson-protobuf/pom.xml index 4a0ee05304d..798fa153749 100644 --- a/integration-tests/jackson-protobuf/pom.xml +++ b/integration-tests/jackson-protobuf/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jasypt/pom.xml b/integration-tests/jasypt/pom.xml index 44f5c8faf80..3cc56c4ca27 100644 --- a/integration-tests/jasypt/pom.xml +++ b/integration-tests/jasypt/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/java-joor-dsl/pom.xml b/integration-tests/java-joor-dsl/pom.xml index d2aaec6e3fc..aa81605d0ed 100644 --- a/integration-tests/java-joor-dsl/pom.xml +++ b/integration-tests/java-joor-dsl/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jaxb/pom.xml b/integration-tests/jaxb/pom.xml index 0fd11fd9a19..4e38e2e4533 100644 --- a/integration-tests/jaxb/pom.xml +++ b/integration-tests/jaxb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jcache/pom.xml b/integration-tests/jcache/pom.xml index 8309e615ae1..bcc29634544 100644 --- a/integration-tests/jcache/pom.xml +++ b/integration-tests/jcache/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jdbc-grouped/pom.xml b/integration-tests/jdbc-grouped/pom.xml index 075455aed2c..725abee5164 100644 --- a/integration-tests/jdbc-grouped/pom.xml +++ b/integration-tests/jdbc-grouped/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jfr/pom.xml b/integration-tests/jfr/pom.xml index 904c7691eae..d25978ac205 100644 --- a/integration-tests/jfr/pom.xml +++ b/integration-tests/jfr/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jira/pom.xml b/integration-tests/jira/pom.xml index 6408086d635..221297f4900 100644 --- a/integration-tests/jira/pom.xml +++ b/integration-tests/jira/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jms-artemis-client/pom.xml b/integration-tests/jms-artemis-client/pom.xml index 8e14110bcc7..bfb0eb86f68 100644 --- a/integration-tests/jms-artemis-client/pom.xml +++ b/integration-tests/jms-artemis-client/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jms-ibmmq-client/pom.xml b/integration-tests/jms-ibmmq-client/pom.xml index df0cd8d1a82..209c40b5a1c 100644 --- a/integration-tests/jms-ibmmq-client/pom.xml +++ b/integration-tests/jms-ibmmq-client/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jms-qpid-amqp-client/pom.xml b/integration-tests/jms-qpid-amqp-client/pom.xml index f44c84d7ede..b0060c1100d 100644 --- a/integration-tests/jms-qpid-amqp-client/pom.xml +++ b/integration-tests/jms-qpid-amqp-client/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jolt/pom.xml b/integration-tests/jolt/pom.xml index 3b6f3bfd864..8ae93b56ea9 100644 --- a/integration-tests/jolt/pom.xml +++ b/integration-tests/jolt/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/joor/pom.xml b/integration-tests/joor/pom.xml index b99e470782b..c064b6c588b 100644 --- a/integration-tests/joor/pom.xml +++ b/integration-tests/joor/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jpa/pom.xml b/integration-tests/jpa/pom.xml index 7e85e8d947f..4188c1162aa 100644 --- a/integration-tests/jpa/pom.xml +++ b/integration-tests/jpa/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jq/pom.xml b/integration-tests/jq/pom.xml index 00d232b69c9..e2a7185baab 100644 --- a/integration-tests/jq/pom.xml +++ b/integration-tests/jq/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jsch/pom.xml b/integration-tests/jsch/pom.xml index 4bb68c946ea..d1fde8cc53d 100644 --- a/integration-tests/jsch/pom.xml +++ b/integration-tests/jsch/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jslt/pom.xml b/integration-tests/jslt/pom.xml index c432750be5b..59675277413 100644 --- a/integration-tests/jslt/pom.xml +++ b/integration-tests/jslt/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/json-validator/pom.xml b/integration-tests/json-validator/pom.xml index 7f85f468d18..6863c7b9d0f 100644 --- a/integration-tests/json-validator/pom.xml +++ b/integration-tests/json-validator/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jsonata/pom.xml b/integration-tests/jsonata/pom.xml index db1e41db2a5..57e75b625e2 100644 --- a/integration-tests/jsonata/pom.xml +++ b/integration-tests/jsonata/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jsonpath/pom.xml b/integration-tests/jsonpath/pom.xml index 18a156ea432..9ea04458fb6 100644 --- a/integration-tests/jsonpath/pom.xml +++ b/integration-tests/jsonpath/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jt400-mocked/pom.xml b/integration-tests/jt400-mocked/pom.xml index fb30b75556d..0846de45b56 100644 --- a/integration-tests/jt400-mocked/pom.xml +++ b/integration-tests/jt400-mocked/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jt400/pom.xml b/integration-tests/jt400/pom.xml index f9a0fc08299..d30c52b8e0f 100644 --- a/integration-tests/jt400/pom.xml +++ b/integration-tests/jt400/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jta/pom.xml b/integration-tests/jta/pom.xml index 6dbf0bd775a..9fb7dbaca52 100644 --- a/integration-tests/jta/pom.xml +++ b/integration-tests/jta/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/kafka-oauth/pom.xml b/integration-tests/kafka-oauth/pom.xml index ed1de219ab6..8aa17a99f12 100644 --- a/integration-tests/kafka-oauth/pom.xml +++ b/integration-tests/kafka-oauth/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/kafka-sasl-ssl/pom.xml b/integration-tests/kafka-sasl-ssl/pom.xml index 6f9a884e4bd..35baf10d2d5 100644 --- a/integration-tests/kafka-sasl-ssl/pom.xml +++ b/integration-tests/kafka-sasl-ssl/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/kafka-sasl/pom.xml b/integration-tests/kafka-sasl/pom.xml index dd1c6e47cce..7e8ce9888bc 100644 --- a/integration-tests/kafka-sasl/pom.xml +++ b/integration-tests/kafka-sasl/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/kafka-ssl/pom.xml b/integration-tests/kafka-ssl/pom.xml index 47e8caa2735..da2262edaca 100644 --- a/integration-tests/kafka-ssl/pom.xml +++ b/integration-tests/kafka-ssl/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/kafka/pom.xml b/integration-tests/kafka/pom.xml index 888d2218849..a0fa9b9065b 100644 --- a/integration-tests/kafka/pom.xml +++ b/integration-tests/kafka/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/kamelet/pom.xml b/integration-tests/kamelet/pom.xml index fe990372b43..e279ff60ce0 100644 --- a/integration-tests/kamelet/pom.xml +++ b/integration-tests/kamelet/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/knative/pom.xml b/integration-tests/knative/pom.xml index 2af822fd9de..b8197900743 100644 --- a/integration-tests/knative/pom.xml +++ b/integration-tests/knative/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/kubernetes/pom.xml b/integration-tests/kubernetes/pom.xml index 921b55c2079..331615af231 100644 --- a/integration-tests/kubernetes/pom.xml +++ b/integration-tests/kubernetes/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/kudu/pom.xml b/integration-tests/kudu/pom.xml index 2406ae7e804..dab7be01bce 100644 --- a/integration-tests/kudu/pom.xml +++ b/integration-tests/kudu/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/langchain4j-chat/pom.xml b/integration-tests/langchain4j-chat/pom.xml index 398f4886ca5..f10d348df57 100644 --- a/integration-tests/langchain4j-chat/pom.xml +++ b/integration-tests/langchain4j-chat/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/langchain4j/pom.xml b/integration-tests/langchain4j/pom.xml index 3204960a78d..4e28d847829 100644 --- a/integration-tests/langchain4j/pom.xml +++ b/integration-tests/langchain4j/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/ldap/pom.xml b/integration-tests/ldap/pom.xml index 466ffeccf2d..8d99dd49a47 100644 --- a/integration-tests/ldap/pom.xml +++ b/integration-tests/ldap/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/leveldb/pom.xml b/integration-tests/leveldb/pom.xml index 22c43a8acd1..21e539d055e 100644 --- a/integration-tests/leveldb/pom.xml +++ b/integration-tests/leveldb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/lra/pom.xml b/integration-tests/lra/pom.xml index 3b0297aae8a..ce9f0566ebb 100644 --- a/integration-tests/lra/pom.xml +++ b/integration-tests/lra/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/lumberjack/pom.xml b/integration-tests/lumberjack/pom.xml index 4afbecd4b17..31ba26c84ec 100644 --- a/integration-tests/lumberjack/pom.xml +++ b/integration-tests/lumberjack/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/mail/pom.xml b/integration-tests/mail/pom.xml index e6cbb573af7..9068176f9fd 100644 --- a/integration-tests/mail/pom.xml +++ b/integration-tests/mail/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/main-collector/pom.xml b/integration-tests/main-collector/pom.xml index 7e9eff77271..5521df23671 100644 --- a/integration-tests/main-collector/pom.xml +++ b/integration-tests/main-collector/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/main-command-mode/pom.xml b/integration-tests/main-command-mode/pom.xml index 410c6099448..5d1125015ce 100644 --- a/integration-tests/main-command-mode/pom.xml +++ b/integration-tests/main-command-mode/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/main-devmode/pom.xml b/integration-tests/main-devmode/pom.xml index b0ac70a6245..e654f51a7f4 100644 --- a/integration-tests/main-devmode/pom.xml +++ b/integration-tests/main-devmode/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/main-discovery-disabled/pom.xml b/integration-tests/main-discovery-disabled/pom.xml index d74c2bb9dc4..9a0d8d02590 100644 --- a/integration-tests/main-discovery-disabled/pom.xml +++ b/integration-tests/main-discovery-disabled/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/main-unknown-args-fail/pom.xml b/integration-tests/main-unknown-args-fail/pom.xml index db3f7ea2222..7ad5e5bd5aa 100644 --- a/integration-tests/main-unknown-args-fail/pom.xml +++ b/integration-tests/main-unknown-args-fail/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/main-unknown-args-ignore/pom.xml b/integration-tests/main-unknown-args-ignore/pom.xml index f8ea190e5c0..5d0453e511f 100644 --- a/integration-tests/main-unknown-args-ignore/pom.xml +++ b/integration-tests/main-unknown-args-ignore/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/main-xml-io/pom.xml b/integration-tests/main-xml-io/pom.xml index ec57eacda54..d2a891567d8 100644 --- a/integration-tests/main-xml-io/pom.xml +++ b/integration-tests/main-xml-io/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/main-xml-jaxb/pom.xml b/integration-tests/main-xml-jaxb/pom.xml index 407e725078b..9c24e530ad1 100644 --- a/integration-tests/main-xml-jaxb/pom.xml +++ b/integration-tests/main-xml-jaxb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/main-yaml/pom.xml b/integration-tests/main-yaml/pom.xml index b1c3c6e2651..b887bea3819 100644 --- a/integration-tests/main-yaml/pom.xml +++ b/integration-tests/main-yaml/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/main/pom.xml b/integration-tests/main/pom.xml index 31ce10ba75c..adae42b99e8 100644 --- a/integration-tests/main/pom.xml +++ b/integration-tests/main/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/management/pom.xml b/integration-tests/management/pom.xml index 6b756ccec51..79b84e0e858 100644 --- a/integration-tests/management/pom.xml +++ b/integration-tests/management/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/mapstruct/pom.xml b/integration-tests/mapstruct/pom.xml index 9bbf9e4e0b3..63782dcdd64 100644 --- a/integration-tests/mapstruct/pom.xml +++ b/integration-tests/mapstruct/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/master-file/pom.xml b/integration-tests/master-file/pom.xml index 2389494e5ee..93cdd25a5ad 100644 --- a/integration-tests/master-file/pom.xml +++ b/integration-tests/master-file/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/master-openshift/pom.xml b/integration-tests/master-openshift/pom.xml index 4865c5f2c88..8d668f2118d 100644 --- a/integration-tests/master-openshift/pom.xml +++ b/integration-tests/master-openshift/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/master/pom.xml b/integration-tests/master/pom.xml index 737cce5c8bb..6f49c54a3ce 100644 --- a/integration-tests/master/pom.xml +++ b/integration-tests/master/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/micrometer/pom.xml b/integration-tests/micrometer/pom.xml index 96d0bccd64d..d9b194c5b43 100644 --- a/integration-tests/micrometer/pom.xml +++ b/integration-tests/micrometer/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/microprofile-fault-tolerance/pom.xml b/integration-tests/microprofile-fault-tolerance/pom.xml index 589acc2fb1c..f2913eba89f 100644 --- a/integration-tests/microprofile-fault-tolerance/pom.xml +++ b/integration-tests/microprofile-fault-tolerance/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/microprofile-health/pom.xml b/integration-tests/microprofile-health/pom.xml index a1e1cd16cdf..b44ee3f4ff1 100644 --- a/integration-tests/microprofile-health/pom.xml +++ b/integration-tests/microprofile-health/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/minio/pom.xml b/integration-tests/minio/pom.xml index c60f95bcb11..5137274c7bd 100644 --- a/integration-tests/minio/pom.xml +++ b/integration-tests/minio/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/mllp/pom.xml b/integration-tests/mllp/pom.xml index 76780b36549..1fddfeb3e32 100644 --- a/integration-tests/mllp/pom.xml +++ b/integration-tests/mllp/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/mongodb-grouped/pom.xml b/integration-tests/mongodb-grouped/pom.xml index c48b676b6ec..2ab3a6aa5f0 100644 --- a/integration-tests/mongodb-grouped/pom.xml +++ b/integration-tests/mongodb-grouped/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/mustache/pom.xml b/integration-tests/mustache/pom.xml index cd71c139e04..0216109d7ce 100644 --- a/integration-tests/mustache/pom.xml +++ b/integration-tests/mustache/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/mybatis/pom.xml b/integration-tests/mybatis/pom.xml index 20ae255dff3..16a412a55db 100644 --- a/integration-tests/mybatis/pom.xml +++ b/integration-tests/mybatis/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/nats/pom.xml b/integration-tests/nats/pom.xml index fdee9d2a531..f5c6ee77909 100644 --- a/integration-tests/nats/pom.xml +++ b/integration-tests/nats/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/netty/pom.xml b/integration-tests/netty/pom.xml index e9b56ce83d2..39fe4a2fb9a 100644 --- a/integration-tests/netty/pom.xml +++ b/integration-tests/netty/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/nitrite/pom.xml b/integration-tests/nitrite/pom.xml index 085adcea700..45b9499d796 100644 --- a/integration-tests/nitrite/pom.xml +++ b/integration-tests/nitrite/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/oaipmh/pom.xml b/integration-tests/oaipmh/pom.xml index ce872d7cce7..5d2852c9bcc 100644 --- a/integration-tests/oaipmh/pom.xml +++ b/integration-tests/oaipmh/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/ognl/pom.xml b/integration-tests/ognl/pom.xml index 46d710aacb4..e7e6330412e 100644 --- a/integration-tests/ognl/pom.xml +++ b/integration-tests/ognl/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/olingo4/pom.xml b/integration-tests/olingo4/pom.xml index 595660a677a..3ad956fad49 100644 --- a/integration-tests/olingo4/pom.xml +++ b/integration-tests/olingo4/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/openapi-java/pom.xml b/integration-tests/openapi-java/pom.xml index 0ab9c9e1a72..67a8589c132 100644 --- a/integration-tests/openapi-java/pom.xml +++ b/integration-tests/openapi-java/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/openstack/pom.xml b/integration-tests/openstack/pom.xml index 200557cda79..ec7d6f48618 100644 --- a/integration-tests/openstack/pom.xml +++ b/integration-tests/openstack/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/opentelemetry/pom.xml b/integration-tests/opentelemetry/pom.xml index 5e61e824927..87fac23b617 100644 --- a/integration-tests/opentelemetry/pom.xml +++ b/integration-tests/opentelemetry/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/optaplanner/pom.xml b/integration-tests/optaplanner/pom.xml index c8b26adb5b9..340a8224f03 100644 --- a/integration-tests/optaplanner/pom.xml +++ b/integration-tests/optaplanner/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/paho-mqtt5/pom.xml b/integration-tests/paho-mqtt5/pom.xml index 2d0c26a4e15..0652aa9d108 100644 --- a/integration-tests/paho-mqtt5/pom.xml +++ b/integration-tests/paho-mqtt5/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/paho/pom.xml b/integration-tests/paho/pom.xml index ae3db87c920..b62b8d376c8 100644 --- a/integration-tests/paho/pom.xml +++ b/integration-tests/paho/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/pdf/pom.xml b/integration-tests/pdf/pom.xml index 6e899f432b0..c065c22de12 100644 --- a/integration-tests/pdf/pom.xml +++ b/integration-tests/pdf/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml camel-quarkus-integration-test-pdf diff --git a/integration-tests/pg-replication-slot/pom.xml b/integration-tests/pg-replication-slot/pom.xml index 39fdeb049be..03b4c1c20a1 100644 --- a/integration-tests/pg-replication-slot/pom.xml +++ b/integration-tests/pg-replication-slot/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/pgevent/pom.xml b/integration-tests/pgevent/pom.xml index 2ff0e92db73..7aafb4cf2a4 100644 --- a/integration-tests/pgevent/pom.xml +++ b/integration-tests/pgevent/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/pinecone/pom.xml b/integration-tests/pinecone/pom.xml index fc9e9228176..4cca977f161 100644 --- a/integration-tests/pinecone/pom.xml +++ b/integration-tests/pinecone/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/platform-http-proxy-ssl/pom.xml b/integration-tests/platform-http-proxy-ssl/pom.xml index 5a6783f8e6b..711dfa8c4b4 100644 --- a/integration-tests/platform-http-proxy-ssl/pom.xml +++ b/integration-tests/platform-http-proxy-ssl/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/platform-http-proxy/pom.xml b/integration-tests/platform-http-proxy/pom.xml index 0c64860cc60..1aff6ea50ef 100644 --- a/integration-tests/platform-http-proxy/pom.xml +++ b/integration-tests/platform-http-proxy/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/platform-http/pom.xml b/integration-tests/platform-http/pom.xml index 9555dc28ef9..34443d94607 100644 --- a/integration-tests/platform-http/pom.xml +++ b/integration-tests/platform-http/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 8f6af7c0136..dabce70753a 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/integration-tests/protobuf/pom.xml b/integration-tests/protobuf/pom.xml index b838840420f..55229a41831 100644 --- a/integration-tests/protobuf/pom.xml +++ b/integration-tests/protobuf/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/pubnub/pom.xml b/integration-tests/pubnub/pom.xml index 625910419bd..c0ebdddb540 100644 --- a/integration-tests/pubnub/pom.xml +++ b/integration-tests/pubnub/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/qdrant/pom.xml b/integration-tests/qdrant/pom.xml index 7731fb6fddf..c48a42a7bff 100644 --- a/integration-tests/qdrant/pom.xml +++ b/integration-tests/qdrant/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/quartz-clustered/pom.xml b/integration-tests/quartz-clustered/pom.xml index 8a2a00c2dfc..ae158a8743d 100644 --- a/integration-tests/quartz-clustered/pom.xml +++ b/integration-tests/quartz-clustered/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/quartz/pom.xml b/integration-tests/quartz/pom.xml index 5d4cfa3fe62..30703a8eb90 100644 --- a/integration-tests/quartz/pom.xml +++ b/integration-tests/quartz/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/qute/pom.xml b/integration-tests/qute/pom.xml index e988992e80f..c6ceef3bc4c 100644 --- a/integration-tests/qute/pom.xml +++ b/integration-tests/qute/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/reactive-streams/pom.xml b/integration-tests/reactive-streams/pom.xml index 3f5e6c974d5..6cb8d643486 100644 --- a/integration-tests/reactive-streams/pom.xml +++ b/integration-tests/reactive-streams/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/rest-openapi/pom.xml b/integration-tests/rest-openapi/pom.xml index 91dfc889ae4..1fa42c99110 100644 --- a/integration-tests/rest-openapi/pom.xml +++ b/integration-tests/rest-openapi/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/rest/pom.xml b/integration-tests/rest/pom.xml index bddfeeaf2c8..8d437fa2028 100644 --- a/integration-tests/rest/pom.xml +++ b/integration-tests/rest/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/saga/pom.xml b/integration-tests/saga/pom.xml index 401f0d9e0bc..0a0566e63b9 100644 --- a/integration-tests/saga/pom.xml +++ b/integration-tests/saga/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/salesforce/pom.xml b/integration-tests/salesforce/pom.xml index 49f291898e5..046e63b9e19 100644 --- a/integration-tests/salesforce/pom.xml +++ b/integration-tests/salesforce/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/sap-netweaver/pom.xml b/integration-tests/sap-netweaver/pom.xml index bdfbd3338fc..73d17c1664d 100644 --- a/integration-tests/sap-netweaver/pom.xml +++ b/integration-tests/sap-netweaver/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/saxon/pom.xml b/integration-tests/saxon/pom.xml index 16edd2a9cdb..b5d7e9d7c50 100644 --- a/integration-tests/saxon/pom.xml +++ b/integration-tests/saxon/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/servicenow/pom.xml b/integration-tests/servicenow/pom.xml index 6c19eac5bfc..fe11b4286e8 100644 --- a/integration-tests/servicenow/pom.xml +++ b/integration-tests/servicenow/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/servlet/pom.xml b/integration-tests/servlet/pom.xml index a650282446f..86ae6149022 100644 --- a/integration-tests/servlet/pom.xml +++ b/integration-tests/servlet/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/shiro/pom.xml b/integration-tests/shiro/pom.xml index f600292ac38..26bdd8341c1 100644 --- a/integration-tests/shiro/pom.xml +++ b/integration-tests/shiro/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/sjms-artemis-client/pom.xml b/integration-tests/sjms-artemis-client/pom.xml index 2abb31d6a3e..23b608bab52 100644 --- a/integration-tests/sjms-artemis-client/pom.xml +++ b/integration-tests/sjms-artemis-client/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/sjms-qpid-amqp-client/pom.xml b/integration-tests/sjms-qpid-amqp-client/pom.xml index 9853623584e..70a964907cc 100644 --- a/integration-tests/sjms-qpid-amqp-client/pom.xml +++ b/integration-tests/sjms-qpid-amqp-client/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/sjms2-artemis-client/pom.xml b/integration-tests/sjms2-artemis-client/pom.xml index bd55082582e..46afc5a1f60 100644 --- a/integration-tests/sjms2-artemis-client/pom.xml +++ b/integration-tests/sjms2-artemis-client/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/sjms2-qpid-amqp-client/pom.xml b/integration-tests/sjms2-qpid-amqp-client/pom.xml index d002ff3c740..312270b0bdb 100644 --- a/integration-tests/sjms2-qpid-amqp-client/pom.xml +++ b/integration-tests/sjms2-qpid-amqp-client/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/slack/pom.xml b/integration-tests/slack/pom.xml index e284cdc03d5..851dea6eae1 100644 --- a/integration-tests/slack/pom.xml +++ b/integration-tests/slack/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/smallrye-reactive-messaging/pom.xml b/integration-tests/smallrye-reactive-messaging/pom.xml index c075eb8db9b..dabea4031c1 100644 --- a/integration-tests/smallrye-reactive-messaging/pom.xml +++ b/integration-tests/smallrye-reactive-messaging/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/smb/pom.xml b/integration-tests/smb/pom.xml index ece958607a8..8d90f0e20c6 100644 --- a/integration-tests/smb/pom.xml +++ b/integration-tests/smb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/soap/pom.xml b/integration-tests/soap/pom.xml index 356148eadbd..ec70cf9c6a4 100644 --- a/integration-tests/soap/pom.xml +++ b/integration-tests/soap/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/splunk-hec/pom.xml b/integration-tests/splunk-hec/pom.xml index e73b048741b..e29adbb31e7 100644 --- a/integration-tests/splunk-hec/pom.xml +++ b/integration-tests/splunk-hec/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/splunk/pom.xml b/integration-tests/splunk/pom.xml index 7ea7298f7d4..b4e29efd823 100644 --- a/integration-tests/splunk/pom.xml +++ b/integration-tests/splunk/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/spring-rabbitmq/pom.xml b/integration-tests/spring-rabbitmq/pom.xml index 3a0723b81b9..fce67353388 100644 --- a/integration-tests/spring-rabbitmq/pom.xml +++ b/integration-tests/spring-rabbitmq/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/sql/pom.xml b/integration-tests/sql/pom.xml index bec7e52e578..4472baf723d 100644 --- a/integration-tests/sql/pom.xml +++ b/integration-tests/sql/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/ssh/pom.xml b/integration-tests/ssh/pom.xml index efbc897f772..84b36868749 100644 --- a/integration-tests/ssh/pom.xml +++ b/integration-tests/ssh/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/stax/pom.xml b/integration-tests/stax/pom.xml index ffb4612d146..1adf1019ff7 100644 --- a/integration-tests/stax/pom.xml +++ b/integration-tests/stax/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/stringtemplate/pom.xml b/integration-tests/stringtemplate/pom.xml index 90b0008987b..9c8762dc9a9 100644 --- a/integration-tests/stringtemplate/pom.xml +++ b/integration-tests/stringtemplate/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/swift/pom.xml b/integration-tests/swift/pom.xml index 15262de4412..d8c043b60da 100644 --- a/integration-tests/swift/pom.xml +++ b/integration-tests/swift/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/syndication/pom.xml b/integration-tests/syndication/pom.xml index 51c26cb9578..a111812a3b0 100644 --- a/integration-tests/syndication/pom.xml +++ b/integration-tests/syndication/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/syslog/pom.xml b/integration-tests/syslog/pom.xml index f64161d8ae7..483f3b164fb 100644 --- a/integration-tests/syslog/pom.xml +++ b/integration-tests/syslog/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/tarfile/pom.xml b/integration-tests/tarfile/pom.xml index 10b3dd70833..fd23d3b0a74 100644 --- a/integration-tests/tarfile/pom.xml +++ b/integration-tests/tarfile/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/telegram/pom.xml b/integration-tests/telegram/pom.xml index 6b8fc1bec77..566e0442784 100644 --- a/integration-tests/telegram/pom.xml +++ b/integration-tests/telegram/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/tika/pom.xml b/integration-tests/tika/pom.xml index d2d7cdfcb24..1b6efa67465 100644 --- a/integration-tests/tika/pom.xml +++ b/integration-tests/tika/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/twilio/pom.xml b/integration-tests/twilio/pom.xml index b9ba51640e2..178bd6d5b7c 100644 --- a/integration-tests/twilio/pom.xml +++ b/integration-tests/twilio/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/twitter/pom.xml b/integration-tests/twitter/pom.xml index 73da97bf6f3..b54f6041544 100644 --- a/integration-tests/twitter/pom.xml +++ b/integration-tests/twitter/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/univocity-parsers/pom.xml b/integration-tests/univocity-parsers/pom.xml index 31a0d85ed47..8747478f37e 100644 --- a/integration-tests/univocity-parsers/pom.xml +++ b/integration-tests/univocity-parsers/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/validator/pom.xml b/integration-tests/validator/pom.xml index 94c3eb4913e..3d7a7596b9c 100644 --- a/integration-tests/validator/pom.xml +++ b/integration-tests/validator/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/velocity/pom.xml b/integration-tests/velocity/pom.xml index d5ffaf0576b..38ed2d9fb82 100644 --- a/integration-tests/velocity/pom.xml +++ b/integration-tests/velocity/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/vertx-websocket/pom.xml b/integration-tests/vertx-websocket/pom.xml index 34f5500a792..bf93faffd0a 100644 --- a/integration-tests/vertx-websocket/pom.xml +++ b/integration-tests/vertx-websocket/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/vertx/pom.xml b/integration-tests/vertx/pom.xml index 0e6bb9444a0..0aab26cf2d3 100644 --- a/integration-tests/vertx/pom.xml +++ b/integration-tests/vertx/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/wasm/pom.xml b/integration-tests/wasm/pom.xml index 89756ce34dd..4114615e4a9 100644 --- a/integration-tests/wasm/pom.xml +++ b/integration-tests/wasm/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/weather/pom.xml b/integration-tests/weather/pom.xml index e2aa5837566..9bb50b905cc 100644 --- a/integration-tests/weather/pom.xml +++ b/integration-tests/weather/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/xchange/pom.xml b/integration-tests/xchange/pom.xml index 9444c8db646..177735212f5 100644 --- a/integration-tests/xchange/pom.xml +++ b/integration-tests/xchange/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/xj/pom.xml b/integration-tests/xj/pom.xml index 7fc6400e736..1a8dab11fa3 100644 --- a/integration-tests/xj/pom.xml +++ b/integration-tests/xj/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/xml-grouped/pom.xml b/integration-tests/xml-grouped/pom.xml index 22023a5f199..48546fe7148 100644 --- a/integration-tests/xml-grouped/pom.xml +++ b/integration-tests/xml-grouped/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/xml-jaxp/pom.xml b/integration-tests/xml-jaxp/pom.xml index 9b57b0ac1cc..0aef74d28f0 100644 --- a/integration-tests/xml-jaxp/pom.xml +++ b/integration-tests/xml-jaxp/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/xmlsecurity/pom.xml b/integration-tests/xmlsecurity/pom.xml index 9828a9b9051..ecf3a75a7d0 100644 --- a/integration-tests/xmlsecurity/pom.xml +++ b/integration-tests/xmlsecurity/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/xpath/pom.xml b/integration-tests/xpath/pom.xml index 4bbdd9548f3..5e17bd82ee1 100644 --- a/integration-tests/xpath/pom.xml +++ b/integration-tests/xpath/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/xslt-saxon/pom.xml b/integration-tests/xslt-saxon/pom.xml index 6389eadd2c7..be6e86db66e 100644 --- a/integration-tests/xslt-saxon/pom.xml +++ b/integration-tests/xslt-saxon/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/zendesk/pom.xml b/integration-tests/zendesk/pom.xml index 4871a83a074..94b9725c348 100644 --- a/integration-tests/zendesk/pom.xml +++ b/integration-tests/zendesk/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent-it/pom.xml diff --git a/pom.xml b/pom.xml index 88ff557482d..a3339bc6194 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.apache.camel.quarkus camel-quarkus - 3.17.0-SNAPSHOT + 3.17.0 pom Camel Quarkus @@ -333,7 +333,7 @@ scm:git:http://gitbox.apache.org/repos/asf/camel-quarkus.git scm:git:https://gitbox.apache.org/repos/asf/camel-quarkus.git https://github.com/apache/camel-quarkus - HEAD + 3.17.0 @@ -415,7 +415,7 @@ clean validate -Pstandard-build -Pcommit-release-changes "-Dcq.commit.message.prefix=[maven-release-plugin] Prepare release" -N clean validate -Pstandard-build -Pcommit-release-changes "-Dcq.commit.message.prefix=[maven-release-plugin] Set next development version" -N - + deploy -Dapache-release -DskipTests -Denforcer.skip -Dquarkus.build.skip -Dformatter.skip -Dimpsort.skip @@ -439,7 +439,7 @@ ${maven-shade-plugin.version} - + diff --git a/poms/bom-test/pom.xml b/poms/bom-test/pom.xml index 96fdecef20b..ede82c92813 100644 --- a/poms/bom-test/pom.xml +++ b/poms/bom-test/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-poms - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml @@ -36,7 +36,7 @@ - 3.17.0-SNAPSHOT + 3.17.0 diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml index 9fd38d2568f..a7a35fc43af 100644 --- a/poms/bom/pom.xml +++ b/poms/bom/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-poms - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml camel-quarkus-bom @@ -31,7 +31,7 @@ - 3.17.0-SNAPSHOT + 3.17.0 diff --git a/poms/build-parent-it/pom.xml b/poms/build-parent-it/pom.xml index 1c087df94a2..a8b6c260279 100644 --- a/poms/build-parent-it/pom.xml +++ b/poms/build-parent-it/pom.xml @@ -24,7 +24,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent - 3.17.0-SNAPSHOT + 3.17.0 ../build-parent/pom.xml @@ -41,8 +41,8 @@ ${quarkus.version} org.apache.camel.quarkus camel-quarkus-bom - 3.17.0-SNAPSHOT - 3.17.0-SNAPSHOT + 3.17.0 + 3.17.0 false diff --git a/poms/build-parent/pom.xml b/poms/build-parent/pom.xml index 36991ef9a25..5ddced94ad1 100644 --- a/poms/build-parent/pom.xml +++ b/poms/build-parent/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-poms - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/poms/pom.xml b/poms/pom.xml index e7c91ab65c0..8b818412013 100644 --- a/poms/pom.xml +++ b/poms/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml diff --git a/test-framework/junit5-extension-tests/pom.xml b/test-framework/junit5-extension-tests/pom.xml index 857cf5df468..ec6f7d1b7e3 100644 --- a/test-framework/junit5-extension-tests/pom.xml +++ b/test-framework/junit5-extension-tests/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-test-framework - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml 4.0.0 diff --git a/test-framework/junit5/pom.xml b/test-framework/junit5/pom.xml index 02e576b967f..f22b0275e75 100644 --- a/test-framework/junit5/pom.xml +++ b/test-framework/junit5/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-test-framework - 3.17.0-SNAPSHOT + 3.17.0 ../pom.xml 4.0.0 diff --git a/test-framework/pom.xml b/test-framework/pom.xml index 8f0bf76c911..3f0c893c3ed 100644 --- a/test-framework/pom.xml +++ b/test-framework/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent - 3.17.0-SNAPSHOT + 3.17.0 ../poms/build-parent/pom.xml diff --git a/tooling/maven-plugin/pom.xml b/tooling/maven-plugin/pom.xml index be330940265..0272acd40fc 100644 --- a/tooling/maven-plugin/pom.xml +++ b/tooling/maven-plugin/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent/pom.xml diff --git a/tooling/perf-regression/pom.xml b/tooling/perf-regression/pom.xml index de866a6ab2d..418712f72c4 100644 --- a/tooling/perf-regression/pom.xml +++ b/tooling/perf-regression/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent - 3.17.0-SNAPSHOT + 3.17.0 ../../poms/build-parent/pom.xml diff --git a/tooling/pom.xml b/tooling/pom.xml index e5e1e5a82c0..489e1aa4b89 100644 --- a/tooling/pom.xml +++ b/tooling/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus - 3.17.0-SNAPSHOT + 3.17.0 camel-quarkus-tooling diff --git a/tooling/test-list/pom.xml b/tooling/test-list/pom.xml index 76bf5fcf18c..c859fcfb7a6 100644 --- a/tooling/test-list/pom.xml +++ b/tooling/test-list/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-tooling - 3.17.0-SNAPSHOT + 3.17.0 camel-quarkus-test-list