diff --git a/catalog/pom.xml b/catalog/pom.xml index ae57ba51a3dc..ddd872498944 100644 --- a/catalog/pom.xml +++ b/catalog/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent - 3.9.0-SNAPSHOT + 3.9.0 ../poms/build-parent/pom.xml diff --git a/docs/antora.yml b/docs/antora.yml index 1fbf5d8a0aed..01f71fe9950b 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.9.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 d9e7e1bafa71..4657de4e7656 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus - 3.9.0-SNAPSHOT + 3.9.0 camel-quarkus-docs diff --git a/docs/source-map.yml b/docs/source-map.yml index d2f96b74aa50..1d348d709180 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.9.x mapped-branch: HEAD diff --git a/extensions-core/core-cloud/deployment/pom.xml b/extensions-core/core-cloud/deployment/pom.xml index 854a9462b0c9..53f82d05bb88 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-core/core-cloud/pom.xml b/extensions-core/core-cloud/pom.xml index be7ce8c35035..95c32976affb 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-core/core-cloud/runtime/pom.xml b/extensions-core/core-cloud/runtime/pom.xml index 865e883fa523..5649cf859c80 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-core/core/deployment/pom.xml b/extensions-core/core/deployment/pom.xml index ba8e1bcdd9c5..5b57b3a1d4ee 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.9.0-SNAPSHOT + 3.9.0 4.0.0 camel-quarkus-core-deployment diff --git a/extensions-core/core/pom.xml b/extensions-core/core/pom.xml index 69578da65941..477fd69f7d93 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-core/core/runtime/pom.xml b/extensions-core/core/runtime/pom.xml index 5a0698a27950..4dcf238361fd 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions-core/http-common/deployment/pom.xml b/extensions-core/http-common/deployment/pom.xml index 9f58985a165d..6ac498048bf5 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-core/http-common/pom.xml b/extensions-core/http-common/pom.xml index 4401a69175bb..4f68b43831ef 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-core/http-common/runtime/pom.xml b/extensions-core/http-common/runtime/pom.xml index 77e9317156d0..e1fbc57cfe4a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-core/pom.xml b/extensions-core/pom.xml index c2c1d517e730..605cd4aa8012 100644 --- a/extensions-core/pom.xml +++ b/extensions-core/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent - 3.9.0-SNAPSHOT + 3.9.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 be880c364837..0dc3b66a1061 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-core/reactive-executor/pom.xml b/extensions-core/reactive-executor/pom.xml index f67c425c64e7..28d08664ab89 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-core/reactive-executor/runtime/pom.xml b/extensions-core/reactive-executor/runtime/pom.xml index 8e848a25704b..99b6be38e230 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-core/threadpoolfactory-vertx/deployment/pom.xml b/extensions-core/threadpoolfactory-vertx/deployment/pom.xml index 8d139b637bbf..a2fbd93eb6f7 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-core/threadpoolfactory-vertx/pom.xml b/extensions-core/threadpoolfactory-vertx/pom.xml index 6741a57902bb..9ec81ceca799 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-core/threadpoolfactory-vertx/runtime/pom.xml b/extensions-core/threadpoolfactory-vertx/runtime/pom.xml index 0cae6594571e..73a84a043926 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-core/xml-io-dsl/deployment/pom.xml b/extensions-core/xml-io-dsl/deployment/pom.xml index 64a310dafa72..7c4871fdba5a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-core/xml-io-dsl/pom.xml b/extensions-core/xml-io-dsl/pom.xml index 7b39cad0750a..e008c3b215b0 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-core/xml-io-dsl/runtime/pom.xml b/extensions-core/xml-io-dsl/runtime/pom.xml index b06608b3bc7c..e298655c1ee9 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-core/xml-jaxb/deployment/pom.xml b/extensions-core/xml-jaxb/deployment/pom.xml index 448cc834fcdc..6136b2ea4d48 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-core/xml-jaxb/pom.xml b/extensions-core/xml-jaxb/pom.xml index 3453e289c8be..ce73a3249712 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-core/xml-jaxb/runtime/pom.xml b/extensions-core/xml-jaxb/runtime/pom.xml index 1b77cc9f6869..76533046c8dd 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-core/xml-jaxp/deployment/pom.xml b/extensions-core/xml-jaxp/deployment/pom.xml index 7014240487ae..8881cd8505d1 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-core/xml-jaxp/pom.xml b/extensions-core/xml-jaxp/pom.xml index 00e234ee3471..02409ace1a93 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-core/xml-jaxp/runtime/pom.xml b/extensions-core/xml-jaxp/runtime/pom.xml index 7047defd1ad1..f5b4b1c639da 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-core/yaml-dsl/deployment/pom.xml b/extensions-core/yaml-dsl/deployment/pom.xml index b5c6e9f00551..f00227666e57 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-core/yaml-dsl/pom.xml b/extensions-core/yaml-dsl/pom.xml index e83ab945ff89..df79097de77b 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-core/yaml-dsl/runtime/pom.xml b/extensions-core/yaml-dsl/runtime/pom.xml index b7232232fd4b..5c602aeee371 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-core/yaml-io/deployment/pom.xml b/extensions-core/yaml-io/deployment/pom.xml index b5e5b62078cb..cb462c08cc8f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-core/yaml-io/pom.xml b/extensions-core/yaml-io/pom.xml index 02c0bbb05a7d..858b1fc0feaa 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-core/yaml-io/runtime/pom.xml b/extensions-core/yaml-io/runtime/pom.xml index 0cae99ad50f6..db381c10edfd 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/asn1/deployment/pom.xml b/extensions-jvm/asn1/deployment/pom.xml index 8136a9a3796b..ca0c83b3ff81 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/asn1/pom.xml b/extensions-jvm/asn1/pom.xml index 8f380eeb1dd4..1e78db98d798 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/asn1/runtime/pom.xml b/extensions-jvm/asn1/runtime/pom.xml index 60fc3fe4ab88..5be18e708b37 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/asterisk/deployment/pom.xml b/extensions-jvm/asterisk/deployment/pom.xml index 28b4f6a07dad..064bc50bc5b9 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/asterisk/pom.xml b/extensions-jvm/asterisk/pom.xml index 29441ebb0895..9d365856a4b8 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/asterisk/runtime/pom.xml b/extensions-jvm/asterisk/runtime/pom.xml index ffc07f6b9c3c..61514c469054 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/aws-secrets-manager/deployment/pom.xml b/extensions-jvm/aws-secrets-manager/deployment/pom.xml index 434e84138419..f544a17f407c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/aws-secrets-manager/pom.xml b/extensions-jvm/aws-secrets-manager/pom.xml index 3c89cd63d237..864e0d998daa 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/aws-secrets-manager/runtime/pom.xml b/extensions-jvm/aws-secrets-manager/runtime/pom.xml index 4e8de9ae6aba..583503891340 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/aws-xray/deployment/pom.xml b/extensions-jvm/aws-xray/deployment/pom.xml index e8f8c2a7bc14..6f0919b3125c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/aws-xray/pom.xml b/extensions-jvm/aws-xray/pom.xml index cddb03ccfffd..6f150d5e651a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/aws-xray/runtime/pom.xml b/extensions-jvm/aws-xray/runtime/pom.xml index 43d2fcf4351b..e2ceab34a161 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/azure-cosmosdb/deployment/pom.xml b/extensions-jvm/azure-cosmosdb/deployment/pom.xml index eb99bd65dcc5..e4758431213a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/azure-cosmosdb/pom.xml b/extensions-jvm/azure-cosmosdb/pom.xml index 9794b5c7f16c..24dd22fe750e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/azure-cosmosdb/runtime/pom.xml b/extensions-jvm/azure-cosmosdb/runtime/pom.xml index 30a3fb7b6fab..2aa5adfe7797 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/azure-key-vault/deployment/pom.xml b/extensions-jvm/azure-key-vault/deployment/pom.xml index feac9b51bee7..15204d8a659d 100644 --- a/extensions-jvm/azure-key-vault/deployment/pom.xml +++ b/extensions-jvm/azure-key-vault/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-azure-key-vault-parent - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/azure-key-vault/pom.xml b/extensions-jvm/azure-key-vault/pom.xml index 72b4b32f1e15..dcd21d7eacd9 100644 --- a/extensions-jvm/azure-key-vault/pom.xml +++ b/extensions-jvm/azure-key-vault/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/azure-key-vault/runtime/pom.xml b/extensions-jvm/azure-key-vault/runtime/pom.xml index 63c2a8271f3a..0ca802aaf0f0 100644 --- a/extensions-jvm/azure-key-vault/runtime/pom.xml +++ b/extensions-jvm/azure-key-vault/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-azure-key-vault-parent - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/azure-servicebus/deployment/pom.xml b/extensions-jvm/azure-servicebus/deployment/pom.xml index 05b23102a19e..73544ba6189b 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/azure-servicebus/pom.xml b/extensions-jvm/azure-servicebus/pom.xml index dcdd30a3922a..758088fffb5e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/azure-servicebus/runtime/pom.xml b/extensions-jvm/azure-servicebus/runtime/pom.xml index 93f27d97325b..b9607cb381dd 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/azure-storage-datalake/deployment/pom.xml b/extensions-jvm/azure-storage-datalake/deployment/pom.xml index fa6044f06176..29f41f346c4e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/azure-storage-datalake/pom.xml b/extensions-jvm/azure-storage-datalake/pom.xml index 0c66975e4e86..00fe2897f8bd 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/azure-storage-datalake/runtime/pom.xml b/extensions-jvm/azure-storage-datalake/runtime/pom.xml index 0a7d18734ae6..1320eb24b7e1 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/barcode/deployment/pom.xml b/extensions-jvm/barcode/deployment/pom.xml index d8072e3f22ec..6e6b9fabd238 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/barcode/pom.xml b/extensions-jvm/barcode/pom.xml index 48d1f42d6655..220d8769e93a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/barcode/runtime/pom.xml b/extensions-jvm/barcode/runtime/pom.xml index d73d95c361c9..b9298bf97ae2 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/beanio/deployment/pom.xml b/extensions-jvm/beanio/deployment/pom.xml index 23a6f6e6eea2..cda825fb7595 100644 --- a/extensions-jvm/beanio/deployment/pom.xml +++ b/extensions-jvm/beanio/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-beanio-parent - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/beanio/pom.xml b/extensions-jvm/beanio/pom.xml index bcdf0920fc1b..a14d9343833f 100644 --- a/extensions-jvm/beanio/pom.xml +++ b/extensions-jvm/beanio/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/beanio/runtime/pom.xml b/extensions-jvm/beanio/runtime/pom.xml index 64fe337ff53b..c2f4f046cbb3 100644 --- a/extensions-jvm/beanio/runtime/pom.xml +++ b/extensions-jvm/beanio/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-beanio-parent - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/bonita/deployment/pom.xml b/extensions-jvm/bonita/deployment/pom.xml index 989e4c48f39b..a934e6ea8bad 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/bonita/pom.xml b/extensions-jvm/bonita/pom.xml index 177e1e82f9de..0ee45e90a634 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/bonita/runtime/pom.xml b/extensions-jvm/bonita/runtime/pom.xml index b633d3ef66b2..51030fe144d9 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/chatscript/deployment/pom.xml b/extensions-jvm/chatscript/deployment/pom.xml index 0a6438012211..3d177e345497 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/chatscript/pom.xml b/extensions-jvm/chatscript/pom.xml index 9d8e2241fa3e..8e1a55ba51f1 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/chatscript/runtime/pom.xml b/extensions-jvm/chatscript/runtime/pom.xml index 278f70de2c72..fd5f7df702ef 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/chunk/deployment/pom.xml b/extensions-jvm/chunk/deployment/pom.xml index 3f478840dae0..eabfe082507a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/chunk/pom.xml b/extensions-jvm/chunk/pom.xml index a96ec1541bda..3e3ae3e6f1a3 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/chunk/runtime/pom.xml b/extensions-jvm/chunk/runtime/pom.xml index 1b9eb056e849..d6b81d2b3130 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/cli-connector/deployment/pom.xml b/extensions-jvm/cli-connector/deployment/pom.xml index 4501caf17c80..cee76aaf9600 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/cli-connector/pom.xml b/extensions-jvm/cli-connector/pom.xml index 5376fbd28b16..98655569b41e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/cli-connector/runtime/pom.xml b/extensions-jvm/cli-connector/runtime/pom.xml index 3757b7c9aacb..0ba1e8d7ca30 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/cm-sms/deployment/pom.xml b/extensions-jvm/cm-sms/deployment/pom.xml index d19e59428738..027970c0a8b6 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/cm-sms/pom.xml b/extensions-jvm/cm-sms/pom.xml index 00cbd422ef11..a13153bc797b 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/cm-sms/runtime/pom.xml b/extensions-jvm/cm-sms/runtime/pom.xml index 3fe015f1904f..77d78a760c9e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/coap/deployment/pom.xml b/extensions-jvm/coap/deployment/pom.xml index 3e0a527873b6..a899bc69f7ef 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/coap/pom.xml b/extensions-jvm/coap/pom.xml index 26c9424cffab..aa01cdc58b0f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/coap/runtime/pom.xml b/extensions-jvm/coap/runtime/pom.xml index db70220c46ea..d6125725ba65 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/cometd/deployment/pom.xml b/extensions-jvm/cometd/deployment/pom.xml index 3c1a9825a12b..db984a32c942 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/cometd/pom.xml b/extensions-jvm/cometd/pom.xml index adad5fb314b1..ff198909d97c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/cometd/runtime/pom.xml b/extensions-jvm/cometd/runtime/pom.xml index 6fd1c591dfae..61a9fcfed0f0 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/console/deployment/pom.xml b/extensions-jvm/console/deployment/pom.xml index 8a82e066e843..3e22232584c7 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/console/pom.xml b/extensions-jvm/console/pom.xml index e4c197bd4c5e..ab389675f014 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/console/runtime/pom.xml b/extensions-jvm/console/runtime/pom.xml index fecf3238633d..1f5223a9cf7d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/couchbase/deployment/pom.xml b/extensions-jvm/couchbase/deployment/pom.xml index 37658977d07d..0cf3caed9dad 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/couchbase/pom.xml b/extensions-jvm/couchbase/pom.xml index 3c9a73f32d76..04648dc52598 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/couchbase/runtime/pom.xml b/extensions-jvm/couchbase/runtime/pom.xml index 99d06a1e0b54..6a44dece9696 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/djl/deployment/pom.xml b/extensions-jvm/djl/deployment/pom.xml index 5bec843b21ab..9aea2b27930c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/djl/pom.xml b/extensions-jvm/djl/pom.xml index ce56c1270029..530c08cb6509 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/djl/runtime/pom.xml b/extensions-jvm/djl/runtime/pom.xml index ec1f301e4694..9a2dd3d09fc1 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/dns/deployment/pom.xml b/extensions-jvm/dns/deployment/pom.xml index 2ba7f339b30d..f744476dc860 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/dns/pom.xml b/extensions-jvm/dns/pom.xml index cc8b5b797221..e7167adbcbef 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/dns/runtime/pom.xml b/extensions-jvm/dns/runtime/pom.xml index ec2a05af8f51..07d896b37a73 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/drill/deployment/pom.xml b/extensions-jvm/drill/deployment/pom.xml index 2d49ec6ad73f..feb5ed370a26 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/drill/pom.xml b/extensions-jvm/drill/pom.xml index bfc07c11cd8d..60a4348ddd94 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/drill/runtime/pom.xml b/extensions-jvm/drill/runtime/pom.xml index f79a64ba1770..60eb3ecad7f4 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/dsl-modeline/deployment/pom.xml b/extensions-jvm/dsl-modeline/deployment/pom.xml index b18d67ecd37f..54fde6ba7a5c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/dsl-modeline/pom.xml b/extensions-jvm/dsl-modeline/pom.xml index be63a5d448f4..eb2db1764ae6 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/dsl-modeline/runtime/pom.xml b/extensions-jvm/dsl-modeline/runtime/pom.xml index c102a486193e..4cb81c2b3700 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/ehcache/deployment/pom.xml b/extensions-jvm/ehcache/deployment/pom.xml index fd11ff13841e..bb01ad384417 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/ehcache/pom.xml b/extensions-jvm/ehcache/pom.xml index 3adc3fbd07cf..a66cd4812ac8 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/ehcache/runtime/pom.xml b/extensions-jvm/ehcache/runtime/pom.xml index ee666ae3966c..247a3980529b 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/elasticsearch-rest-client/deployment/pom.xml b/extensions-jvm/elasticsearch-rest-client/deployment/pom.xml index 4fb9a83e800a..2fbd81c68c68 100644 --- a/extensions-jvm/elasticsearch-rest-client/deployment/pom.xml +++ b/extensions-jvm/elasticsearch-rest-client/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-elasticsearch-rest-client-parent - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/elasticsearch-rest-client/pom.xml b/extensions-jvm/elasticsearch-rest-client/pom.xml index f036babee0e4..1299cfde21ce 100644 --- a/extensions-jvm/elasticsearch-rest-client/pom.xml +++ b/extensions-jvm/elasticsearch-rest-client/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/elasticsearch-rest-client/runtime/pom.xml b/extensions-jvm/elasticsearch-rest-client/runtime/pom.xml index 1d7c1a88bd3c..63571e19be27 100644 --- a/extensions-jvm/elasticsearch-rest-client/runtime/pom.xml +++ b/extensions-jvm/elasticsearch-rest-client/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-elasticsearch-rest-client-parent - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/elasticsearch/deployment/pom.xml b/extensions-jvm/elasticsearch/deployment/pom.xml index 0469d2473fb0..7a1329b8fa37 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/elasticsearch/pom.xml b/extensions-jvm/elasticsearch/pom.xml index 828c0dd9c1bb..3f05987fc24b 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/elasticsearch/runtime/pom.xml b/extensions-jvm/elasticsearch/runtime/pom.xml index 667b0843acc3..8605418cb10f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/etcd3/deployment/pom.xml b/extensions-jvm/etcd3/deployment/pom.xml index b183ef365717..e3a0746dcf50 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/etcd3/pom.xml b/extensions-jvm/etcd3/pom.xml index 960a0004985f..1ef4771fb453 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/etcd3/runtime/pom.xml b/extensions-jvm/etcd3/runtime/pom.xml index 176882c7aad7..b42057f6e5c5 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/fastjson/deployment/pom.xml b/extensions-jvm/fastjson/deployment/pom.xml index bd4ec726937a..83923a02e500 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/fastjson/pom.xml b/extensions-jvm/fastjson/pom.xml index 45be021e24c9..e28682f51a40 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/fastjson/runtime/pom.xml b/extensions-jvm/fastjson/runtime/pom.xml index a3c41e3bd82d..4a34efe98aff 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/flink/deployment/pom.xml b/extensions-jvm/flink/deployment/pom.xml index 90a7301c542f..20fbf961a48a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/flink/pom.xml b/extensions-jvm/flink/pom.xml index f26d3f58d979..57033bbf9f82 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/flink/runtime/pom.xml b/extensions-jvm/flink/runtime/pom.xml index a6b38d81b758..daa64c3142d5 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/google-functions/deployment/pom.xml b/extensions-jvm/google-functions/deployment/pom.xml index 05f854c9049a..ab593d65a5bd 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/google-functions/pom.xml b/extensions-jvm/google-functions/pom.xml index 9879b219cac7..b35b0e72d5c4 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/google-functions/runtime/pom.xml b/extensions-jvm/google-functions/runtime/pom.xml index 504adce9cb00..026ab3dc2e66 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/google-secret-manager/deployment/pom.xml b/extensions-jvm/google-secret-manager/deployment/pom.xml index 5ca660b4885e..3939d3980ed9 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/google-secret-manager/pom.xml b/extensions-jvm/google-secret-manager/pom.xml index 710f503c8295..c9babd800d0a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/google-secret-manager/runtime/pom.xml b/extensions-jvm/google-secret-manager/runtime/pom.xml index b12b014d5670..6d7adb70889a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/guava-eventbus/deployment/pom.xml b/extensions-jvm/guava-eventbus/deployment/pom.xml index cd64ff6f073b..b3242b2e522b 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/guava-eventbus/pom.xml b/extensions-jvm/guava-eventbus/pom.xml index 2e0fa0229df7..25229e6d4605 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/guava-eventbus/runtime/pom.xml b/extensions-jvm/guava-eventbus/runtime/pom.xml index 9e18e8f7f923..b7c375f9ad51 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/hashicorp-vault/deployment/pom.xml b/extensions-jvm/hashicorp-vault/deployment/pom.xml index 39aa96abd495..56db1d80cd5e 100644 --- a/extensions-jvm/hashicorp-vault/deployment/pom.xml +++ b/extensions-jvm/hashicorp-vault/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-hashicorp-vault-parent - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/hashicorp-vault/pom.xml b/extensions-jvm/hashicorp-vault/pom.xml index 8d2e91619a9e..48d2396d4aae 100644 --- a/extensions-jvm/hashicorp-vault/pom.xml +++ b/extensions-jvm/hashicorp-vault/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions-jvm - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/hashicorp-vault/runtime/pom.xml b/extensions-jvm/hashicorp-vault/runtime/pom.xml index 4dbf9279e5ed..dc9d62b9b6ae 100644 --- a/extensions-jvm/hashicorp-vault/runtime/pom.xml +++ b/extensions-jvm/hashicorp-vault/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-hashicorp-vault-parent - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/huaweicloud-smn/deployment/pom.xml b/extensions-jvm/huaweicloud-smn/deployment/pom.xml index 0c4619ff1150..b2e88eab1436 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/huaweicloud-smn/pom.xml b/extensions-jvm/huaweicloud-smn/pom.xml index f0f9a336e5be..08638593d89a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/huaweicloud-smn/runtime/pom.xml b/extensions-jvm/huaweicloud-smn/runtime/pom.xml index 06b8447959a1..11a131b1f62a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/iec60870/deployment/pom.xml b/extensions-jvm/iec60870/deployment/pom.xml index 0cdcd6da108a..00dbd4ce33c7 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/iec60870/pom.xml b/extensions-jvm/iec60870/pom.xml index 9ea2614842a2..2314a73e0b20 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/iec60870/runtime/pom.xml b/extensions-jvm/iec60870/runtime/pom.xml index d9b443d8cfd6..d7a2901a86b0 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/ignite/deployment/pom.xml b/extensions-jvm/ignite/deployment/pom.xml index 39f148a405c5..840ac3f4f579 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/ignite/pom.xml b/extensions-jvm/ignite/pom.xml index a9790f994c57..27672238e15c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/ignite/runtime/pom.xml b/extensions-jvm/ignite/runtime/pom.xml index 261fc867bc37..b17a52df4b9a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/irc/deployment/pom.xml b/extensions-jvm/irc/deployment/pom.xml index 4870bd447ef5..e90fedb899f9 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/irc/pom.xml b/extensions-jvm/irc/pom.xml index 835cd32f7c67..f05368da1cd0 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/irc/runtime/pom.xml b/extensions-jvm/irc/runtime/pom.xml index 6d4f606e45e8..06200747f0f2 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/jcr/deployment/pom.xml b/extensions-jvm/jcr/deployment/pom.xml index ec95898322f7..b8a698663364 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/jcr/pom.xml b/extensions-jvm/jcr/pom.xml index 8921474d0857..eeddcf8779ff 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/jcr/runtime/pom.xml b/extensions-jvm/jcr/runtime/pom.xml index e9d01e3de103..0d96f6d25404 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/jgroups-raft/deployment/pom.xml b/extensions-jvm/jgroups-raft/deployment/pom.xml index e520d0352f68..639c4b718fb0 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/jgroups-raft/pom.xml b/extensions-jvm/jgroups-raft/pom.xml index 508639cef686..f1e3d1e9ac3c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/jgroups-raft/runtime/pom.xml b/extensions-jvm/jgroups-raft/runtime/pom.xml index d7c7e5780c57..f88e5f6bbe5d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/jgroups/deployment/pom.xml b/extensions-jvm/jgroups/deployment/pom.xml index 09a72b916263..db92826200b1 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/jgroups/pom.xml b/extensions-jvm/jgroups/pom.xml index e292bf1ba1ff..8d7d6bf90b1d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/jgroups/runtime/pom.xml b/extensions-jvm/jgroups/runtime/pom.xml index 41cfd6185e53..cb0286a13696 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/jooq/deployment/pom.xml b/extensions-jvm/jooq/deployment/pom.xml index 1ab7d73d1ef5..c6d653196a54 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/jooq/pom.xml b/extensions-jvm/jooq/pom.xml index 1f68a0fa5030..6bd68f17e096 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/jooq/runtime/pom.xml b/extensions-jvm/jooq/runtime/pom.xml index 27fd0ea19a4a..f242aaa49215 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/json-patch/deployment/pom.xml b/extensions-jvm/json-patch/deployment/pom.xml index 9abde6eff3cc..717df0f2d271 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/json-patch/pom.xml b/extensions-jvm/json-patch/pom.xml index 73aea610f0d2..c6078bb1f6f9 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/json-patch/runtime/pom.xml b/extensions-jvm/json-patch/runtime/pom.xml index 5b1fbd39fe84..a0a79cc0b627 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/jsonapi/deployment/pom.xml b/extensions-jvm/jsonapi/deployment/pom.xml index 592f315325b8..e5c211820a1e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/jsonapi/pom.xml b/extensions-jvm/jsonapi/pom.xml index bcf4780257f1..ee5364767c40 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/jsonapi/runtime/pom.xml b/extensions-jvm/jsonapi/runtime/pom.xml index b1ee905dafe8..9ca979f18320 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/ldif/deployment/pom.xml b/extensions-jvm/ldif/deployment/pom.xml index 8db10c2db33a..f75bab199849 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/ldif/pom.xml b/extensions-jvm/ldif/pom.xml index af39e9e3356f..e2aa4c1086e7 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/ldif/runtime/pom.xml b/extensions-jvm/ldif/runtime/pom.xml index 2afec1465d76..1c697c179004 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/lucene/deployment/pom.xml b/extensions-jvm/lucene/deployment/pom.xml index 014102a400a3..c2c4eb611613 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/lucene/pom.xml b/extensions-jvm/lucene/pom.xml index 6239da6aa353..8a62b8cf12b0 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/lucene/runtime/pom.xml b/extensions-jvm/lucene/runtime/pom.xml index d3d6d112bc77..1170dda5d78b 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/mail-microsoft-oauth/deployment/pom.xml b/extensions-jvm/mail-microsoft-oauth/deployment/pom.xml index 7122ddd90fc8..b845808f2a71 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/mail-microsoft-oauth/pom.xml b/extensions-jvm/mail-microsoft-oauth/pom.xml index 3b9bbda70606..ab55b75447c5 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/mail-microsoft-oauth/runtime/pom.xml b/extensions-jvm/mail-microsoft-oauth/runtime/pom.xml index 0b775049fa89..7eac1f1a72a2 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/mvel/deployment/pom.xml b/extensions-jvm/mvel/deployment/pom.xml index 7303de88d9a5..a9b540292227 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/mvel/pom.xml b/extensions-jvm/mvel/pom.xml index 39732be78c9a..b3f2e08401b5 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/mvel/runtime/pom.xml b/extensions-jvm/mvel/runtime/pom.xml index b30e516371c7..2d845f3cb4b3 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/opensearch/deployment/pom.xml b/extensions-jvm/opensearch/deployment/pom.xml index b1b5170859e6..45e0de69318b 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/opensearch/pom.xml b/extensions-jvm/opensearch/pom.xml index c93be7213d9b..db7fed8731c0 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/opensearch/runtime/pom.xml b/extensions-jvm/opensearch/runtime/pom.xml index a6dd2c291ed0..cda035a95051 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/pom.xml b/extensions-jvm/pom.xml index f195f49fa1c6..4eff6b2793b2 100644 --- a/extensions-jvm/pom.xml +++ b/extensions-jvm/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent - 3.9.0-SNAPSHOT + 3.9.0 ../poms/build-parent/pom.xml diff --git a/extensions-jvm/printer/deployment/pom.xml b/extensions-jvm/printer/deployment/pom.xml index 7951ebbdd3b4..3926f98a1739 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/printer/pom.xml b/extensions-jvm/printer/pom.xml index 3a3c6f2fe90b..c6018a4be33d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/printer/runtime/pom.xml b/extensions-jvm/printer/runtime/pom.xml index d81a89c9b567..99c1fc4879c8 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/pulsar/deployment/pom.xml b/extensions-jvm/pulsar/deployment/pom.xml index 3418b368d039..4221bad8eaba 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/pulsar/pom.xml b/extensions-jvm/pulsar/pom.xml index b1350da3220c..3bcfc8a2eebd 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/pulsar/runtime/pom.xml b/extensions-jvm/pulsar/runtime/pom.xml index aa8550c70d97..18d8f519632f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/quickfix/deployment/pom.xml b/extensions-jvm/quickfix/deployment/pom.xml index 5731903b66a3..c4747e2ed3ce 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/quickfix/pom.xml b/extensions-jvm/quickfix/pom.xml index 8dcb0246c3d3..5e56297c6534 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/quickfix/runtime/pom.xml b/extensions-jvm/quickfix/runtime/pom.xml index cc97b68ead5a..750d25617c16 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/redis/deployment/pom.xml b/extensions-jvm/redis/deployment/pom.xml index a1527e14c863..e86c37f4e230 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/redis/pom.xml b/extensions-jvm/redis/pom.xml index 85a2d6251ab9..af314c351e24 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/redis/runtime/pom.xml b/extensions-jvm/redis/runtime/pom.xml index 4b745b1ba27b..b9366761545c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/robotframework/deployment/pom.xml b/extensions-jvm/robotframework/deployment/pom.xml index 71e8c247942e..bc54bec8fdbe 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/robotframework/pom.xml b/extensions-jvm/robotframework/pom.xml index 0b9dc54c1ce5..a88b857281be 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/robotframework/runtime/pom.xml b/extensions-jvm/robotframework/runtime/pom.xml index 392654ec3053..3c13d9fe7de1 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/schematron/deployment/pom.xml b/extensions-jvm/schematron/deployment/pom.xml index c8c7b2590581..854784fecd93 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/schematron/pom.xml b/extensions-jvm/schematron/pom.xml index e4a5809beff5..89782c129f62 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/schematron/runtime/pom.xml b/extensions-jvm/schematron/runtime/pom.xml index ae56ce5c81ad..3f749367fe1e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/smpp/deployment/pom.xml b/extensions-jvm/smpp/deployment/pom.xml index bfdd35587edf..ff062d717fb3 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/smpp/pom.xml b/extensions-jvm/smpp/pom.xml index 0957649b3c39..6b881b5cd1ae 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/smpp/runtime/pom.xml b/extensions-jvm/smpp/runtime/pom.xml index 8c9448a39d47..d0f40c04a3cd 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/snmp/deployment/pom.xml b/extensions-jvm/snmp/deployment/pom.xml index 64904af3831c..797dee58b28e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/snmp/pom.xml b/extensions-jvm/snmp/pom.xml index f54a47aa0709..c6b87d29607e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/snmp/runtime/pom.xml b/extensions-jvm/snmp/runtime/pom.xml index 3c637f153b4e..ceab470d2b15 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/spring-redis/deployment/pom.xml b/extensions-jvm/spring-redis/deployment/pom.xml index ee362d626ded..9d4b0d88163f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/spring-redis/pom.xml b/extensions-jvm/spring-redis/pom.xml index 466a779ab026..68821f953d7c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/spring-redis/runtime/pom.xml b/extensions-jvm/spring-redis/runtime/pom.xml index c0bf1e2e1696..f18073ca394b 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/stitch/deployment/pom.xml b/extensions-jvm/stitch/deployment/pom.xml index ba545d10b85b..bd75d4d808a3 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/stitch/pom.xml b/extensions-jvm/stitch/pom.xml index 60aa0ffe8e9d..79163f7a0ebf 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/stitch/runtime/pom.xml b/extensions-jvm/stitch/runtime/pom.xml index ec8a0d04ca52..a6bc5f10d93c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/stomp/deployment/pom.xml b/extensions-jvm/stomp/deployment/pom.xml index aa171aa8a53d..5195f1e5b176 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/stomp/pom.xml b/extensions-jvm/stomp/pom.xml index 0036e3fe612c..767c459589f1 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/stomp/runtime/pom.xml b/extensions-jvm/stomp/runtime/pom.xml index d03eca5dd269..4ec470ac8d47 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/stub/deployment/pom.xml b/extensions-jvm/stub/deployment/pom.xml index 23bf84cdbde7..2be1dd8f0bdd 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/stub/pom.xml b/extensions-jvm/stub/pom.xml index 707819d6a15e..f9740bc87cbb 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/stub/runtime/pom.xml b/extensions-jvm/stub/runtime/pom.xml index 58e9f49f721c..d27237fd2591 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/thrift/deployment/pom.xml b/extensions-jvm/thrift/deployment/pom.xml index 717c0c3dc0c6..839e8b5fa612 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/thrift/pom.xml b/extensions-jvm/thrift/pom.xml index 978c49096809..c0a6c92335a6 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/thrift/runtime/pom.xml b/extensions-jvm/thrift/runtime/pom.xml index ada7b9a5034e..ea2dde177b0c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/web3j/deployment/pom.xml b/extensions-jvm/web3j/deployment/pom.xml index 8b2c0ba90d7c..8450fb071425 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/web3j/pom.xml b/extensions-jvm/web3j/pom.xml index db640b5586cd..31b0c8d6950b 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/web3j/runtime/pom.xml b/extensions-jvm/web3j/runtime/pom.xml index 682799ab45cc..246e5881caeb 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/wordpress/deployment/pom.xml b/extensions-jvm/wordpress/deployment/pom.xml index 3e0e92c80486..6a2006c768ef 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/wordpress/pom.xml b/extensions-jvm/wordpress/pom.xml index b36bb0762bf7..c9c2a7550c11 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/wordpress/runtime/pom.xml b/extensions-jvm/wordpress/runtime/pom.xml index 0bbad4a8fadf..0e55b12975d4 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/workday/deployment/pom.xml b/extensions-jvm/workday/deployment/pom.xml index 168cec4833ea..5f079b45d32d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/workday/pom.xml b/extensions-jvm/workday/pom.xml index 4b79604340e4..ea39811fcf7c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/workday/runtime/pom.xml b/extensions-jvm/workday/runtime/pom.xml index 843a2222cb0c..80db2c2e6ae8 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/xmpp/deployment/pom.xml b/extensions-jvm/xmpp/deployment/pom.xml index a8d87b5b4852..f32b6347f908 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/xmpp/pom.xml b/extensions-jvm/xmpp/pom.xml index feb66c924307..85b3e47f230d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/xmpp/runtime/pom.xml b/extensions-jvm/xmpp/runtime/pom.xml index a2a3ed71326d..2a1516aab3f4 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/zookeeper-master/deployment/pom.xml b/extensions-jvm/zookeeper-master/deployment/pom.xml index 72483b0aa47d..f046897f5571 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/zookeeper-master/pom.xml b/extensions-jvm/zookeeper-master/pom.xml index af502e621f49..00cd708bfd0a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/zookeeper-master/runtime/pom.xml b/extensions-jvm/zookeeper-master/runtime/pom.xml index c9c21da14194..128825eb46ca 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/zookeeper/deployment/pom.xml b/extensions-jvm/zookeeper/deployment/pom.xml index c475b9055934..a89bc4b94806 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/zookeeper/pom.xml b/extensions-jvm/zookeeper/pom.xml index d3ad4ae87103..46623cd3e9f7 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-jvm/zookeeper/runtime/pom.xml b/extensions-jvm/zookeeper/runtime/pom.xml index d751120a504f..e26fa2c115e3 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/ahc/deployment/pom.xml b/extensions-support/ahc/deployment/pom.xml index 51886b588446..db7b464dfa6e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/ahc/pom.xml b/extensions-support/ahc/pom.xml index ef2ce4d11282..38a3f5391e67 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/ahc/runtime/pom.xml b/extensions-support/ahc/runtime/pom.xml index 5c1628a703b3..047b14aec2d1 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/aws/deployment/pom.xml b/extensions-support/aws/deployment/pom.xml index e038193217ef..e8365e919c1f 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.9.0-SNAPSHOT + 3.9.0 camel-quarkus-support-aws-deployment diff --git a/extensions-support/aws/pom.xml b/extensions-support/aws/pom.xml index cbd4cfb57e3a..3c43834b7f0c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/aws/runtime/pom.xml b/extensions-support/aws/runtime/pom.xml index 5ae33f2825c3..262a3d475f8b 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.9.0-SNAPSHOT + 3.9.0 camel-quarkus-support-aws diff --git a/extensions-support/aws2/deployment/pom.xml b/extensions-support/aws2/deployment/pom.xml index 0cf3512618d0..1fae8b535782 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.9.0-SNAPSHOT + 3.9.0 camel-quarkus-support-aws2-deployment diff --git a/extensions-support/aws2/pom.xml b/extensions-support/aws2/pom.xml index 907a9e89a9e0..608dfb85daec 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/aws2/runtime/pom.xml b/extensions-support/aws2/runtime/pom.xml index fb85d509549a..de8c042f22d1 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.9.0-SNAPSHOT + 3.9.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 b31076d2b2d5..e7c53d91e040 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.9.0-SNAPSHOT + 3.9.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 6176e79b8c01..c7295a0be7e1 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.9.0-SNAPSHOT + 3.9.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 c8891fcbcead..952d008967c4 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/azure-core/deployment/pom.xml b/extensions-support/azure-core/deployment/pom.xml index 83b2aa72925e..33e8ad2c794c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/azure-core/pom.xml b/extensions-support/azure-core/pom.xml index 095c0783e692..2abfd517fc9d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/azure-core/runtime/pom.xml b/extensions-support/azure-core/runtime/pom.xml index bde2646756e2..e74ea70a33cd 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/bouncycastle/deployment/pom.xml b/extensions-support/bouncycastle/deployment/pom.xml index 2d88d2812c86..10d52670d4e8 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/bouncycastle/pom.xml b/extensions-support/bouncycastle/pom.xml index 28b9f27cef49..ade9d27036a2 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/bouncycastle/runtime/pom.xml b/extensions-support/bouncycastle/runtime/pom.xml index dac359fb1ccb..5895371e5241 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/commons-logging/deployment/pom.xml b/extensions-support/commons-logging/deployment/pom.xml index 9159b854d5a5..bccdf0f7b48d 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions-support/commons-logging/pom.xml b/extensions-support/commons-logging/pom.xml index d6a5d53ed499..4c30518ca7b6 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/commons-logging/runtime/pom.xml b/extensions-support/commons-logging/runtime/pom.xml index aada60706813..154b026e809d 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions-support/consul-client/deployment/pom.xml b/extensions-support/consul-client/deployment/pom.xml index 4e9c85af37c9..967b7fbf7cd0 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions-support/consul-client/pom.xml b/extensions-support/consul-client/pom.xml index 5f927b61613d..3a655061e050 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/consul-client/runtime/pom.xml b/extensions-support/consul-client/runtime/pom.xml index defaf33ad544..0acf82366436 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions-support/debezium/deployment/pom.xml b/extensions-support/debezium/deployment/pom.xml index 381c8848cd3e..3b50358e5e92 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/debezium/pom.xml b/extensions-support/debezium/pom.xml index 5ddb248d40bf..89d617e38182 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/debezium/runtime/pom.xml b/extensions-support/debezium/runtime/pom.xml index aef6e957d971..a8f3aa21ed34 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/dsl/deployment/pom.xml b/extensions-support/dsl/deployment/pom.xml index 72f9119199fe..a70001f84743 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/dsl/pom.xml b/extensions-support/dsl/pom.xml index d36ae506f0ba..3b8e05cd85bd 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/dsl/runtime/pom.xml b/extensions-support/dsl/runtime/pom.xml index 7a30b1b0f867..afd491a5aa6d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/google-cloud/deployment/pom.xml b/extensions-support/google-cloud/deployment/pom.xml index 0d6f05f00fce..08619a65d521 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions-support/google-cloud/pom.xml b/extensions-support/google-cloud/pom.xml index 8aa1ac76b814..10f07dbbf087 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/google-cloud/runtime/pom.xml b/extensions-support/google-cloud/runtime/pom.xml index ddea2796c08a..c05db3c7d657 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.9.0-SNAPSHOT + 3.9.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 c6283b6c3aee..52f158cee47e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/google-http-client/pom.xml b/extensions-support/google-http-client/pom.xml index 0b76be05f152..86a210e46836 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/google-http-client/runtime/pom.xml b/extensions-support/google-http-client/runtime/pom.xml index 15a4e0c1b40c..11b874805bf1 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/httpclient/deployment/pom.xml b/extensions-support/httpclient/deployment/pom.xml index 8c0ede65304f..572dd7657c20 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions-support/httpclient/pom.xml b/extensions-support/httpclient/pom.xml index 6503b80be349..4a801ea428d2 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/httpclient/runtime/pom.xml b/extensions-support/httpclient/runtime/pom.xml index 4f5faf55c5d4..40bad66c95af 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.9.0-SNAPSHOT + 3.9.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 50ca61eccee8..f5316cde0aba 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions-support/jackson-dataformat-xml/pom.xml b/extensions-support/jackson-dataformat-xml/pom.xml index 52fb0bba0e45..a952f564a11a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/jackson-dataformat-xml/runtime/pom.xml b/extensions-support/jackson-dataformat-xml/runtime/pom.xml index 916dcd7e1a7e..19405a3a4cb8 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions-support/jdbc/deployment/pom.xml b/extensions-support/jdbc/deployment/pom.xml index faf1004f05e0..4e770762935f 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions-support/jdbc/pom.xml b/extensions-support/jdbc/pom.xml index c4ca06b0baeb..8ef384e498ba 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/jdbc/runtime/pom.xml b/extensions-support/jdbc/runtime/pom.xml index 0908b097ae94..cb072604f93e 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions-support/jetty/deployment/pom.xml b/extensions-support/jetty/deployment/pom.xml index 583770b91d60..3cd48bf26474 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions-support/jetty/pom.xml b/extensions-support/jetty/pom.xml index 57f994a578e4..cfe8e6b01762 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/jetty/runtime/pom.xml b/extensions-support/jetty/runtime/pom.xml index 651501e2482d..06e97c5453af 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions-support/language/deployment/pom.xml b/extensions-support/language/deployment/pom.xml index 6b37d1068b72..087c1ae57b6d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/language/pom.xml b/extensions-support/language/pom.xml index 0cb74d0c9e80..fa89b6e946e9 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/language/runtime/pom.xml b/extensions-support/language/runtime/pom.xml index 385a61bc409f..713bded48a2f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/mail/deployment/pom.xml b/extensions-support/mail/deployment/pom.xml index 8933e95bb2f5..c860ec821d61 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/mail/pom.xml b/extensions-support/mail/pom.xml index d5b4461f23c5..9a865a3b4337 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/mail/runtime/pom.xml b/extensions-support/mail/runtime/pom.xml index 7d763cf5ee9d..51ad58d0f626 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/mongodb/deployment/pom.xml b/extensions-support/mongodb/deployment/pom.xml index 17c5c98f5566..19ae80cce546 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/mongodb/pom.xml b/extensions-support/mongodb/pom.xml index 68f0bad3830f..a52c101b3c3b 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/mongodb/runtime/pom.xml b/extensions-support/mongodb/runtime/pom.xml index 009c6a39728f..b5e77366309e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/pom.xml b/extensions-support/pom.xml index a1fa7ca4890c..bf62643b6260 100644 --- a/extensions-support/pom.xml +++ b/extensions-support/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent - 3.9.0-SNAPSHOT + 3.9.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 59ba5b8d3dea..2b746b833158 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/reactor-netty/pom.xml b/extensions-support/reactor-netty/pom.xml index 7f851497d71d..0055ec069c60 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/reactor-netty/runtime/pom.xml b/extensions-support/reactor-netty/runtime/pom.xml index 0922408f5631..52c988179fc1 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/retrofit/deployment/pom.xml b/extensions-support/retrofit/deployment/pom.xml index 7497d52fd849..a3a2800c9f97 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions-support/retrofit/pom.xml b/extensions-support/retrofit/pom.xml index 8fa4d4181ca6..e3d8151e355c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/retrofit/runtime/pom.xml b/extensions-support/retrofit/runtime/pom.xml index acf2c6d34bd3..d2430db99537 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions-support/spring/deployment/pom.xml b/extensions-support/spring/deployment/pom.xml index 279257436de3..1c45bb4a9ca7 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions-support/spring/integration-test/pom.xml b/extensions-support/spring/integration-test/pom.xml index ffe9fe97b20b..e8da1e90e003 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.9.0-SNAPSHOT + 3.9.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 ce99bb2e30af..28b6a6ad3999 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/spring/runtime/pom.xml b/extensions-support/spring/runtime/pom.xml index b5a6be5da3da..c8fca62db529 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions-support/spring/shade/beans/pom.xml b/extensions-support/spring/shade/beans/pom.xml index afc456e7d2de..b84864f498bd 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions-support/spring/shade/context/pom.xml b/extensions-support/spring/shade/context/pom.xml index a1751d6428bd..25877a0dc6a5 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions-support/spring/shade/core/pom.xml b/extensions-support/spring/shade/core/pom.xml index 0a42a5e0b4eb..c21d87992228 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions-support/spring/shade/pom.xml b/extensions-support/spring/shade/pom.xml index 681cef0a33e6..2a7eaa1d07e7 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/swagger/deployment/pom.xml b/extensions-support/swagger/deployment/pom.xml index fcbbd63f2f3d..a8357244281f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/swagger/pom.xml b/extensions-support/swagger/pom.xml index 88838cba869f..2a1b35b0f85b 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/swagger/runtime/pom.xml b/extensions-support/swagger/runtime/pom.xml index 057c6f109380..2879b36a04f1 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/webhook/deployment/pom.xml b/extensions-support/webhook/deployment/pom.xml index 137ce39b9d2e..8fd97a21dfe4 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/webhook/pom.xml b/extensions-support/webhook/pom.xml index eb67ab00deb9..67b8114cb905 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/webhook/runtime/pom.xml b/extensions-support/webhook/runtime/pom.xml index c8a7f1aa8d23..76b3a12d7876 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/xalan/deployment/pom.xml b/extensions-support/xalan/deployment/pom.xml index 0c8e7ccc2b71..2c6dd6d57743 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions-support/xalan/pom.xml b/extensions-support/xalan/pom.xml index 9391ee1340d3..569c6265c2ec 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions-support/xalan/runtime/pom.xml b/extensions-support/xalan/runtime/pom.xml index 4c43714fe9e1..c75ae45630ac 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions/activemq/deployment/pom.xml b/extensions/activemq/deployment/pom.xml index dc5e613198d2..ca8224788b59 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/activemq/pom.xml b/extensions/activemq/pom.xml index 385b705df66e..f7694b23f3a1 100644 --- a/extensions/activemq/pom.xml +++ b/extensions/activemq/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/activemq/runtime/pom.xml b/extensions/activemq/runtime/pom.xml index a80f029c1ec3..23b617bf28ec 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/amqp/deployment/pom.xml b/extensions/amqp/deployment/pom.xml index c4de36e51a0a..5a38dd20f94b 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/amqp/pom.xml b/extensions/amqp/pom.xml index 925eaf618b8a..0b9b8d9707c7 100644 --- a/extensions/amqp/pom.xml +++ b/extensions/amqp/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/amqp/runtime/pom.xml b/extensions/amqp/runtime/pom.xml index c32923cccd12..f71aa9d8ab55 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/arangodb/deployment/pom.xml b/extensions/arangodb/deployment/pom.xml index 119bb6af123b..ce0e9c7a2696 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/arangodb/pom.xml b/extensions/arangodb/pom.xml index cf6c6ab93ea3..1a3d53193908 100644 --- a/extensions/arangodb/pom.xml +++ b/extensions/arangodb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/arangodb/runtime/pom.xml b/extensions/arangodb/runtime/pom.xml index b94e0e90281c..e8d098b8672e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/as2/deployment/pom.xml b/extensions/as2/deployment/pom.xml index ee9ce281fec7..2fc05e17a414 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/as2/pom.xml b/extensions/as2/pom.xml index c5fadf68aa77..bf99721b072b 100644 --- a/extensions/as2/pom.xml +++ b/extensions/as2/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/as2/runtime/pom.xml b/extensions/as2/runtime/pom.xml index 9938c5372860..2a912d21e50b 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/atom/deployment/pom.xml b/extensions/atom/deployment/pom.xml index 0253b2f828fc..86e84a093fa9 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/atom/pom.xml b/extensions/atom/pom.xml index 15b2ed27676e..41b1d976c60f 100644 --- a/extensions/atom/pom.xml +++ b/extensions/atom/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/atom/runtime/pom.xml b/extensions/atom/runtime/pom.xml index 345b42695293..fa930406cdec 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/attachments/deployment/pom.xml b/extensions/attachments/deployment/pom.xml index bff107c6b06f..dc169e64334f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/attachments/pom.xml b/extensions/attachments/pom.xml index 1542e9c74775..071832611569 100644 --- a/extensions/attachments/pom.xml +++ b/extensions/attachments/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/attachments/runtime/pom.xml b/extensions/attachments/runtime/pom.xml index 4252aad253fb..d75f3391aaf2 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/avro/deployment/pom.xml b/extensions/avro/deployment/pom.xml index ffc5ad5c1e1e..64ca9ae6cbd4 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/avro/pom.xml b/extensions/avro/pom.xml index c05ec8367b63..2c41846e4a90 100644 --- a/extensions/avro/pom.xml +++ b/extensions/avro/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/avro/runtime/pom.xml b/extensions/avro/runtime/pom.xml index e52c1d7e62ba..593cc251bdd4 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-athena/deployment/pom.xml b/extensions/aws2-athena/deployment/pom.xml index a5a8d3bf7052..c82ac90dbb2f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-athena/pom.xml b/extensions/aws2-athena/pom.xml index 87fd7cccafd6..2dfc6a8c0877 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-athena/runtime/pom.xml b/extensions/aws2-athena/runtime/pom.xml index 73a5fb908c58..3baaaa569966 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-cw/deployment/pom.xml b/extensions/aws2-cw/deployment/pom.xml index 272d7152a8f2..1588e4817a47 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-cw/pom.xml b/extensions/aws2-cw/pom.xml index b3bc13589393..bd0498857ab2 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-cw/runtime/pom.xml b/extensions/aws2-cw/runtime/pom.xml index c97aabb3474b..2b1c1a87d8a9 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-ddb/deployment/pom.xml b/extensions/aws2-ddb/deployment/pom.xml index 1ac1f45cd62d..febdfc300a4a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-ddb/pom.xml b/extensions/aws2-ddb/pom.xml index 6e0340deb4a3..3fbed142c8f4 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-ddb/runtime/pom.xml b/extensions/aws2-ddb/runtime/pom.xml index ce2922c5d07a..6412112dfd40 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-ec2/deployment/pom.xml b/extensions/aws2-ec2/deployment/pom.xml index 184d1783f659..f6e641c8e81d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-ec2/pom.xml b/extensions/aws2-ec2/pom.xml index a4054a8b3fd8..4694b27a8cb7 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-ec2/runtime/pom.xml b/extensions/aws2-ec2/runtime/pom.xml index cc7031a811ae..582926595aee 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-ecs/deployment/pom.xml b/extensions/aws2-ecs/deployment/pom.xml index 780afa060496..8ec02bfa165e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-ecs/pom.xml b/extensions/aws2-ecs/pom.xml index 2d350c75a96a..9a93807213e0 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-ecs/runtime/pom.xml b/extensions/aws2-ecs/runtime/pom.xml index a169536f48a0..adc087f23da2 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-eks/deployment/pom.xml b/extensions/aws2-eks/deployment/pom.xml index ba7dddf6904b..83bda4d0be96 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-eks/pom.xml b/extensions/aws2-eks/pom.xml index f473c258d199..20d082efd1c1 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-eks/runtime/pom.xml b/extensions/aws2-eks/runtime/pom.xml index 048156084cea..f2efed3b1598 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-eventbridge/deployment/pom.xml b/extensions/aws2-eventbridge/deployment/pom.xml index 0fe7f872e5b0..0ab5e7d9ea17 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-eventbridge/pom.xml b/extensions/aws2-eventbridge/pom.xml index 643478952f0b..c4f56a98268d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-eventbridge/runtime/pom.xml b/extensions/aws2-eventbridge/runtime/pom.xml index 6a30185da9d4..82da224011b7 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-iam/deployment/pom.xml b/extensions/aws2-iam/deployment/pom.xml index 6b2b811b03ee..77ad3f49cdb6 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-iam/pom.xml b/extensions/aws2-iam/pom.xml index e6c6add92a80..67a50d32e984 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-iam/runtime/pom.xml b/extensions/aws2-iam/runtime/pom.xml index c267aabc412b..8d473db9cc99 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-kinesis/deployment/pom.xml b/extensions/aws2-kinesis/deployment/pom.xml index 9ac8c06b7035..4df9e1ee2148 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-kinesis/pom.xml b/extensions/aws2-kinesis/pom.xml index 1789365896ac..aa4fd4d29df3 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-kinesis/runtime/pom.xml b/extensions/aws2-kinesis/runtime/pom.xml index 4edef4ff9eff..8370d4fd2969 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-kms/deployment/pom.xml b/extensions/aws2-kms/deployment/pom.xml index ff196d73a6d4..4db841d7f077 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-kms/pom.xml b/extensions/aws2-kms/pom.xml index 7259ad8ee5c7..f65b5cdb90da 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-kms/runtime/pom.xml b/extensions/aws2-kms/runtime/pom.xml index 1fe5cf194716..d0f94d4ea208 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-lambda/deployment/pom.xml b/extensions/aws2-lambda/deployment/pom.xml index 0be0d11b6235..6da46a345c26 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-lambda/pom.xml b/extensions/aws2-lambda/pom.xml index db3ffa13a584..9a497ccd869f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-lambda/runtime/pom.xml b/extensions/aws2-lambda/runtime/pom.xml index e569cf991e83..3f41dab3dc5f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-mq/deployment/pom.xml b/extensions/aws2-mq/deployment/pom.xml index 4af811250080..4c821a5ffc77 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-mq/pom.xml b/extensions/aws2-mq/pom.xml index 6118638d9e08..e0ac807dd7e2 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-mq/runtime/pom.xml b/extensions/aws2-mq/runtime/pom.xml index ed28a53241bd..1ce4f8d1f220 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-msk/deployment/pom.xml b/extensions/aws2-msk/deployment/pom.xml index 35967bdfbb0b..740d49223a33 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-msk/pom.xml b/extensions/aws2-msk/pom.xml index 97696295a309..17050cb8b0ab 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-msk/runtime/pom.xml b/extensions/aws2-msk/runtime/pom.xml index 900904522178..476a03a9f82d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-s3/deployment/pom.xml b/extensions/aws2-s3/deployment/pom.xml index d92ed4ec7467..70965b9038f1 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-s3/pom.xml b/extensions/aws2-s3/pom.xml index f2811b89d89c..7ecea4f01eb4 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-s3/runtime/pom.xml b/extensions/aws2-s3/runtime/pom.xml index edb44fea4a39..6fa1a9f6c1e2 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-ses/deployment/pom.xml b/extensions/aws2-ses/deployment/pom.xml index b798c024b369..50fb12d66e43 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-ses/pom.xml b/extensions/aws2-ses/pom.xml index 9c3dea3f9eab..594eb664e2fb 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-ses/runtime/pom.xml b/extensions/aws2-ses/runtime/pom.xml index d8b653f237a6..c9b96eee52d0 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-sns/deployment/pom.xml b/extensions/aws2-sns/deployment/pom.xml index 37f5812fb5c7..b43a2394ec31 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-sns/pom.xml b/extensions/aws2-sns/pom.xml index 7cfb066302b3..dc60158c71ca 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-sns/runtime/pom.xml b/extensions/aws2-sns/runtime/pom.xml index 26ad3b16fd8e..cab3b0edfa2b 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-sqs/deployment/pom.xml b/extensions/aws2-sqs/deployment/pom.xml index 0dbc09688218..56d82c761d3f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-sqs/pom.xml b/extensions/aws2-sqs/pom.xml index 832f1987c92c..347b5a208d90 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-sqs/runtime/pom.xml b/extensions/aws2-sqs/runtime/pom.xml index a359418c18fd..362f7be62f4e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-sts/deployment/pom.xml b/extensions/aws2-sts/deployment/pom.xml index 277e1a37f6f7..ebd4920feb49 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-sts/pom.xml b/extensions/aws2-sts/pom.xml index fcbf0782c140..7d0e033ac74d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-sts/runtime/pom.xml b/extensions/aws2-sts/runtime/pom.xml index d26c63778621..3c2c88c89d36 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-translate/deployment/pom.xml b/extensions/aws2-translate/deployment/pom.xml index 8ded7ed81c42..defc961800e9 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-translate/pom.xml b/extensions/aws2-translate/pom.xml index 16fc6cdf3644..8d7554862913 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/aws2-translate/runtime/pom.xml b/extensions/aws2-translate/runtime/pom.xml index 188297fdeaf6..a8624a6b37d1 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/azure-eventhubs/deployment/pom.xml b/extensions/azure-eventhubs/deployment/pom.xml index f3114595b972..2e80498d8fda 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/azure-eventhubs/pom.xml b/extensions/azure-eventhubs/pom.xml index 324b4982e051..7fcf5c2fd985 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/azure-eventhubs/runtime/pom.xml b/extensions/azure-eventhubs/runtime/pom.xml index 31bc45514bcf..4cb3af65fb3a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/azure-storage-blob/deployment/pom.xml b/extensions/azure-storage-blob/deployment/pom.xml index b784ccb236d1..7efd6c4d29b0 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/azure-storage-blob/pom.xml b/extensions/azure-storage-blob/pom.xml index 0001c0a5e0ad..09f4149f2afa 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/azure-storage-blob/runtime/pom.xml b/extensions/azure-storage-blob/runtime/pom.xml index 3a8c3b3cb60f..465f585dbb95 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/azure-storage-queue/deployment/pom.xml b/extensions/azure-storage-queue/deployment/pom.xml index 265c766296b4..cc8e68d5066f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/azure-storage-queue/pom.xml b/extensions/azure-storage-queue/pom.xml index 9d0d7e258bbe..a6fcdd7aa95e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/azure-storage-queue/runtime/pom.xml b/extensions/azure-storage-queue/runtime/pom.xml index c28c4a7ae0ad..04e0488561ec 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/base64/deployment/pom.xml b/extensions/base64/deployment/pom.xml index d6164328b304..2f38654a3d3a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/base64/pom.xml b/extensions/base64/pom.xml index 650b09e8a418..b7c9a8ddce97 100644 --- a/extensions/base64/pom.xml +++ b/extensions/base64/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/base64/runtime/pom.xml b/extensions/base64/runtime/pom.xml index d6b2adb1661e..a2891181a965 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/bean-validator/deployment/pom.xml b/extensions/bean-validator/deployment/pom.xml index c7adc6aa4a77..f64ead49689c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/bean-validator/pom.xml b/extensions/bean-validator/pom.xml index 1211a522c46e..958ec33a8e17 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/bean-validator/runtime/pom.xml b/extensions/bean-validator/runtime/pom.xml index 3435fea1f96e..04b83526ef47 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/bean/deployment/pom.xml b/extensions/bean/deployment/pom.xml index bd98c7243e75..25187d94b7f7 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/bean/pom.xml b/extensions/bean/pom.xml index 132b81448c8d..a5600da3b67a 100644 --- a/extensions/bean/pom.xml +++ b/extensions/bean/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/bean/runtime/pom.xml b/extensions/bean/runtime/pom.xml index e0f9e3431ab6..ee1c6acc0a1f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/bindy/deployment/pom.xml b/extensions/bindy/deployment/pom.xml index d035c361b42b..695bcd5c4bec 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/bindy/pom.xml b/extensions/bindy/pom.xml index 5288daa4c07b..f2c2acc79f50 100644 --- a/extensions/bindy/pom.xml +++ b/extensions/bindy/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/bindy/runtime/pom.xml b/extensions/bindy/runtime/pom.xml index f6a4cca1ed37..97cbc7837137 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/box/deployment/pom.xml b/extensions/box/deployment/pom.xml index b1f3cec738f1..71b4d18c846d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/box/pom.xml b/extensions/box/pom.xml index 2bd79b75cfdf..5552125593b8 100644 --- a/extensions/box/pom.xml +++ b/extensions/box/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/box/runtime/pom.xml b/extensions/box/runtime/pom.xml index 99f7336c24ff..3186d27a50e0 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/braintree/deployment/pom.xml b/extensions/braintree/deployment/pom.xml index 3c81c1a3ccbc..c66c64f57794 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/braintree/pom.xml b/extensions/braintree/pom.xml index 81399e7fdbb9..acdce0466e97 100644 --- a/extensions/braintree/pom.xml +++ b/extensions/braintree/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/braintree/runtime/pom.xml b/extensions/braintree/runtime/pom.xml index 3b3cf0cccb84..48875cae36ab 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/browse/deployment/pom.xml b/extensions/browse/deployment/pom.xml index 50cf99e5337f..c985378319d5 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/browse/pom.xml b/extensions/browse/pom.xml index 549a452491d2..1c1cc0dc0ad0 100644 --- a/extensions/browse/pom.xml +++ b/extensions/browse/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/browse/runtime/pom.xml b/extensions/browse/runtime/pom.xml index 768f8ae04561..3ea5ee987c4f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/caffeine/deployment/pom.xml b/extensions/caffeine/deployment/pom.xml index 9bf5e83fe04b..58d702a75a3b 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/caffeine/pom.xml b/extensions/caffeine/pom.xml index e89324bd38d3..ebf4a65f0d63 100644 --- a/extensions/caffeine/pom.xml +++ b/extensions/caffeine/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/caffeine/runtime/pom.xml b/extensions/caffeine/runtime/pom.xml index e2d20e4a23b0..c9cda8504011 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/camel-k/deployment/pom.xml b/extensions/camel-k/deployment/pom.xml index 74c40d74a687..9604997ed901 100644 --- a/extensions/camel-k/deployment/pom.xml +++ b/extensions/camel-k/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-camel-k-parent - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/camel-k/pom.xml b/extensions/camel-k/pom.xml index 29fab86a6b88..b95bf310aafe 100644 --- a/extensions/camel-k/pom.xml +++ b/extensions/camel-k/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/camel-k/runtime/pom.xml b/extensions/camel-k/runtime/pom.xml index 3b92a22ffe57..133c3dd7fe6b 100644 --- a/extensions/camel-k/runtime/pom.xml +++ b/extensions/camel-k/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-camel-k-parent - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/cassandraql/deployment/pom.xml b/extensions/cassandraql/deployment/pom.xml index ba7e82f7d6e0..a46a7bce42e1 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/cassandraql/pom.xml b/extensions/cassandraql/pom.xml index 0a0240a0b0bb..6ac95362f4fe 100644 --- a/extensions/cassandraql/pom.xml +++ b/extensions/cassandraql/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/cassandraql/runtime/pom.xml b/extensions/cassandraql/runtime/pom.xml index 78911b9d7e3f..658f9740331b 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/cbor/deployment/pom.xml b/extensions/cbor/deployment/pom.xml index a0be8fe84bed..34fe45059526 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/cbor/pom.xml b/extensions/cbor/pom.xml index cd223058b1c0..da0e8a29d14b 100644 --- a/extensions/cbor/pom.xml +++ b/extensions/cbor/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/cbor/runtime/pom.xml b/extensions/cbor/runtime/pom.xml index b027bab9bae4..3cf17290b327 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/cloudevents/deployment/pom.xml b/extensions/cloudevents/deployment/pom.xml index ce552a9c7027..129937f663e4 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/cloudevents/pom.xml b/extensions/cloudevents/pom.xml index 0a8535d04408..66bab84d2918 100644 --- a/extensions/cloudevents/pom.xml +++ b/extensions/cloudevents/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/cloudevents/runtime/pom.xml b/extensions/cloudevents/runtime/pom.xml index 008cbca2c45c..c132be57cc95 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/consul/deployment/pom.xml b/extensions/consul/deployment/pom.xml index d133b017c81a..a6b5e4b9f067 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/consul/pom.xml b/extensions/consul/pom.xml index f4d41cd8f77b..91bc57f920f9 100644 --- a/extensions/consul/pom.xml +++ b/extensions/consul/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/consul/runtime/pom.xml b/extensions/consul/runtime/pom.xml index 06dc80c8dc27..00ceb7842ba3 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/controlbus/deployment/pom.xml b/extensions/controlbus/deployment/pom.xml index 3759087a9494..3f8b640acaa3 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/controlbus/pom.xml b/extensions/controlbus/pom.xml index bb58e5834b45..d71ad6be4417 100644 --- a/extensions/controlbus/pom.xml +++ b/extensions/controlbus/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/controlbus/runtime/pom.xml b/extensions/controlbus/runtime/pom.xml index 26912bfc03ca..a3a68b71f43d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/couchdb/deployment/pom.xml b/extensions/couchdb/deployment/pom.xml index caef983419ce..e30b0d6550ae 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/couchdb/pom.xml b/extensions/couchdb/pom.xml index d144b1ca0586..e92a2592df9a 100644 --- a/extensions/couchdb/pom.xml +++ b/extensions/couchdb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/couchdb/runtime/pom.xml b/extensions/couchdb/runtime/pom.xml index fbf087ebd4e7..cdb31280b3c4 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/cron/deployment/pom.xml b/extensions/cron/deployment/pom.xml index 13c0ec4be145..43516faf561d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/cron/pom.xml b/extensions/cron/pom.xml index d988a35852ea..210838343ebc 100644 --- a/extensions/cron/pom.xml +++ b/extensions/cron/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/cron/runtime/pom.xml b/extensions/cron/runtime/pom.xml index 5cdb26b2463d..c56ec244522c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/crypto/deployment/pom.xml b/extensions/crypto/deployment/pom.xml index c13d9dab4c7a..31c18fdc3551 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/crypto/pom.xml b/extensions/crypto/pom.xml index 77c2634f5907..35326c244e4e 100644 --- a/extensions/crypto/pom.xml +++ b/extensions/crypto/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/crypto/runtime/pom.xml b/extensions/crypto/runtime/pom.xml index 7f3a1d817c60..e99de5f1b5a4 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/csimple/deployment/pom.xml b/extensions/csimple/deployment/pom.xml index 12bfb9d3b6ae..25866c1afe6f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/csimple/pom.xml b/extensions/csimple/pom.xml index 05dc1551b1bb..8b7e553bede6 100644 --- a/extensions/csimple/pom.xml +++ b/extensions/csimple/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/csimple/runtime/pom.xml b/extensions/csimple/runtime/pom.xml index 695711fa3425..1786749110e0 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/csv/deployment/pom.xml b/extensions/csv/deployment/pom.xml index 57e23b3784fa..3e1e5922aab8 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/csv/pom.xml b/extensions/csv/pom.xml index d670449d3064..031983473d70 100644 --- a/extensions/csv/pom.xml +++ b/extensions/csv/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/csv/runtime/pom.xml b/extensions/csv/runtime/pom.xml index 65e2e9aa608d..594dea948bbf 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/cxf-soap/deployment/pom.xml b/extensions/cxf-soap/deployment/pom.xml index b2a725996516..15cc89c8b721 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/cxf-soap/pom.xml b/extensions/cxf-soap/pom.xml index 0add2d9df01a..8d8f92c81edb 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/cxf-soap/runtime/pom.xml b/extensions/cxf-soap/runtime/pom.xml index 01d23b6b3231..2ba9a5cab992 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/dataformat/deployment/pom.xml b/extensions/dataformat/deployment/pom.xml index d53914504fa0..0781e53d568d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/dataformat/pom.xml b/extensions/dataformat/pom.xml index 0a60a064acac..eb9600b8f9a3 100644 --- a/extensions/dataformat/pom.xml +++ b/extensions/dataformat/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/dataformat/runtime/pom.xml b/extensions/dataformat/runtime/pom.xml index 775021edf44d..336217c839d0 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/dataset/deployment/pom.xml b/extensions/dataset/deployment/pom.xml index ce564ca92081..665482fdf0f2 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/dataset/pom.xml b/extensions/dataset/pom.xml index 21c9140bcce8..17a7bcdc323a 100644 --- a/extensions/dataset/pom.xml +++ b/extensions/dataset/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/dataset/runtime/pom.xml b/extensions/dataset/runtime/pom.xml index 2a5f4dbf92cc..ccc89e3f22bf 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/datasonnet/deployment/pom.xml b/extensions/datasonnet/deployment/pom.xml index abe28aa5a798..62f5d69644bf 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/datasonnet/pom.xml b/extensions/datasonnet/pom.xml index 838f2dbf7521..58c3de2f95f5 100644 --- a/extensions/datasonnet/pom.xml +++ b/extensions/datasonnet/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/datasonnet/runtime/pom.xml b/extensions/datasonnet/runtime/pom.xml index 7fa0806a9c3b..6ab5a72c8654 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/debezium-mongodb/deployment/pom.xml b/extensions/debezium-mongodb/deployment/pom.xml index 1183df574e9f..c98c9214b6d0 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/debezium-mongodb/pom.xml b/extensions/debezium-mongodb/pom.xml index f6fdf0a93426..a7636a435936 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/debezium-mongodb/runtime/pom.xml b/extensions/debezium-mongodb/runtime/pom.xml index 2902452840f6..e6d0b16cbde7 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/debezium-mysql/deployment/pom.xml b/extensions/debezium-mysql/deployment/pom.xml index 3dbcd705994b..1b79f43d6e46 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/debezium-mysql/pom.xml b/extensions/debezium-mysql/pom.xml index a58661a7d9ed..d97d350276f5 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/debezium-mysql/runtime/pom.xml b/extensions/debezium-mysql/runtime/pom.xml index 7f0aadaffecc..02fe3c09a00d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/debezium-postgres/deployment/pom.xml b/extensions/debezium-postgres/deployment/pom.xml index b1928d376548..b61147985279 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/debezium-postgres/pom.xml b/extensions/debezium-postgres/pom.xml index 73372934f50f..3dd640d86a76 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/debezium-postgres/runtime/pom.xml b/extensions/debezium-postgres/runtime/pom.xml index e3a37e306ecb..cdcd08188279 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/debezium-sqlserver/deployment/pom.xml b/extensions/debezium-sqlserver/deployment/pom.xml index baa58375695a..3dd5e9869501 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/debezium-sqlserver/pom.xml b/extensions/debezium-sqlserver/pom.xml index 0c0012ebe828..31fe41f33994 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/debezium-sqlserver/runtime/pom.xml b/extensions/debezium-sqlserver/runtime/pom.xml index 0097fb6281d8..17da4594be3d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/debug/deployment/pom.xml b/extensions/debug/deployment/pom.xml index 6ea0858a5c89..e5452c865412 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/debug/pom.xml b/extensions/debug/pom.xml index 0591186557b0..e2b2ef06e0f4 100644 --- a/extensions/debug/pom.xml +++ b/extensions/debug/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/debug/runtime/pom.xml b/extensions/debug/runtime/pom.xml index 7c10ee2876ec..a62654bd36c2 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/digitalocean/deployment/pom.xml b/extensions/digitalocean/deployment/pom.xml index 70c7cc10deb6..8f69d5b271f0 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/digitalocean/pom.xml b/extensions/digitalocean/pom.xml index 2fd7d5a1c988..9c6b241ba532 100644 --- a/extensions/digitalocean/pom.xml +++ b/extensions/digitalocean/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/digitalocean/runtime/pom.xml b/extensions/digitalocean/runtime/pom.xml index a42b861a8047..c135267f8b41 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/direct/deployment/pom.xml b/extensions/direct/deployment/pom.xml index 3f13584aab7e..ed8031aaa99e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/direct/pom.xml b/extensions/direct/pom.xml index 7896d5a926b1..e68a61c7943d 100644 --- a/extensions/direct/pom.xml +++ b/extensions/direct/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/direct/runtime/pom.xml b/extensions/direct/runtime/pom.xml index 0a2e78f45290..f30c7ca3d91e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/disruptor/deployment/pom.xml b/extensions/disruptor/deployment/pom.xml index 9b18ff72c09c..474a9ed42991 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/disruptor/pom.xml b/extensions/disruptor/pom.xml index fb86103fcc97..652255d9fb03 100644 --- a/extensions/disruptor/pom.xml +++ b/extensions/disruptor/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/disruptor/runtime/pom.xml b/extensions/disruptor/runtime/pom.xml index ce73f137c205..d40b84f664ff 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/dropbox/deployment/pom.xml b/extensions/dropbox/deployment/pom.xml index 1fa9f401f557..bbadac1a50a8 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/dropbox/pom.xml b/extensions/dropbox/pom.xml index 10a0a18530bf..771fe2c8a693 100644 --- a/extensions/dropbox/pom.xml +++ b/extensions/dropbox/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/dropbox/runtime/pom.xml b/extensions/dropbox/runtime/pom.xml index e5ec0f2ec18f..163f8206788d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/exec/deployment/pom.xml b/extensions/exec/deployment/pom.xml index e68d13fca8d9..dbbf030610c8 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/exec/pom.xml b/extensions/exec/pom.xml index e1aa9387b66f..17ededfe6336 100644 --- a/extensions/exec/pom.xml +++ b/extensions/exec/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/exec/runtime/pom.xml b/extensions/exec/runtime/pom.xml index daef0363f25e..98461ef85e99 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/fhir/deployment/pom.xml b/extensions/fhir/deployment/pom.xml index c2f063820c7f..63c751a4b6e0 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/fhir/pom.xml b/extensions/fhir/pom.xml index 1adb714ee9b6..93bf1f3b6625 100644 --- a/extensions/fhir/pom.xml +++ b/extensions/fhir/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/fhir/runtime/pom.xml b/extensions/fhir/runtime/pom.xml index c74ba1bd9488..3f9862b9ab56 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/file-watch/deployment/pom.xml b/extensions/file-watch/deployment/pom.xml index c55e583f75ae..42e4915aeab7 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/file-watch/pom.xml b/extensions/file-watch/pom.xml index d9ff8e7218ab..d05fb6a8f16c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/file-watch/runtime/pom.xml b/extensions/file-watch/runtime/pom.xml index ce36d662793a..74dd4ece197b 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/file/deployment/pom.xml b/extensions/file/deployment/pom.xml index 6f596e7f72c2..22770b8e23a2 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/file/pom.xml b/extensions/file/pom.xml index 4be38ce58eb9..e1918c18130b 100644 --- a/extensions/file/pom.xml +++ b/extensions/file/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/file/runtime/pom.xml b/extensions/file/runtime/pom.xml index 990bda6234a2..aff28cc2e83c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/flatpack/deployment/pom.xml b/extensions/flatpack/deployment/pom.xml index 4639923daa60..d77706b2b557 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/flatpack/pom.xml b/extensions/flatpack/pom.xml index f8d9e3eec978..cd2601c261a8 100644 --- a/extensions/flatpack/pom.xml +++ b/extensions/flatpack/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/flatpack/runtime/pom.xml b/extensions/flatpack/runtime/pom.xml index b7dad8e67b3c..8f2553709ff0 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/fop/deployment/pom.xml b/extensions/fop/deployment/pom.xml index 7f8427d72d5e..a3a5f04e775e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/fop/pom.xml b/extensions/fop/pom.xml index c1d14516a21d..27645ebf2e99 100644 --- a/extensions/fop/pom.xml +++ b/extensions/fop/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/fop/runtime/pom.xml b/extensions/fop/runtime/pom.xml index 20cfc9dd5f42..66bc9aa49db5 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/freemarker/deployment/pom.xml b/extensions/freemarker/deployment/pom.xml index df130a58d2cb..f18ba08c46bd 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/freemarker/pom.xml b/extensions/freemarker/pom.xml index bc083c639b71..b7b4c6570d68 100644 --- a/extensions/freemarker/pom.xml +++ b/extensions/freemarker/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/freemarker/runtime/pom.xml b/extensions/freemarker/runtime/pom.xml index ee224bf4d5ca..b4c84968fa9a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/ftp/deployment/pom.xml b/extensions/ftp/deployment/pom.xml index e2c0fae29d77..113e993a2ec1 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/ftp/pom.xml b/extensions/ftp/pom.xml index 9c928b503c2f..47048c8e28cd 100644 --- a/extensions/ftp/pom.xml +++ b/extensions/ftp/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/ftp/runtime/pom.xml b/extensions/ftp/runtime/pom.xml index 5afe583e9077..bd0c11c3edf0 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/geocoder/deployment/pom.xml b/extensions/geocoder/deployment/pom.xml index 4e9f515e51a0..7e4014bf3b60 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/geocoder/pom.xml b/extensions/geocoder/pom.xml index c68cc171786e..0ce375110db1 100644 --- a/extensions/geocoder/pom.xml +++ b/extensions/geocoder/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/geocoder/runtime/pom.xml b/extensions/geocoder/runtime/pom.xml index 2e314c831383..6fbac137fc1f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/git/deployment/pom.xml b/extensions/git/deployment/pom.xml index bfb1e338d895..c3703782ab88 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/git/pom.xml b/extensions/git/pom.xml index 80a3ff81e463..2ff0634b90e2 100644 --- a/extensions/git/pom.xml +++ b/extensions/git/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/git/runtime/pom.xml b/extensions/git/runtime/pom.xml index 330a6359342c..85f09deb1636 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/github/deployment/pom.xml b/extensions/github/deployment/pom.xml index c3bfbf970b09..f3d44bfc361f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/github/pom.xml b/extensions/github/pom.xml index a740616f7d97..74a0fe9acf8b 100644 --- a/extensions/github/pom.xml +++ b/extensions/github/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/github/runtime/pom.xml b/extensions/github/runtime/pom.xml index c2d2e50f1b4c..1ae341c69f9e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/google-bigquery/deployment/pom.xml b/extensions/google-bigquery/deployment/pom.xml index e241c48c8a4f..2f68baa43090 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/google-bigquery/pom.xml b/extensions/google-bigquery/pom.xml index fc3fc543a9aa..b3f7be1060fd 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/google-bigquery/runtime/pom.xml b/extensions/google-bigquery/runtime/pom.xml index c0478cec8bc1..da43efff7b35 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/google-calendar/deployment/pom.xml b/extensions/google-calendar/deployment/pom.xml index 8c2a444de4ff..b3f2d46d6b24 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/google-calendar/pom.xml b/extensions/google-calendar/pom.xml index 3fa6f4aed656..63a62ddbd544 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/google-calendar/runtime/pom.xml b/extensions/google-calendar/runtime/pom.xml index afb692ac906c..e1b430b265a8 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/google-drive/deployment/pom.xml b/extensions/google-drive/deployment/pom.xml index 28b255fd6dba..018f7c3c4da3 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/google-drive/pom.xml b/extensions/google-drive/pom.xml index 38015f2d093b..76210d5c33b9 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/google-drive/runtime/pom.xml b/extensions/google-drive/runtime/pom.xml index 272089d13134..bd92b8fc0995 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/google-mail/deployment/pom.xml b/extensions/google-mail/deployment/pom.xml index 668f6b16badc..f991ac4fff74 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/google-mail/pom.xml b/extensions/google-mail/pom.xml index 5e4db76bc779..4eac8210a3ed 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/google-mail/runtime/pom.xml b/extensions/google-mail/runtime/pom.xml index 6a0fb40e1124..c09556a1de47 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/google-pubsub/deployment/pom.xml b/extensions/google-pubsub/deployment/pom.xml index cafa0fe6d06c..0bdcab54d955 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/google-pubsub/pom.xml b/extensions/google-pubsub/pom.xml index 07ffbba4d96f..80368d7f0b97 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/google-pubsub/runtime/pom.xml b/extensions/google-pubsub/runtime/pom.xml index 688b7d4e40d7..13d163883f2f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/google-sheets/deployment/pom.xml b/extensions/google-sheets/deployment/pom.xml index 9e80a0a92a49..49317c1420b9 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/google-sheets/pom.xml b/extensions/google-sheets/pom.xml index 567c305c950e..000773256b08 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/google-sheets/runtime/pom.xml b/extensions/google-sheets/runtime/pom.xml index 7eea146229e2..012825a09fcf 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/google-storage/deployment/pom.xml b/extensions/google-storage/deployment/pom.xml index 7b626343d26b..57b1aa320782 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/google-storage/pom.xml b/extensions/google-storage/pom.xml index a174d7361685..3909bf2e6434 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/google-storage/runtime/pom.xml b/extensions/google-storage/runtime/pom.xml index 7881519b3d71..0bfebdf0cacd 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/graphql/deployment/pom.xml b/extensions/graphql/deployment/pom.xml index b3c6d656dfa3..b15727925d4d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/graphql/pom.xml b/extensions/graphql/pom.xml index be18ffa633e0..9d911e557683 100644 --- a/extensions/graphql/pom.xml +++ b/extensions/graphql/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/graphql/runtime/pom.xml b/extensions/graphql/runtime/pom.xml index d5603f1e4f1d..f14fe2d908b1 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/grok/deployment/pom.xml b/extensions/grok/deployment/pom.xml index 4ac157c06eb2..919395790f03 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/grok/pom.xml b/extensions/grok/pom.xml index aef74e208782..174cbb460738 100644 --- a/extensions/grok/pom.xml +++ b/extensions/grok/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/grok/runtime/pom.xml b/extensions/grok/runtime/pom.xml index ba706e130d73..be92f59ac872 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/groovy-dsl/deployment/pom.xml b/extensions/groovy-dsl/deployment/pom.xml index 618940b48d36..0cdab8caa4ab 100644 --- a/extensions/groovy-dsl/deployment/pom.xml +++ b/extensions/groovy-dsl/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-groovy-dsl-parent - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/groovy-dsl/pom.xml b/extensions/groovy-dsl/pom.xml index 90653d81d700..235a4f7c05fe 100644 --- a/extensions/groovy-dsl/pom.xml +++ b/extensions/groovy-dsl/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/groovy-dsl/runtime/pom.xml b/extensions/groovy-dsl/runtime/pom.xml index aab3b5eed9f3..182826f5bf68 100644 --- a/extensions/groovy-dsl/runtime/pom.xml +++ b/extensions/groovy-dsl/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-groovy-dsl-parent - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/groovy/deployment/pom.xml b/extensions/groovy/deployment/pom.xml index 63ef89f4f7ad..0cb820618925 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/groovy/pom.xml b/extensions/groovy/pom.xml index 7895ecb38fea..251404cbf2a2 100644 --- a/extensions/groovy/pom.xml +++ b/extensions/groovy/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/groovy/runtime/pom.xml b/extensions/groovy/runtime/pom.xml index edfc38664152..2b3e9aa3cc12 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/grpc/codegen/pom.xml b/extensions/grpc/codegen/pom.xml index a6aec9e9ec52..5069844e27d1 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/grpc/deployment/pom.xml b/extensions/grpc/deployment/pom.xml index e606eeb03e3f..35559ea08788 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/grpc/pom.xml b/extensions/grpc/pom.xml index d28a3faf9d33..23fbc776aed1 100644 --- a/extensions/grpc/pom.xml +++ b/extensions/grpc/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/grpc/runtime/pom.xml b/extensions/grpc/runtime/pom.xml index 95c96c0c7b09..a1f885ce633c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/gson/deployment/pom.xml b/extensions/gson/deployment/pom.xml index 6888f9a0abf2..104647857619 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/gson/pom.xml b/extensions/gson/pom.xml index 3aa1f2dbf595..ba6d8cc107bd 100644 --- a/extensions/gson/pom.xml +++ b/extensions/gson/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/gson/runtime/pom.xml b/extensions/gson/runtime/pom.xml index 9043db7ea3ef..5cfc1ae3af88 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/hazelcast/deployment/pom.xml b/extensions/hazelcast/deployment/pom.xml index 3b675b94d286..7400aa328467 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/hazelcast/pom.xml b/extensions/hazelcast/pom.xml index 39a357e409d9..e3c062df7f50 100644 --- a/extensions/hazelcast/pom.xml +++ b/extensions/hazelcast/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/hazelcast/runtime/pom.xml b/extensions/hazelcast/runtime/pom.xml index 4d38b31f6e78..ad024dd39f30 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/headersmap/deployment/pom.xml b/extensions/headersmap/deployment/pom.xml index 50b049dba86c..271c6456ae69 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/headersmap/pom.xml b/extensions/headersmap/pom.xml index d16c5df7133d..b4a75667cfae 100644 --- a/extensions/headersmap/pom.xml +++ b/extensions/headersmap/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/headersmap/runtime/pom.xml b/extensions/headersmap/runtime/pom.xml index 2eb998d2b9b2..e889ce816e34 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/hl7/deployment/pom.xml b/extensions/hl7/deployment/pom.xml index d47a2fc7d52a..841233b60215 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/hl7/pom.xml b/extensions/hl7/pom.xml index 9df2fe35d819..ceb98000f435 100644 --- a/extensions/hl7/pom.xml +++ b/extensions/hl7/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/hl7/runtime/pom.xml b/extensions/hl7/runtime/pom.xml index 217e19f8f551..36ff6b114f19 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/http/deployment/pom.xml b/extensions/http/deployment/pom.xml index 984ea2236209..f8ff26dc8a51 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/http/pom.xml b/extensions/http/pom.xml index 3b11715d3433..f87d766c3168 100644 --- a/extensions/http/pom.xml +++ b/extensions/http/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/http/runtime/pom.xml b/extensions/http/runtime/pom.xml index 8db04be03caa..f751890cb40c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/ical/deployment/pom.xml b/extensions/ical/deployment/pom.xml index ae79013920ca..e76c71219308 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/ical/pom.xml b/extensions/ical/pom.xml index 11b617626886..bf97baf3f046 100644 --- a/extensions/ical/pom.xml +++ b/extensions/ical/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/ical/runtime/pom.xml b/extensions/ical/runtime/pom.xml index e98dc635690e..c64cb6ba507f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/infinispan/deployment/pom.xml b/extensions/infinispan/deployment/pom.xml index 43b99ae84e20..91d2c5990902 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions/infinispan/pom.xml b/extensions/infinispan/pom.xml index 06fec29ba97c..a2c9564e9ad1 100644 --- a/extensions/infinispan/pom.xml +++ b/extensions/infinispan/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/infinispan/runtime/pom.xml b/extensions/infinispan/runtime/pom.xml index d6f83a939868..f664259b6320 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions/influxdb/deployment/pom.xml b/extensions/influxdb/deployment/pom.xml index 2039bfdfc812..0d5441265f37 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/influxdb/pom.xml b/extensions/influxdb/pom.xml index 116d218f3072..bf22d755b749 100644 --- a/extensions/influxdb/pom.xml +++ b/extensions/influxdb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/influxdb/runtime/pom.xml b/extensions/influxdb/runtime/pom.xml index 11719a06f8eb..ccd947bf2ce4 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jackson-avro/deployment/pom.xml b/extensions/jackson-avro/deployment/pom.xml index d9d666ef17e9..5c9b27a1ba6a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jackson-avro/pom.xml b/extensions/jackson-avro/pom.xml index 65e8db0fe8df..4829ee593d85 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jackson-avro/runtime/pom.xml b/extensions/jackson-avro/runtime/pom.xml index bc60fd3f7a87..ec5b7cc76128 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jackson-protobuf/deployment/pom.xml b/extensions/jackson-protobuf/deployment/pom.xml index 8e02914f36bf..ade64dc7bb7f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jackson-protobuf/pom.xml b/extensions/jackson-protobuf/pom.xml index 7cf028550c72..312882b3c88d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jackson-protobuf/runtime/pom.xml b/extensions/jackson-protobuf/runtime/pom.xml index 5f0b09bab496..d72a6d0dc91d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jackson/deployment/pom.xml b/extensions/jackson/deployment/pom.xml index 2b8b384bd47e..92202ba4ff04 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions/jackson/pom.xml b/extensions/jackson/pom.xml index c7f5a3308924..bc45437e3d87 100644 --- a/extensions/jackson/pom.xml +++ b/extensions/jackson/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jackson/runtime/pom.xml b/extensions/jackson/runtime/pom.xml index db5c435bc287..4c742dfaf577 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions/jacksonxml/deployment/pom.xml b/extensions/jacksonxml/deployment/pom.xml index e27ff4caf1a7..f21fcfcb1984 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jacksonxml/pom.xml b/extensions/jacksonxml/pom.xml index c712b137ad43..ddb846bff249 100644 --- a/extensions/jacksonxml/pom.xml +++ b/extensions/jacksonxml/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jacksonxml/runtime/pom.xml b/extensions/jacksonxml/runtime/pom.xml index 6c9212978293..73e2baa6d563 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jasypt/deployment/pom.xml b/extensions/jasypt/deployment/pom.xml index 50668ae52834..e383d490256d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jasypt/pom.xml b/extensions/jasypt/pom.xml index 93916e26bf44..60b3af4338eb 100644 --- a/extensions/jasypt/pom.xml +++ b/extensions/jasypt/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jasypt/runtime/pom.xml b/extensions/jasypt/runtime/pom.xml index ab439af8ba92..10fc888827b9 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/java-joor-dsl/deployment/pom.xml b/extensions/java-joor-dsl/deployment/pom.xml index 441f69201344..23fed7eae8df 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/java-joor-dsl/pom.xml b/extensions/java-joor-dsl/pom.xml index 4ef7e7842a6c..8ee5a5771a76 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/java-joor-dsl/runtime/pom.xml b/extensions/java-joor-dsl/runtime/pom.xml index 4993466265a5..dee69dab7471 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jaxb/deployment/pom.xml b/extensions/jaxb/deployment/pom.xml index a8d5d747667d..0db653ba9c4f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jaxb/pom.xml b/extensions/jaxb/pom.xml index fc57e1448208..dcbdc117ba83 100644 --- a/extensions/jaxb/pom.xml +++ b/extensions/jaxb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jaxb/runtime/pom.xml b/extensions/jaxb/runtime/pom.xml index a3312dfbdae1..71273206c992 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jcache/deployment/pom.xml b/extensions/jcache/deployment/pom.xml index ac8a8770700b..6a5f5c811378 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jcache/pom.xml b/extensions/jcache/pom.xml index 7d0f3280352e..182eac23ac53 100644 --- a/extensions/jcache/pom.xml +++ b/extensions/jcache/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jcache/runtime/pom.xml b/extensions/jcache/runtime/pom.xml index 2d6d68176bb5..f8d89687ddd6 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jdbc/deployment/pom.xml b/extensions/jdbc/deployment/pom.xml index d915df824833..65453f75255f 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions/jdbc/pom.xml b/extensions/jdbc/pom.xml index f41f70515c8e..292865f0f243 100644 --- a/extensions/jdbc/pom.xml +++ b/extensions/jdbc/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jdbc/runtime/pom.xml b/extensions/jdbc/runtime/pom.xml index 7c47aa36f26d..54c59cde461c 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions/jfr/deployment/pom.xml b/extensions/jfr/deployment/pom.xml index 22baadbace3a..f961f9cb2e65 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jfr/pom.xml b/extensions/jfr/pom.xml index efdd7129d8bc..dc8f8bb4cc56 100644 --- a/extensions/jfr/pom.xml +++ b/extensions/jfr/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jfr/runtime/pom.xml b/extensions/jfr/runtime/pom.xml index ef727135900d..17bfd03d7cf8 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jira/deployment/pom.xml b/extensions/jira/deployment/pom.xml index 1b157880a358..32f9a53f6621 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jira/pom.xml b/extensions/jira/pom.xml index fdc330c79435..f23b4d8fac13 100644 --- a/extensions/jira/pom.xml +++ b/extensions/jira/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jira/runtime/pom.xml b/extensions/jira/runtime/pom.xml index c405e46f7ade..5d6e2c88f37e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jms/deployment/pom.xml b/extensions/jms/deployment/pom.xml index 065b1a34cd90..311819c674c2 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jms/pom.xml b/extensions/jms/pom.xml index b36187bcc1e8..45f20bd871bf 100644 --- a/extensions/jms/pom.xml +++ b/extensions/jms/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jms/runtime/pom.xml b/extensions/jms/runtime/pom.xml index 4a90f66e7e43..dccaee0bd339 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jolt/deployment/pom.xml b/extensions/jolt/deployment/pom.xml index 8c6f82c22ebe..2c11ca9c1f1f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jolt/pom.xml b/extensions/jolt/pom.xml index 1412aac48c7a..a88cbca987af 100644 --- a/extensions/jolt/pom.xml +++ b/extensions/jolt/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jolt/runtime/pom.xml b/extensions/jolt/runtime/pom.xml index f8dee02a909d..2d848e9a4b53 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/joor/deployment/pom.xml b/extensions/joor/deployment/pom.xml index f988b0d76f2b..26c5e12fd6f2 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/joor/pom.xml b/extensions/joor/pom.xml index 85dd849a9e8e..a7b93c7c0475 100644 --- a/extensions/joor/pom.xml +++ b/extensions/joor/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/joor/runtime/pom.xml b/extensions/joor/runtime/pom.xml index 81bb103af022..9815309dd9c2 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jpa/deployment/pom.xml b/extensions/jpa/deployment/pom.xml index a8006b332c34..554a8fabeb72 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jpa/pom.xml b/extensions/jpa/pom.xml index 9edca89a40fd..2aac2f84e533 100644 --- a/extensions/jpa/pom.xml +++ b/extensions/jpa/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jpa/runtime/pom.xml b/extensions/jpa/runtime/pom.xml index 2bc66cdf3265..4ebe623e82e7 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jq/deployment/pom.xml b/extensions/jq/deployment/pom.xml index 7315534d859e..ae04667e4f0c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jq/pom.xml b/extensions/jq/pom.xml index def6e444ff9f..2f78b7a7fb23 100644 --- a/extensions/jq/pom.xml +++ b/extensions/jq/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jq/runtime/pom.xml b/extensions/jq/runtime/pom.xml index 17d971d49d8e..78b10058b529 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/js-dsl/deployment/pom.xml b/extensions/js-dsl/deployment/pom.xml index 1ee03c6468a5..a168894b53fb 100644 --- a/extensions/js-dsl/deployment/pom.xml +++ b/extensions/js-dsl/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-js-dsl-parent - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/js-dsl/pom.xml b/extensions/js-dsl/pom.xml index ee41eb5f5af2..5cda777be47f 100644 --- a/extensions/js-dsl/pom.xml +++ b/extensions/js-dsl/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/js-dsl/runtime/pom.xml b/extensions/js-dsl/runtime/pom.xml index c534c06fd9c6..87437a6fbffe 100644 --- a/extensions/js-dsl/runtime/pom.xml +++ b/extensions/js-dsl/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-js-dsl-parent - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jsch/deployment/pom.xml b/extensions/jsch/deployment/pom.xml index 534fada4bfe7..867251e80544 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jsch/pom.xml b/extensions/jsch/pom.xml index 132ca9c10c9d..3c6fa3ed8546 100644 --- a/extensions/jsch/pom.xml +++ b/extensions/jsch/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jsch/runtime/pom.xml b/extensions/jsch/runtime/pom.xml index aa31b9870a91..2d6f9d4ed9a8 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jsh-dsl/deployment/pom.xml b/extensions/jsh-dsl/deployment/pom.xml index d7afb5d922c9..331f2888d805 100644 --- a/extensions/jsh-dsl/deployment/pom.xml +++ b/extensions/jsh-dsl/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jsh-dsl-parent - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jsh-dsl/pom.xml b/extensions/jsh-dsl/pom.xml index 454e87027dbf..e45bf0cd7e3d 100644 --- a/extensions/jsh-dsl/pom.xml +++ b/extensions/jsh-dsl/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jsh-dsl/runtime/pom.xml b/extensions/jsh-dsl/runtime/pom.xml index 87c256202ccf..cae6f2267f21 100644 --- a/extensions/jsh-dsl/runtime/pom.xml +++ b/extensions/jsh-dsl/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-jsh-dsl-parent - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jslt/deployment/pom.xml b/extensions/jslt/deployment/pom.xml index 7a1938e3b43b..73b21b84cbfa 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jslt/pom.xml b/extensions/jslt/pom.xml index bf081611a506..dc6759040a03 100644 --- a/extensions/jslt/pom.xml +++ b/extensions/jslt/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jslt/runtime/pom.xml b/extensions/jslt/runtime/pom.xml index c45bebe0d902..c21b01b4347c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/json-validator/deployment/pom.xml b/extensions/json-validator/deployment/pom.xml index 0763ff002a9a..c1a3d62eed22 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/json-validator/pom.xml b/extensions/json-validator/pom.xml index 99005330a19f..7c784e4968ba 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/json-validator/runtime/pom.xml b/extensions/json-validator/runtime/pom.xml index 5489afe9471a..f55c79a801c2 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jsonata/deployment/pom.xml b/extensions/jsonata/deployment/pom.xml index 6cb83f4b0385..764179b2d6ce 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jsonata/pom.xml b/extensions/jsonata/pom.xml index d50d66ebab01..140f11a81152 100644 --- a/extensions/jsonata/pom.xml +++ b/extensions/jsonata/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jsonata/runtime/pom.xml b/extensions/jsonata/runtime/pom.xml index 5b3c8f1413ae..29efdbfcd3b4 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jsonb/deployment/pom.xml b/extensions/jsonb/deployment/pom.xml index 05c2a58065e2..84f10d3ed8c6 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jsonb/pom.xml b/extensions/jsonb/pom.xml index 14bd0840584c..64eb615739fa 100644 --- a/extensions/jsonb/pom.xml +++ b/extensions/jsonb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jsonb/runtime/pom.xml b/extensions/jsonb/runtime/pom.xml index 489f17e3f50c..b46e9ae9d8b3 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jsonpath/deployment/pom.xml b/extensions/jsonpath/deployment/pom.xml index dbdf64277731..bea37164f759 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jsonpath/pom.xml b/extensions/jsonpath/pom.xml index d370acdcffd8..dcd138d4626d 100644 --- a/extensions/jsonpath/pom.xml +++ b/extensions/jsonpath/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jsonpath/runtime/pom.xml b/extensions/jsonpath/runtime/pom.xml index fe7f4855b3a0..fb2bac0671b4 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jt400/deployment/pom.xml b/extensions/jt400/deployment/pom.xml index c0ec491579f7..dfb07a610932 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jt400/pom.xml b/extensions/jt400/pom.xml index 63582189c511..f9e3ade45318 100644 --- a/extensions/jt400/pom.xml +++ b/extensions/jt400/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jt400/runtime/pom.xml b/extensions/jt400/runtime/pom.xml index 84f68f1e22ba..670e2f7959f5 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jta/deployment/pom.xml b/extensions/jta/deployment/pom.xml index 556f48015e9d..abf0e0e46278 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jta/pom.xml b/extensions/jta/pom.xml index a12590e1cefc..726b4ecc7295 100644 --- a/extensions/jta/pom.xml +++ b/extensions/jta/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/jta/runtime/pom.xml b/extensions/jta/runtime/pom.xml index 5f833ad3e635..c1841c47fc85 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/kafka/deployment/pom.xml b/extensions/kafka/deployment/pom.xml index 7902482d5863..7340ee2c9777 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/kafka/pom.xml b/extensions/kafka/pom.xml index 6f1e6fd2a07a..1ac0249a1b42 100644 --- a/extensions/kafka/pom.xml +++ b/extensions/kafka/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/kafka/runtime/pom.xml b/extensions/kafka/runtime/pom.xml index 15986cb674b0..bd53d3754a63 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/kamelet/deployment/pom.xml b/extensions/kamelet/deployment/pom.xml index 1a815eb2b983..028c22d2df96 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/kamelet/pom.xml b/extensions/kamelet/pom.xml index 879e7585a1bc..8fb02abfbdc2 100644 --- a/extensions/kamelet/pom.xml +++ b/extensions/kamelet/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/kamelet/runtime/pom.xml b/extensions/kamelet/runtime/pom.xml index 310563981461..c940f7fccc03 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/knative-consumer/deployment/pom.xml b/extensions/knative-consumer/deployment/pom.xml index e56c3bf153ac..47f083b8b733 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions/knative-consumer/pom.xml b/extensions/knative-consumer/pom.xml index e36ae340dbb1..97167e9660fa 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/knative-consumer/runtime/pom.xml b/extensions/knative-consumer/runtime/pom.xml index 8ad41186d02b..4e438ab56ea2 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/knative-producer/deployment/pom.xml b/extensions/knative-producer/deployment/pom.xml index bf1b703c167e..546b4371ffbf 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml 4.0.0 diff --git a/extensions/knative-producer/pom.xml b/extensions/knative-producer/pom.xml index eed116b5be42..a586ef11d42f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml 4.0.0 diff --git a/extensions/knative-producer/runtime/pom.xml b/extensions/knative-producer/runtime/pom.xml index 56d6b3f85980..0d1268b7c125 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml 4.0.0 diff --git a/extensions/knative/deployment/pom.xml b/extensions/knative/deployment/pom.xml index 71a2b459a25d..9f59ffac9a98 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/knative/pom.xml b/extensions/knative/pom.xml index e90522c73414..9087c2c5de42 100644 --- a/extensions/knative/pom.xml +++ b/extensions/knative/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/knative/runtime/pom.xml b/extensions/knative/runtime/pom.xml index 0548aee39dbc..29a9bf5d38fd 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/kotlin-dsl/deployment/pom.xml b/extensions/kotlin-dsl/deployment/pom.xml index f038a9fc5a06..d7a80209e879 100644 --- a/extensions/kotlin-dsl/deployment/pom.xml +++ b/extensions/kotlin-dsl/deployment/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-kotlin-dsl-parent - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/kotlin-dsl/pom.xml b/extensions/kotlin-dsl/pom.xml index fb6c9b96c6d4..19c86dd8fa34 100644 --- a/extensions/kotlin-dsl/pom.xml +++ b/extensions/kotlin-dsl/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/kotlin-dsl/runtime/pom.xml b/extensions/kotlin-dsl/runtime/pom.xml index 6586e7f10762..203e23d61b9e 100644 --- a/extensions/kotlin-dsl/runtime/pom.xml +++ b/extensions/kotlin-dsl/runtime/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-kotlin-dsl-parent - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/kotlin/deployment/pom.xml b/extensions/kotlin/deployment/pom.xml index a299594d8e38..2d89f3e44abc 100644 --- a/extensions/kotlin/deployment/pom.xml +++ b/extensions/kotlin/deployment/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-kotlin-parent - 3.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions/kotlin/pom.xml b/extensions/kotlin/pom.xml index bf5357c0d9e5..a0699a98c0ce 100644 --- a/extensions/kotlin/pom.xml +++ b/extensions/kotlin/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/kotlin/runtime/pom.xml b/extensions/kotlin/runtime/pom.xml index e174a24a14a0..4ba809f6dde9 100644 --- a/extensions/kotlin/runtime/pom.xml +++ b/extensions/kotlin/runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-kotlin-parent - 3.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions/kubernetes/deployment/pom.xml b/extensions/kubernetes/deployment/pom.xml index 7d957d12ae18..07a5f4816ca6 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/kubernetes/pom.xml b/extensions/kubernetes/pom.xml index 852ce8553242..b3ab704ff0fb 100644 --- a/extensions/kubernetes/pom.xml +++ b/extensions/kubernetes/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/kubernetes/runtime/pom.xml b/extensions/kubernetes/runtime/pom.xml index 91599df992ae..147d1b2a666e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/kudu/client/pom.xml b/extensions/kudu/client/pom.xml index 7b477d7edad9..81d957c47d28 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/kudu/deployment/pom.xml b/extensions/kudu/deployment/pom.xml index 868a93868127..4b0f8f2a9034 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/kudu/pom.xml b/extensions/kudu/pom.xml index c711778840ec..ff49df8d2e18 100644 --- a/extensions/kudu/pom.xml +++ b/extensions/kudu/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/kudu/runtime/pom.xml b/extensions/kudu/runtime/pom.xml index a93f06ade77d..865906fb325a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/language/deployment/pom.xml b/extensions/language/deployment/pom.xml index 2ff2336e35e1..dc92810d1dd1 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/language/pom.xml b/extensions/language/pom.xml index 4061338bb363..8a5315c733c7 100644 --- a/extensions/language/pom.xml +++ b/extensions/language/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/language/runtime/pom.xml b/extensions/language/runtime/pom.xml index 6ae57c76780f..35cb13215966 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/ldap/deployment/pom.xml b/extensions/ldap/deployment/pom.xml index 0c6bf5859910..a99a1b6a9d1c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/ldap/pom.xml b/extensions/ldap/pom.xml index 366953d9cf14..4a03cbc08b1a 100644 --- a/extensions/ldap/pom.xml +++ b/extensions/ldap/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/ldap/runtime/pom.xml b/extensions/ldap/runtime/pom.xml index 695f852567f4..5210f2365fb8 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/leveldb/deployment/pom.xml b/extensions/leveldb/deployment/pom.xml index 3f2626a9dc85..4f0d63639acd 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/leveldb/pom.xml b/extensions/leveldb/pom.xml index d4ef00a2b7ba..dd5d0ca73578 100644 --- a/extensions/leveldb/pom.xml +++ b/extensions/leveldb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/leveldb/runtime/pom.xml b/extensions/leveldb/runtime/pom.xml index 16e21dbd1b2f..b585cb2f35cd 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/log/deployment/pom.xml b/extensions/log/deployment/pom.xml index 2790e8db7cf9..790f6962b657 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/log/pom.xml b/extensions/log/pom.xml index df77c3f69a2b..09af223cf53c 100644 --- a/extensions/log/pom.xml +++ b/extensions/log/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/log/runtime/pom.xml b/extensions/log/runtime/pom.xml index badf84bc0caf..ffb922777e1e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/lra/deployment/pom.xml b/extensions/lra/deployment/pom.xml index 002e56416afc..668ae8332284 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/lra/pom.xml b/extensions/lra/pom.xml index 3a4dc58797dc..81fdd0ce1fb3 100644 --- a/extensions/lra/pom.xml +++ b/extensions/lra/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/lra/runtime/pom.xml b/extensions/lra/runtime/pom.xml index 40897dfe4fc0..44e30ff762dd 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/lumberjack/deployment/pom.xml b/extensions/lumberjack/deployment/pom.xml index 8a10d1c4e898..14c313f30384 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/lumberjack/pom.xml b/extensions/lumberjack/pom.xml index fac391ac9707..c54f9c96d605 100644 --- a/extensions/lumberjack/pom.xml +++ b/extensions/lumberjack/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/lumberjack/runtime/pom.xml b/extensions/lumberjack/runtime/pom.xml index 4ae100c5f96c..fa50a0256758 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/lzf/deployment/pom.xml b/extensions/lzf/deployment/pom.xml index f552209febda..568df33b483f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/lzf/pom.xml b/extensions/lzf/pom.xml index f2919b474572..028b6f60310f 100644 --- a/extensions/lzf/pom.xml +++ b/extensions/lzf/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/lzf/runtime/pom.xml b/extensions/lzf/runtime/pom.xml index 6ace14fbad38..332056fefe30 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/mail/deployment/pom.xml b/extensions/mail/deployment/pom.xml index d61cb66f98f7..10dbe15c08d8 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/mail/pom.xml b/extensions/mail/pom.xml index 62614f7dd397..902fae8a926a 100644 --- a/extensions/mail/pom.xml +++ b/extensions/mail/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/mail/runtime/pom.xml b/extensions/mail/runtime/pom.xml index 42a83fdff037..58d9f655d71d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/management/deployment/pom.xml b/extensions/management/deployment/pom.xml index f871a8a447de..c0436ef57480 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/management/pom.xml b/extensions/management/pom.xml index 72e36d3a4842..e16dcc090f31 100644 --- a/extensions/management/pom.xml +++ b/extensions/management/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/management/runtime/pom.xml b/extensions/management/runtime/pom.xml index d100b6fffbad..9f7a706b2000 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/mapstruct/deployment/pom.xml b/extensions/mapstruct/deployment/pom.xml index a00805e13958..738f4f5ccb74 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/mapstruct/pom.xml b/extensions/mapstruct/pom.xml index 06eaef164465..3d83fa31ae9f 100644 --- a/extensions/mapstruct/pom.xml +++ b/extensions/mapstruct/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/mapstruct/runtime/pom.xml b/extensions/mapstruct/runtime/pom.xml index d2358b18ecba..b7b870ae90b5 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/master/deployment/pom.xml b/extensions/master/deployment/pom.xml index 0bb41a34de72..44ce57fe27d1 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/master/pom.xml b/extensions/master/pom.xml index 6deeb4f0a6ba..9a96896c4f39 100644 --- a/extensions/master/pom.xml +++ b/extensions/master/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/master/runtime/pom.xml b/extensions/master/runtime/pom.xml index 436d1b4afbab..14a9671015c4 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/micrometer/deployment/pom.xml b/extensions/micrometer/deployment/pom.xml index f428eba06e19..07623a975e89 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/micrometer/pom.xml b/extensions/micrometer/pom.xml index fb26b155f8fc..d3e08aa4fdb2 100644 --- a/extensions/micrometer/pom.xml +++ b/extensions/micrometer/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/micrometer/runtime/pom.xml b/extensions/micrometer/runtime/pom.xml index 8edd592c033c..76cbfdfa5b98 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/microprofile-fault-tolerance/deployment/pom.xml b/extensions/microprofile-fault-tolerance/deployment/pom.xml index 745abe4d05e3..3a42bdf61967 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/microprofile-fault-tolerance/pom.xml b/extensions/microprofile-fault-tolerance/pom.xml index 69a1f1d60c94..6774fcbaac41 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/microprofile-fault-tolerance/runtime/pom.xml b/extensions/microprofile-fault-tolerance/runtime/pom.xml index cf1d9b5d1ff6..1a4704e1e49c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/microprofile-health/deployment/pom.xml b/extensions/microprofile-health/deployment/pom.xml index 17b3c087eb65..c463e73ddfc4 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/microprofile-health/pom.xml b/extensions/microprofile-health/pom.xml index b37cd2339a86..d334655b1274 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/microprofile-health/runtime/pom.xml b/extensions/microprofile-health/runtime/pom.xml index ca101ceb8498..8e97e8eb727e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/minio/deployment/pom.xml b/extensions/minio/deployment/pom.xml index 705815ef0061..b765b026c2c4 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/minio/pom.xml b/extensions/minio/pom.xml index ca25eafcb8d3..fcb0ee5408a0 100644 --- a/extensions/minio/pom.xml +++ b/extensions/minio/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/minio/runtime/pom.xml b/extensions/minio/runtime/pom.xml index 83e015f79ce5..e14a6a06d70e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/mllp/deployment/pom.xml b/extensions/mllp/deployment/pom.xml index f565cce5a7d6..8a0f48d88981 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/mllp/pom.xml b/extensions/mllp/pom.xml index bd64ebbe0e27..fa63feb6e84d 100644 --- a/extensions/mllp/pom.xml +++ b/extensions/mllp/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/mllp/runtime/pom.xml b/extensions/mllp/runtime/pom.xml index f32b9352a162..a2a6a08bfd0e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/mock/deployment/pom.xml b/extensions/mock/deployment/pom.xml index fab0c3ae5aff..a5a6c5fbfe5a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/mock/pom.xml b/extensions/mock/pom.xml index f90a313942f3..35e3230e4bff 100644 --- a/extensions/mock/pom.xml +++ b/extensions/mock/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/mock/runtime/pom.xml b/extensions/mock/runtime/pom.xml index fcc015f3f074..95c19f956e8e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/mongodb-gridfs/deployment/pom.xml b/extensions/mongodb-gridfs/deployment/pom.xml index c521de96829e..617f602f7fe9 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/mongodb-gridfs/pom.xml b/extensions/mongodb-gridfs/pom.xml index c0dbf29f9afb..211797496a7c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/mongodb-gridfs/runtime/pom.xml b/extensions/mongodb-gridfs/runtime/pom.xml index 03da0c6f9275..3fd2cbc61721 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/mongodb/deployment/pom.xml b/extensions/mongodb/deployment/pom.xml index 6c095c4caef0..905a4b63df4b 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/mongodb/pom.xml b/extensions/mongodb/pom.xml index 0ffbe7c3b642..680c529f1c6a 100644 --- a/extensions/mongodb/pom.xml +++ b/extensions/mongodb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/mongodb/runtime/pom.xml b/extensions/mongodb/runtime/pom.xml index f20a12d54b50..951c00591850 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/mustache/deployment/pom.xml b/extensions/mustache/deployment/pom.xml index f58e0bc45028..b7f67b6bc72d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/mustache/pom.xml b/extensions/mustache/pom.xml index f9f2c85cc219..25815e9ab5a6 100644 --- a/extensions/mustache/pom.xml +++ b/extensions/mustache/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/mustache/runtime/pom.xml b/extensions/mustache/runtime/pom.xml index 125772929f9f..1d1f00f33771 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/mybatis/deployment/pom.xml b/extensions/mybatis/deployment/pom.xml index 257e8f1d3c24..bbca2385a7d5 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/mybatis/pom.xml b/extensions/mybatis/pom.xml index f1d49f0f2133..afe6476f95a6 100644 --- a/extensions/mybatis/pom.xml +++ b/extensions/mybatis/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/mybatis/runtime/pom.xml b/extensions/mybatis/runtime/pom.xml index 4bdafe7180d3..abac9f55f960 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/nats/deployment/pom.xml b/extensions/nats/deployment/pom.xml index 92c2a49e1ed5..9c0bc8f15242 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/nats/pom.xml b/extensions/nats/pom.xml index b0f6b8982ff4..e9e7796176e6 100644 --- a/extensions/nats/pom.xml +++ b/extensions/nats/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/nats/runtime/pom.xml b/extensions/nats/runtime/pom.xml index 981f50ad2f6b..68a7b8ae3bc6 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/netty-http/deployment/pom.xml b/extensions/netty-http/deployment/pom.xml index 40443e125cbb..96dce9e852eb 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions/netty-http/pom.xml b/extensions/netty-http/pom.xml index d09c802f7f4e..9ea4011d2a06 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/netty-http/runtime/pom.xml b/extensions/netty-http/runtime/pom.xml index 53ec8a7c243e..9095a2d25d9f 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions/netty/deployment/pom.xml b/extensions/netty/deployment/pom.xml index a6586325e6e1..3e371e48b510 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/netty/pom.xml b/extensions/netty/pom.xml index da0ed7b1908b..bca59530fd70 100644 --- a/extensions/netty/pom.xml +++ b/extensions/netty/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/netty/runtime/pom.xml b/extensions/netty/runtime/pom.xml index bc64a780b9c6..b11c5ec8904f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/nitrite/deployment/pom.xml b/extensions/nitrite/deployment/pom.xml index fc09d1f46820..9daadb169631 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/nitrite/pom.xml b/extensions/nitrite/pom.xml index 293be50a3bcd..d6477101ac6a 100644 --- a/extensions/nitrite/pom.xml +++ b/extensions/nitrite/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/nitrite/runtime/pom.xml b/extensions/nitrite/runtime/pom.xml index e63a63cbcb5d..cab2f1c30a22 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/oaipmh/deployment/pom.xml b/extensions/oaipmh/deployment/pom.xml index 94321bdd2814..4bc2c6e2e57a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/oaipmh/pom.xml b/extensions/oaipmh/pom.xml index d4b48551952d..903cf545150b 100644 --- a/extensions/oaipmh/pom.xml +++ b/extensions/oaipmh/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/oaipmh/runtime/pom.xml b/extensions/oaipmh/runtime/pom.xml index c570a2b45602..e5be1d447d01 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/ognl/deployment/pom.xml b/extensions/ognl/deployment/pom.xml index b4bf2e16a5e3..23e2cc07074a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/ognl/pom.xml b/extensions/ognl/pom.xml index 62e0d50c3448..26b6ad00c89d 100644 --- a/extensions/ognl/pom.xml +++ b/extensions/ognl/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/ognl/runtime/pom.xml b/extensions/ognl/runtime/pom.xml index 339efff1ad89..5c8f993d0280 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/olingo4/deployment/pom.xml b/extensions/olingo4/deployment/pom.xml index 991b00fcc181..d7fb15fd3dc3 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/olingo4/pom.xml b/extensions/olingo4/pom.xml index 6e9405d79523..babfa571720c 100644 --- a/extensions/olingo4/pom.xml +++ b/extensions/olingo4/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/olingo4/runtime/pom.xml b/extensions/olingo4/runtime/pom.xml index 918629648f2f..0da78d84819b 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/openapi-java/deployment/pom.xml b/extensions/openapi-java/deployment/pom.xml index af7998c69844..e0945727493d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/openapi-java/pom.xml b/extensions/openapi-java/pom.xml index beb9cc5701f6..1d4bb3a74d3f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/openapi-java/runtime/pom.xml b/extensions/openapi-java/runtime/pom.xml index b3b511d7507b..177d06d693f8 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/openstack/deployment/pom.xml b/extensions/openstack/deployment/pom.xml index 7c0bd9644222..85ef3269b098 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/openstack/pom.xml b/extensions/openstack/pom.xml index 27ba2f69fc6a..992e04262f99 100644 --- a/extensions/openstack/pom.xml +++ b/extensions/openstack/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/openstack/runtime/pom.xml b/extensions/openstack/runtime/pom.xml index e4b30673af4a..071b11e51eb6 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/opentelemetry/deployment/pom.xml b/extensions/opentelemetry/deployment/pom.xml index 0d7a9ce6347f..823f3ce230b4 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/opentelemetry/pom.xml b/extensions/opentelemetry/pom.xml index 0f1a5c7b63b5..461cf8163636 100644 --- a/extensions/opentelemetry/pom.xml +++ b/extensions/opentelemetry/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/opentelemetry/runtime/pom.xml b/extensions/opentelemetry/runtime/pom.xml index eac74dd0016e..6bdd20967793 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/optaplanner/deployment/pom.xml b/extensions/optaplanner/deployment/pom.xml index 94cd32e9aec9..d2e2555b8720 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/optaplanner/pom.xml b/extensions/optaplanner/pom.xml index 21f7d9a8cfc4..e298d45e2394 100644 --- a/extensions/optaplanner/pom.xml +++ b/extensions/optaplanner/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/optaplanner/runtime/pom.xml b/extensions/optaplanner/runtime/pom.xml index 708e779343bf..95a6d78dd899 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/paho-mqtt5/deployment/pom.xml b/extensions/paho-mqtt5/deployment/pom.xml index 0ae8ad01e323..d7296bb44470 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/paho-mqtt5/pom.xml b/extensions/paho-mqtt5/pom.xml index 08ad81bc8136..0dc08beeb17b 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/paho-mqtt5/runtime/pom.xml b/extensions/paho-mqtt5/runtime/pom.xml index b1c962a2f581..ebc21c2b51c2 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/paho/deployment/pom.xml b/extensions/paho/deployment/pom.xml index b18b02471ed1..ccf911745f27 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/paho/pom.xml b/extensions/paho/pom.xml index 41c1b28ca843..3b2c154afec3 100644 --- a/extensions/paho/pom.xml +++ b/extensions/paho/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/paho/runtime/pom.xml b/extensions/paho/runtime/pom.xml index 842799707f5e..af5db9bd75a2 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/pdf/deployment/pom.xml b/extensions/pdf/deployment/pom.xml index c3590c58ec1c..4aeb6036937b 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/pdf/pom.xml b/extensions/pdf/pom.xml index 7f91c066b618..4406855b3f36 100644 --- a/extensions/pdf/pom.xml +++ b/extensions/pdf/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/pdf/runtime/pom.xml b/extensions/pdf/runtime/pom.xml index 8a610581a3fb..023e2ed5b36e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/pg-replication-slot/deployment/pom.xml b/extensions/pg-replication-slot/deployment/pom.xml index 9df663f27996..d4f4729d5f3b 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/pg-replication-slot/pom.xml b/extensions/pg-replication-slot/pom.xml index 5073f7943b90..e9a908ddbc42 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/pg-replication-slot/runtime/pom.xml b/extensions/pg-replication-slot/runtime/pom.xml index 45b3f55d6c13..c59031073143 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/pgevent/deployment/pom.xml b/extensions/pgevent/deployment/pom.xml index bb7a4add4a9c..23f45bc219e3 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/pgevent/pom.xml b/extensions/pgevent/pom.xml index 23927d8bdb2e..0a1d9a1d7ebb 100644 --- a/extensions/pgevent/pom.xml +++ b/extensions/pgevent/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/pgevent/runtime/pom.xml b/extensions/pgevent/runtime/pom.xml index b110839bf20b..cf03226ab620 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/platform-http/deployment/pom.xml b/extensions/platform-http/deployment/pom.xml index 35b71359a12d..d445fc7acf2e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/platform-http/pom.xml b/extensions/platform-http/pom.xml index ba843d525c78..5e0fcd58c13e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/platform-http/runtime/pom.xml b/extensions/platform-http/runtime/pom.xml index e634ba79bccd..3fae7e6f8a86 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/pom.xml b/extensions/pom.xml index 0af622cdb12b..3b8db7293bb3 100644 --- a/extensions/pom.xml +++ b/extensions/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent - 3.9.0-SNAPSHOT + 3.9.0 ../poms/build-parent/pom.xml diff --git a/extensions/protobuf/deployment/pom.xml b/extensions/protobuf/deployment/pom.xml index a0394662eb4e..62229c3a6e11 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/protobuf/pom.xml b/extensions/protobuf/pom.xml index 0fac60f35731..0651c143c4ec 100644 --- a/extensions/protobuf/pom.xml +++ b/extensions/protobuf/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/protobuf/runtime/pom.xml b/extensions/protobuf/runtime/pom.xml index 562621733378..337da3c13d28 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/pubnub/deployment/pom.xml b/extensions/pubnub/deployment/pom.xml index ee9ce64e95a7..34f2d8b8c65a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/pubnub/pom.xml b/extensions/pubnub/pom.xml index 0f6397ffdb0a..ce0d82442fbf 100644 --- a/extensions/pubnub/pom.xml +++ b/extensions/pubnub/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/pubnub/runtime/pom.xml b/extensions/pubnub/runtime/pom.xml index 5bccdae8da1e..206aad2158de 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/quartz/deployment/pom.xml b/extensions/quartz/deployment/pom.xml index c1457cac4d92..daa3caec349a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/quartz/pom.xml b/extensions/quartz/pom.xml index 3ae090f3ed5c..35d91b69fd25 100644 --- a/extensions/quartz/pom.xml +++ b/extensions/quartz/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/quartz/runtime/pom.xml b/extensions/quartz/runtime/pom.xml index 20f0e5096d71..a3ee1d8d91fa 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/qute/component/pom.xml b/extensions/qute/component/pom.xml index bbdba4ab882c..bba8feb8b5e0 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/qute/deployment/pom.xml b/extensions/qute/deployment/pom.xml index 97da24e4f564..ac14cae0a10a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/qute/pom.xml b/extensions/qute/pom.xml index 2cc3496374e7..ee8b9ff21b03 100644 --- a/extensions/qute/pom.xml +++ b/extensions/qute/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/qute/runtime/pom.xml b/extensions/qute/runtime/pom.xml index a91839d12467..8e238dc5bd9a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/reactive-streams/deployment/pom.xml b/extensions/reactive-streams/deployment/pom.xml index 4b7a81000ef4..bf07a03e11a5 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/reactive-streams/pom.xml b/extensions/reactive-streams/pom.xml index 0fff4c17781a..1adc28ba9e66 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/reactive-streams/runtime/pom.xml b/extensions/reactive-streams/runtime/pom.xml index 9e876affa827..b28c5830fd9d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/ref/deployment/pom.xml b/extensions/ref/deployment/pom.xml index 4a31d6bddadc..dd66dadea8e4 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/ref/pom.xml b/extensions/ref/pom.xml index 2c22f77cd19d..e0e7db65e7a1 100644 --- a/extensions/ref/pom.xml +++ b/extensions/ref/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/ref/runtime/pom.xml b/extensions/ref/runtime/pom.xml index 2d10bcdf9fc9..95841925282f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/rest-openapi/deployment/pom.xml b/extensions/rest-openapi/deployment/pom.xml index 659bd718dfa8..9f4ef98306f1 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/rest-openapi/pom.xml b/extensions/rest-openapi/pom.xml index f1bc49d2edc9..72902dd9a9a5 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/rest-openapi/runtime/pom.xml b/extensions/rest-openapi/runtime/pom.xml index 7e8f27d7933f..06a55e97527b 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/rest/deployment/pom.xml b/extensions/rest/deployment/pom.xml index f8c648b0197b..8ee4ddbd3a1b 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/rest/pom.xml b/extensions/rest/pom.xml index cb781b32f5c0..f15a5c8c9f55 100644 --- a/extensions/rest/pom.xml +++ b/extensions/rest/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/rest/runtime/pom.xml b/extensions/rest/runtime/pom.xml index d119f839f676..cfea245ca3b2 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/rss/deployment/pom.xml b/extensions/rss/deployment/pom.xml index bbf4872d053a..c041d7eecad2 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/rss/pom.xml b/extensions/rss/pom.xml index bd831244b60a..bc0058a8917c 100644 --- a/extensions/rss/pom.xml +++ b/extensions/rss/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/rss/runtime/pom.xml b/extensions/rss/runtime/pom.xml index c5e8c2c4009e..92a167a2a462 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/saga/deployment/pom.xml b/extensions/saga/deployment/pom.xml index a4ed8a1e7e77..9e423f5a8228 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/saga/pom.xml b/extensions/saga/pom.xml index 2e8a229f1ad2..1bf9c3779f4e 100644 --- a/extensions/saga/pom.xml +++ b/extensions/saga/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/saga/runtime/pom.xml b/extensions/saga/runtime/pom.xml index 9b80b624caff..ddd194d74acf 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/salesforce/deployment/pom.xml b/extensions/salesforce/deployment/pom.xml index af0433dcaa99..0b9d803d2c08 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions/salesforce/pom.xml b/extensions/salesforce/pom.xml index c328bf2fe6db..e926625748f7 100644 --- a/extensions/salesforce/pom.xml +++ b/extensions/salesforce/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/salesforce/runtime/pom.xml b/extensions/salesforce/runtime/pom.xml index b6d15194ed56..126f1b80c62a 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions/sap-netweaver/deployment/pom.xml b/extensions/sap-netweaver/deployment/pom.xml index 804e7e6d0cfa..62c8bb43e683 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/sap-netweaver/pom.xml b/extensions/sap-netweaver/pom.xml index 3a0c0cb4953e..e90999f63e77 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/sap-netweaver/runtime/pom.xml b/extensions/sap-netweaver/runtime/pom.xml index a7d3f1a6ce87..4d66eae382f0 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/saxon/deployment/pom.xml b/extensions/saxon/deployment/pom.xml index 7026a6b8f1dc..c3781b0291c1 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/saxon/pom.xml b/extensions/saxon/pom.xml index 9ee17be3b843..a3e766d918e9 100644 --- a/extensions/saxon/pom.xml +++ b/extensions/saxon/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/saxon/runtime/pom.xml b/extensions/saxon/runtime/pom.xml index 539eff89103e..624e3da6ccaa 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/scheduler/deployment/pom.xml b/extensions/scheduler/deployment/pom.xml index eef3311b3ce0..7b7e690ea3a9 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/scheduler/pom.xml b/extensions/scheduler/pom.xml index 3a8a466863cb..994e7c996567 100644 --- a/extensions/scheduler/pom.xml +++ b/extensions/scheduler/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/scheduler/runtime/pom.xml b/extensions/scheduler/runtime/pom.xml index f083f1e13f1d..a033bfd40bb9 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/seda/deployment/pom.xml b/extensions/seda/deployment/pom.xml index 6dc02b2300c3..b9ee7d74f771 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/seda/pom.xml b/extensions/seda/pom.xml index 9c7c0badb41e..0081ea24cbd4 100644 --- a/extensions/seda/pom.xml +++ b/extensions/seda/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/seda/runtime/pom.xml b/extensions/seda/runtime/pom.xml index 0e4c518af154..d58d1b6894b6 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/servicenow/deployment/pom.xml b/extensions/servicenow/deployment/pom.xml index 96f81b312205..cba53351cf03 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/servicenow/pom.xml b/extensions/servicenow/pom.xml index 284688723cbf..cf28ac15b4a2 100644 --- a/extensions/servicenow/pom.xml +++ b/extensions/servicenow/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/servicenow/runtime/pom.xml b/extensions/servicenow/runtime/pom.xml index 7a3dca502f5b..bfc743c68c09 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/servlet/deployment/pom.xml b/extensions/servlet/deployment/pom.xml index 413b940b18c2..6764141a5a41 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions/servlet/pom.xml b/extensions/servlet/pom.xml index d53741592ed2..90af2ea84bc2 100644 --- a/extensions/servlet/pom.xml +++ b/extensions/servlet/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/servlet/runtime/pom.xml b/extensions/servlet/runtime/pom.xml index 06834cb479ac..e0e863befa1a 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions/shiro/deployment/pom.xml b/extensions/shiro/deployment/pom.xml index 14a8b585a2a1..822a3039502b 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/shiro/pom.xml b/extensions/shiro/pom.xml index b500a7fd1ff1..30fb643372da 100644 --- a/extensions/shiro/pom.xml +++ b/extensions/shiro/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/shiro/runtime/pom.xml b/extensions/shiro/runtime/pom.xml index 5a786a3a2f44..0e977b7e6889 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/sjms/deployment/pom.xml b/extensions/sjms/deployment/pom.xml index 3c64ee2a3973..6a653edb2577 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions/sjms/pom.xml b/extensions/sjms/pom.xml index c3776fa21ccd..f3d1e2541493 100644 --- a/extensions/sjms/pom.xml +++ b/extensions/sjms/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/sjms/runtime/pom.xml b/extensions/sjms/runtime/pom.xml index efe5f41e3131..9528ff6485c3 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions/sjms2/deployment/pom.xml b/extensions/sjms2/deployment/pom.xml index 0dbed3941f2e..f536ae4ad3d6 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions/sjms2/pom.xml b/extensions/sjms2/pom.xml index 1b93a133e7c6..b77635fee026 100644 --- a/extensions/sjms2/pom.xml +++ b/extensions/sjms2/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/sjms2/runtime/pom.xml b/extensions/sjms2/runtime/pom.xml index 52c055372010..1e5a44809aa2 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.9.0-SNAPSHOT + 3.9.0 4.0.0 diff --git a/extensions/slack/deployment/pom.xml b/extensions/slack/deployment/pom.xml index b91e6a24714a..fcae5987492b 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/slack/pom.xml b/extensions/slack/pom.xml index 3623974acd66..8f7ed185ce9b 100644 --- a/extensions/slack/pom.xml +++ b/extensions/slack/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/slack/runtime/pom.xml b/extensions/slack/runtime/pom.xml index a03fec7e578f..a3f85a7e3f00 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/smallrye-reactive-messaging/deployment/pom.xml b/extensions/smallrye-reactive-messaging/deployment/pom.xml index fd0b17ae8c53..4a6c7236dde4 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/smallrye-reactive-messaging/pom.xml b/extensions/smallrye-reactive-messaging/pom.xml index 62576e79cbf7..0799f18c6451 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/smallrye-reactive-messaging/runtime/pom.xml b/extensions/smallrye-reactive-messaging/runtime/pom.xml index 956d9ff26596..c3b2115369a5 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/smb/deployment/pom.xml b/extensions/smb/deployment/pom.xml index 2aa1233a50e9..8eacc9280c7c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/smb/pom.xml b/extensions/smb/pom.xml index 24a8a0f7528c..70a949beea81 100644 --- a/extensions/smb/pom.xml +++ b/extensions/smb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/smb/runtime/pom.xml b/extensions/smb/runtime/pom.xml index 57e2555ed150..2f12b882f904 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/snakeyaml/deployment/pom.xml b/extensions/snakeyaml/deployment/pom.xml index a9900b3b3a1f..a0a0ed61ef13 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/snakeyaml/pom.xml b/extensions/snakeyaml/pom.xml index 9069794de6c9..966ff54f5971 100644 --- a/extensions/snakeyaml/pom.xml +++ b/extensions/snakeyaml/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/snakeyaml/runtime/pom.xml b/extensions/snakeyaml/runtime/pom.xml index 5a45cc4d0396..cedb1fb2c279 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/soap/deployment/pom.xml b/extensions/soap/deployment/pom.xml index 23ad81d116dd..6df1cee14777 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/soap/pom.xml b/extensions/soap/pom.xml index a3e171e46d1b..a8b551c2b072 100644 --- a/extensions/soap/pom.xml +++ b/extensions/soap/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/soap/runtime/pom.xml b/extensions/soap/runtime/pom.xml index 1b3bdc7babd2..327ba020fe2f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/splunk-hec/deployment/pom.xml b/extensions/splunk-hec/deployment/pom.xml index 743b0b8b86a8..62685693818c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/splunk-hec/pom.xml b/extensions/splunk-hec/pom.xml index 00c6f447a37e..c8304b7f0546 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/splunk-hec/runtime/pom.xml b/extensions/splunk-hec/runtime/pom.xml index 83fcb6bbf685..af0e526a0ef3 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/splunk/deployment/pom.xml b/extensions/splunk/deployment/pom.xml index bcc4db2c33b8..0f5286d2d198 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/splunk/pom.xml b/extensions/splunk/pom.xml index 595809d69912..11930fadc0e2 100644 --- a/extensions/splunk/pom.xml +++ b/extensions/splunk/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/splunk/runtime/pom.xml b/extensions/splunk/runtime/pom.xml index 72db7894e7da..d74dc81a1b12 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/spring-rabbitmq/deployment/pom.xml b/extensions/spring-rabbitmq/deployment/pom.xml index fd903fbfcefd..066e199f707e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/spring-rabbitmq/pom.xml b/extensions/spring-rabbitmq/pom.xml index a3b4d1063c9f..36b57d54da32 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/spring-rabbitmq/runtime/pom.xml b/extensions/spring-rabbitmq/runtime/pom.xml index f5ead5daa122..d1e0ca2a084f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/sql/deployment/pom.xml b/extensions/sql/deployment/pom.xml index d916f18038c0..1aaaac2c4e57 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/sql/pom.xml b/extensions/sql/pom.xml index fb87d4353e49..ad14c6d00f26 100644 --- a/extensions/sql/pom.xml +++ b/extensions/sql/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/sql/runtime/pom.xml b/extensions/sql/runtime/pom.xml index 33e082e9df12..9f04b9d6ad74 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/ssh/deployment/pom.xml b/extensions/ssh/deployment/pom.xml index 71d7e8148dca..8aea0a14c260 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/ssh/pom.xml b/extensions/ssh/pom.xml index 1fea3028452e..e4d73a201468 100644 --- a/extensions/ssh/pom.xml +++ b/extensions/ssh/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/ssh/runtime/pom.xml b/extensions/ssh/runtime/pom.xml index 17a9e075e86d..78ba2941b3be 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/stax/deployment/pom.xml b/extensions/stax/deployment/pom.xml index 3b8fe4161b04..4c5369e26cbf 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/stax/pom.xml b/extensions/stax/pom.xml index 8235cefcd8fa..3181b81027e3 100644 --- a/extensions/stax/pom.xml +++ b/extensions/stax/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/stax/runtime/pom.xml b/extensions/stax/runtime/pom.xml index 897e29c3867d..23838bdb6c65 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/stream/deployment/pom.xml b/extensions/stream/deployment/pom.xml index 2d21427b3951..a24cde4825d5 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/stream/pom.xml b/extensions/stream/pom.xml index d1fd2179ffda..23c0a2314812 100644 --- a/extensions/stream/pom.xml +++ b/extensions/stream/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/stream/runtime/pom.xml b/extensions/stream/runtime/pom.xml index 910584794b6a..5890c086f1b6 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/stringtemplate/deployment/pom.xml b/extensions/stringtemplate/deployment/pom.xml index 88d65bce3834..229a528a4ae5 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/stringtemplate/pom.xml b/extensions/stringtemplate/pom.xml index cd4611761ca4..e896de6682f8 100644 --- a/extensions/stringtemplate/pom.xml +++ b/extensions/stringtemplate/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/stringtemplate/runtime/pom.xml b/extensions/stringtemplate/runtime/pom.xml index 99a7745a0b1b..0bd230ecda96 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/swift/deployment/pom.xml b/extensions/swift/deployment/pom.xml index 375653da65b1..7d7abbd83946 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/swift/pom.xml b/extensions/swift/pom.xml index bdb00e285e8f..61a2abc5ff60 100644 --- a/extensions/swift/pom.xml +++ b/extensions/swift/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/swift/runtime/pom.xml b/extensions/swift/runtime/pom.xml index ba94db76855f..ff3228b57f8c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/syslog/deployment/pom.xml b/extensions/syslog/deployment/pom.xml index b8a873fd2316..e9160965a6f0 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/syslog/pom.xml b/extensions/syslog/pom.xml index 8c48743584f4..2cef4a04d4ef 100644 --- a/extensions/syslog/pom.xml +++ b/extensions/syslog/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/syslog/runtime/pom.xml b/extensions/syslog/runtime/pom.xml index c00609f27b45..d498c1259a60 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/tarfile/deployment/pom.xml b/extensions/tarfile/deployment/pom.xml index 4c457511d8cb..ffe47838344f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/tarfile/pom.xml b/extensions/tarfile/pom.xml index ddf958d34442..85203ec6b563 100644 --- a/extensions/tarfile/pom.xml +++ b/extensions/tarfile/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/tarfile/runtime/pom.xml b/extensions/tarfile/runtime/pom.xml index e0cf7c03f088..19d7b4d626b5 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/telegram/deployment/pom.xml b/extensions/telegram/deployment/pom.xml index 3c416679df43..dde3544b36ab 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/telegram/pom.xml b/extensions/telegram/pom.xml index ace112e5c6ad..1466e9f0e065 100644 --- a/extensions/telegram/pom.xml +++ b/extensions/telegram/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/telegram/runtime/pom.xml b/extensions/telegram/runtime/pom.xml index ffa99ac9a1cc..04eed05c1024 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/tika/deployment/pom.xml b/extensions/tika/deployment/pom.xml index 7fbeaebde489..50462de4c70d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/tika/pom.xml b/extensions/tika/pom.xml index 82fc75887848..4df5404cb27f 100644 --- a/extensions/tika/pom.xml +++ b/extensions/tika/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/tika/runtime/pom.xml b/extensions/tika/runtime/pom.xml index 5610341fa183..a1d424a6392d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/timer/deployment/pom.xml b/extensions/timer/deployment/pom.xml index 927e50d0a261..a4aefb807a0d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/timer/pom.xml b/extensions/timer/pom.xml index 357b736366d5..f537c6b9e6e7 100644 --- a/extensions/timer/pom.xml +++ b/extensions/timer/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/timer/runtime/pom.xml b/extensions/timer/runtime/pom.xml index 2e681c72c19a..ea3ef219e53f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/twilio/deployment/pom.xml b/extensions/twilio/deployment/pom.xml index 603fe6f9d8e7..f7e6a981a742 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/twilio/pom.xml b/extensions/twilio/pom.xml index 6b226bd49c81..62c7079feac6 100644 --- a/extensions/twilio/pom.xml +++ b/extensions/twilio/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/twilio/runtime/pom.xml b/extensions/twilio/runtime/pom.xml index 461060045626..6397a1ccf20d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/twitter/deployment/pom.xml b/extensions/twitter/deployment/pom.xml index 4c4898ba7fb3..5419b152c250 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/twitter/pom.xml b/extensions/twitter/pom.xml index e06d6672fdfb..1a0ac77c81b3 100644 --- a/extensions/twitter/pom.xml +++ b/extensions/twitter/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/twitter/runtime/pom.xml b/extensions/twitter/runtime/pom.xml index ad83aee2c7ae..149b59abd03c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/univocity-parsers/deployment/pom.xml b/extensions/univocity-parsers/deployment/pom.xml index 2d02dc7c4d4c..a393ea5b9a31 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/univocity-parsers/pom.xml b/extensions/univocity-parsers/pom.xml index 7f669053ed67..908b2e98f80d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/univocity-parsers/runtime/pom.xml b/extensions/univocity-parsers/runtime/pom.xml index 103ccc3a8912..1aba31116ff2 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/validator/deployment/pom.xml b/extensions/validator/deployment/pom.xml index ca5ec506c840..f010c71f477d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/validator/pom.xml b/extensions/validator/pom.xml index f18f57b4a0bd..6693377aa558 100644 --- a/extensions/validator/pom.xml +++ b/extensions/validator/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/validator/runtime/pom.xml b/extensions/validator/runtime/pom.xml index 2033ba28478f..1c6b9fc7a7c0 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/velocity/deployment/pom.xml b/extensions/velocity/deployment/pom.xml index 8af6ab32891b..9865a5ffe2d9 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/velocity/pom.xml b/extensions/velocity/pom.xml index aace51f16d40..825597dc5e8e 100644 --- a/extensions/velocity/pom.xml +++ b/extensions/velocity/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/velocity/runtime/pom.xml b/extensions/velocity/runtime/pom.xml index 1782e9a9f9a6..fba33cf3d331 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/vertx-http/deployment/pom.xml b/extensions/vertx-http/deployment/pom.xml index 6b436fb01e10..ac162ae1957f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/vertx-http/pom.xml b/extensions/vertx-http/pom.xml index 8291de8dbf5f..64e1a8d22092 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/vertx-http/runtime/pom.xml b/extensions/vertx-http/runtime/pom.xml index ad2f22779a6d..df37619fce5d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/vertx-websocket/deployment/pom.xml b/extensions/vertx-websocket/deployment/pom.xml index 6d66cc593202..b77e917f06d7 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/vertx-websocket/pom.xml b/extensions/vertx-websocket/pom.xml index b0a7bc17278f..bfdb20680258 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/vertx-websocket/runtime/pom.xml b/extensions/vertx-websocket/runtime/pom.xml index 3d120011b62e..a0036254c15a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/vertx/deployment/pom.xml b/extensions/vertx/deployment/pom.xml index 55bf9880b0c1..fba9d42f07e2 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/vertx/pom.xml b/extensions/vertx/pom.xml index 48a6dfc3a89e..6f309348efc6 100644 --- a/extensions/vertx/pom.xml +++ b/extensions/vertx/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/vertx/runtime/pom.xml b/extensions/vertx/runtime/pom.xml index fb4fea4a3215..3a0ff2857816 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/weather/deployment/pom.xml b/extensions/weather/deployment/pom.xml index e31c9559a6cc..5d8f4e22200f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/weather/pom.xml b/extensions/weather/pom.xml index f39fc0e7230e..0eecac762750 100644 --- a/extensions/weather/pom.xml +++ b/extensions/weather/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/weather/runtime/pom.xml b/extensions/weather/runtime/pom.xml index 5cf89a069dd2..25cdac2a266d 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/xchange/deployment/pom.xml b/extensions/xchange/deployment/pom.xml index c4a0490db676..204516faf32e 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/xchange/pom.xml b/extensions/xchange/pom.xml index 0ec80a5e4b89..ef112aef515e 100644 --- a/extensions/xchange/pom.xml +++ b/extensions/xchange/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/xchange/runtime/pom.xml b/extensions/xchange/runtime/pom.xml index 9a28f0bff631..9616479b69f4 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/xj/deployment/pom.xml b/extensions/xj/deployment/pom.xml index 44f522dc4e65..104a7b87d12a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/xj/pom.xml b/extensions/xj/pom.xml index 356425faeddc..5d2ba1d25899 100644 --- a/extensions/xj/pom.xml +++ b/extensions/xj/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/xj/runtime/pom.xml b/extensions/xj/runtime/pom.xml index da1d490f3d20..bb755b6e4619 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/xmlsecurity/deployment/pom.xml b/extensions/xmlsecurity/deployment/pom.xml index b3efaf30e471..97aa76ae4647 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/xmlsecurity/pom.xml b/extensions/xmlsecurity/pom.xml index 286b51fd6273..ceecf9500ef1 100644 --- a/extensions/xmlsecurity/pom.xml +++ b/extensions/xmlsecurity/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/xmlsecurity/runtime/pom.xml b/extensions/xmlsecurity/runtime/pom.xml index 084c531ac310..d7bf44b1059b 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/xpath/deployment/pom.xml b/extensions/xpath/deployment/pom.xml index f6fa09617345..ff3d4a7f29df 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/xpath/pom.xml b/extensions/xpath/pom.xml index ff0dc19411e7..5fb568a778d7 100644 --- a/extensions/xpath/pom.xml +++ b/extensions/xpath/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/xpath/runtime/pom.xml b/extensions/xpath/runtime/pom.xml index 7d1568c3d089..e33eb713e7ee 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/xslt-saxon/deployment/pom.xml b/extensions/xslt-saxon/deployment/pom.xml index 24306773edc5..1f24b7a225d3 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/xslt-saxon/pom.xml b/extensions/xslt-saxon/pom.xml index d9cf886d004a..f1fb329b2ade 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/xslt-saxon/runtime/pom.xml b/extensions/xslt-saxon/runtime/pom.xml index fa7c0aaecbf5..bb8adc6c8ad6 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/xslt/deployment/pom.xml b/extensions/xslt/deployment/pom.xml index 5e7313980fb4..a14da9e9d84a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/xslt/pom.xml b/extensions/xslt/pom.xml index c08355d9cdcc..c25165abd4e1 100644 --- a/extensions/xslt/pom.xml +++ b/extensions/xslt/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/xslt/runtime/pom.xml b/extensions/xslt/runtime/pom.xml index c152a145c57d..e86b3110e86f 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/zendesk/deployment/pom.xml b/extensions/zendesk/deployment/pom.xml index 0d6d025e9202..b6355472efef 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/zendesk/pom.xml b/extensions/zendesk/pom.xml index f7ce96c5bffc..a8f1036fb5a0 100644 --- a/extensions/zendesk/pom.xml +++ b/extensions/zendesk/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/zendesk/runtime/pom.xml b/extensions/zendesk/runtime/pom.xml index 3fb4a3674a7a..bd51f949e4c0 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/zip-deflater/deployment/pom.xml b/extensions/zip-deflater/deployment/pom.xml index 6c138a4c66e6..eced82fe1927 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/zip-deflater/pom.xml b/extensions/zip-deflater/pom.xml index 070e8c242908..2fde361ad78b 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/zip-deflater/runtime/pom.xml b/extensions/zip-deflater/runtime/pom.xml index 8fa4098c7fed..4917c87428fb 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/zipfile/deployment/pom.xml b/extensions/zipfile/deployment/pom.xml index 04d7a1101067..b7924362fc55 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/zipfile/pom.xml b/extensions/zipfile/pom.xml index f9f07bff63af..f911da1f1e9b 100644 --- a/extensions/zipfile/pom.xml +++ b/extensions/zipfile/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-extensions - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/extensions/zipfile/runtime/pom.xml b/extensions/zipfile/runtime/pom.xml index 144e1f0b7f2f..459885fc0e25 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/integration-test-groups/aws2-quarkus-client/aws2-ddb/pom.xml b/integration-test-groups/aws2-quarkus-client/aws2-ddb/pom.xml index 726ffee633fb..a48592e62427 100644 --- a/integration-test-groups/aws2-quarkus-client/aws2-ddb/pom.xml +++ b/integration-test-groups/aws2-quarkus-client/aws2-ddb/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.9.0-SNAPSHOT + 3.9.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/aws2-quarkus-client/aws2-s3/pom.xml b/integration-test-groups/aws2-quarkus-client/aws2-s3/pom.xml index f255d1ad4f7f..d1fdab03b70f 100644 --- a/integration-test-groups/aws2-quarkus-client/aws2-s3/pom.xml +++ b/integration-test-groups/aws2-quarkus-client/aws2-s3/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.9.0-SNAPSHOT + 3.9.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/aws2-quarkus-client/aws2-ses/pom.xml b/integration-test-groups/aws2-quarkus-client/aws2-ses/pom.xml index 3bd2404dc070..dd75475b4719 100644 --- a/integration-test-groups/aws2-quarkus-client/aws2-ses/pom.xml +++ b/integration-test-groups/aws2-quarkus-client/aws2-ses/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.9.0-SNAPSHOT + 3.9.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/aws2-quarkus-client/aws2-sqs-sns/pom.xml b/integration-test-groups/aws2-quarkus-client/aws2-sqs-sns/pom.xml index 38116dbc5b51..5ad2ce6d821f 100644 --- a/integration-test-groups/aws2-quarkus-client/aws2-sqs-sns/pom.xml +++ b/integration-test-groups/aws2-quarkus-client/aws2-sqs-sns/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.9.0-SNAPSHOT + 3.9.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/aws2-quarkus-client/aws2-sqs/pom.xml b/integration-test-groups/aws2-quarkus-client/aws2-sqs/pom.xml index c1a49c790a4e..224e2ee9f2fe 100644 --- a/integration-test-groups/aws2-quarkus-client/aws2-sqs/pom.xml +++ b/integration-test-groups/aws2-quarkus-client/aws2-sqs/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.9.0-SNAPSHOT + 3.9.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/aws2-quarkus-client/pom.xml b/integration-test-groups/aws2-quarkus-client/pom.xml index ca9edae940c6..9c239a420bc5 100644 --- a/integration-test-groups/aws2-quarkus-client/pom.xml +++ b/integration-test-groups/aws2-quarkus-client/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-integration-test-groups - 3.9.0-SNAPSHOT + 3.9.0 camel-quarkus-integration-tests-aws2-quarkus-client diff --git a/integration-test-groups/aws2/aws2-cw/pom.xml b/integration-test-groups/aws2/aws2-cw/pom.xml index 7abaa5c736d3..b0c2d5a5bc5a 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.9.0-SNAPSHOT + 3.9.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 a94c94f99901..c00ffd521755 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.9.0-SNAPSHOT + 3.9.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 80948e211cc3..95e08e80fc01 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.9.0-SNAPSHOT + 3.9.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 65adfd6169c2..ebe220de27da 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.9.0-SNAPSHOT + 3.9.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 5468781501d7..2cc8dc11bbab 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.9.0-SNAPSHOT + 3.9.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 ceeeed2b6be9..985828970a6e 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.9.0-SNAPSHOT + 3.9.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 90893d376372..c4faa0604838 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.9.0-SNAPSHOT + 3.9.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 351bfd2d320e..db147c6226f1 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.9.0-SNAPSHOT + 3.9.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/aws2/pom.xml b/integration-test-groups/aws2/pom.xml index dca0af931368..d6ba7feed0f7 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.9.0-SNAPSHOT + 3.9.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 26157ba04f79..67b14e712bce 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.9.0-SNAPSHOT + 3.9.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 2b86c66f692c..dcab50c27d3c 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.9.0-SNAPSHOT + 3.9.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 7e7aa1d2ac8a..0cb1e760655b 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.9.0-SNAPSHOT + 3.9.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/azure/pom.xml b/integration-test-groups/azure/pom.xml index f6c95891fdfb..13deaf4e540b 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.9.0-SNAPSHOT + 3.9.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 b4dfe6aacf6a..117504af0f7a 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.9.0-SNAPSHOT + 3.9.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/compression/pom.xml b/integration-test-groups/compression/pom.xml index 878ca0c29c5e..251194420c96 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.9.0-SNAPSHOT + 3.9.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 71c311dd1c16..4f52123eb2f0 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.9.0-SNAPSHOT + 3.9.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 3507c6736af3..85682b8171db 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.9.0-SNAPSHOT + 3.9.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 3d443d837d78..1c6f8081b147 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.9.0-SNAPSHOT + 3.9.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 945eddfdf011..482527d66409 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.9.0-SNAPSHOT + 3.9.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 ec75d9b0e7a9..e61b8cc2688c 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.9.0-SNAPSHOT + 3.9.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 71e9735473b2..3cf0e456d804 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.9.0-SNAPSHOT + 3.9.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 1454f4ff9b1d..71a3caac414b 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.9.0-SNAPSHOT + 3.9.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 3811cedfa008..840735c0dba8 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.9.0-SNAPSHOT + 3.9.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 5b3c106e5319..e365982dd45f 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.9.0-SNAPSHOT + 3.9.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 3e6946923b1d..f528630bd0dc 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.9.0-SNAPSHOT + 3.9.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 9417a0b2a2ac..44df6d7fb044 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.9.0-SNAPSHOT + 3.9.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 7f670c5646d1..ab33194f13a9 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.9.0-SNAPSHOT + 3.9.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 2979f6898c3a..22d0e88ad14d 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.9.0-SNAPSHOT + 3.9.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 1dbc2b674038..3f9023f2b7bc 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.9.0-SNAPSHOT + 3.9.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 2d3e2c81d487..055b0c52f422 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.9.0-SNAPSHOT + 3.9.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 817fb2eecede..3998bd53e8cc 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.9.0-SNAPSHOT + 3.9.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 f526cc751459..97daba1757cd 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.9.0-SNAPSHOT + 3.9.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 41c534324080..6fe3683559c1 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.9.0-SNAPSHOT + 3.9.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 5ae4137576bf..94b569d69ab1 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.9.0-SNAPSHOT + 3.9.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 c364a7df7816..e561c9a3a931 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.9.0-SNAPSHOT + 3.9.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 3553a4da25fb..4e252e227583 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.9.0-SNAPSHOT + 3.9.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 d5d759fbfcc8..ad663646cf24 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.9.0-SNAPSHOT + 3.9.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 260579d62856..35c2dabc6e90 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.9.0-SNAPSHOT + 3.9.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/foundation/core-fault-tolerance/pom.xml b/integration-test-groups/foundation/core-fault-tolerance/pom.xml index a2fc4a69f97d..278dadea80fa 100644 --- a/integration-test-groups/foundation/core-fault-tolerance/pom.xml +++ b/integration-test-groups/foundation/core-fault-tolerance/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.9.0-SNAPSHOT + 3.9.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 0b8389bbb70d..593b4476ad42 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.9.0-SNAPSHOT + 3.9.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 10c73c031052..a41e20ba4f76 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.9.0-SNAPSHOT + 3.9.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 3d9c3e91e368..9b6e797a186f 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.9.0-SNAPSHOT + 3.9.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 74c3fb532ef3..86e15cec214c 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.9.0-SNAPSHOT + 3.9.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 5331d013dda5..7350ac23ac94 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.9.0-SNAPSHOT + 3.9.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 d8616aaa1b5f..076fcaf0a767 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.9.0-SNAPSHOT + 3.9.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 640494af4f98..aa2337deb582 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.9.0-SNAPSHOT + 3.9.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 b2eea890e7a6..312dd345734e 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.9.0-SNAPSHOT + 3.9.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 96e6826fbdd8..1f4084f80cab 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.9.0-SNAPSHOT + 3.9.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 fda99e5da6de..7ff93ee7d3a9 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.9.0-SNAPSHOT + 3.9.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/foundation/pom.xml b/integration-test-groups/foundation/pom.xml index a472de6342bd..66833a6c419e 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.9.0-SNAPSHOT + 3.9.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 7fd8de1b3358..93d33e126672 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.9.0-SNAPSHOT + 3.9.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 df56159a5e79..dcd591dfa323 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.9.0-SNAPSHOT + 3.9.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 67b127ccc014..c116043666ce 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.9.0-SNAPSHOT + 3.9.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 509a47cfcf37..87da72d39d01 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.9.0-SNAPSHOT + 3.9.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 ba0bd15972c2..026bcb602436 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.9.0-SNAPSHOT + 3.9.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 3f008c2d1ec8..2be404ff42ad 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.9.0-SNAPSHOT + 3.9.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 5b298dc392cd..48e40332edc7 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.9.0-SNAPSHOT + 3.9.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 d288af77fd15..461dedb9f228 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.9.0-SNAPSHOT + 3.9.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 5d8cf6b58b0c..f09af0db2ab1 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.9.0-SNAPSHOT + 3.9.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/http/common/pom.xml b/integration-test-groups/http/common/pom.xml index fc0ddff4b7af..7e339d35317c 100644 --- a/integration-test-groups/http/common/pom.xml +++ b/integration-test-groups/http/common/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.9.0-SNAPSHOT + 3.9.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 6379a5e0e011..d0a0ff1e8eff 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.9.0-SNAPSHOT + 3.9.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 16b66bab4782..6a4206df5db5 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.9.0-SNAPSHOT + 3.9.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/http/pom.xml b/integration-test-groups/http/pom.xml index d530a1894440..75f311d644a7 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.9.0-SNAPSHOT + 3.9.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 54501d08c708..065ffcf9d20b 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.9.0-SNAPSHOT + 3.9.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 b5754f7f3ab2..11ef8a598c18 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.9.0-SNAPSHOT + 3.9.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 b0237f1debca..71d23372c6ea 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.9.0-SNAPSHOT + 3.9.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 c411e2d8be52..4bb2ec171e9a 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.9.0-SNAPSHOT + 3.9.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 6840381ee783..debe98ebb987 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.9.0-SNAPSHOT + 3.9.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 cefaf0bb3196..8da5ec8ccc73 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.9.0-SNAPSHOT + 3.9.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 c1e0e45bb367..b2e1efb52255 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.9.0-SNAPSHOT + 3.9.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/jdbc/pom.xml b/integration-test-groups/jdbc/pom.xml index 78c5f8076326..3c8e3082f445 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.9.0-SNAPSHOT + 3.9.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 f0ae13dfe516..6fd6756a1906 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.9.0-SNAPSHOT + 3.9.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 f43d54d9da0c..71c20a6aee00 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.9.0-SNAPSHOT + 3.9.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 7c70857f41fe..d451953000a8 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.9.0-SNAPSHOT + 3.9.0 ../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/mongodb/pom.xml b/integration-test-groups/mongodb/pom.xml index 22b37ebdb1ef..e3e962b0cf2d 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.9.0-SNAPSHOT + 3.9.0 camel-quarkus-integration-tests-mongodb diff --git a/integration-test-groups/pom.xml b/integration-test-groups/pom.xml index d66d4666ef0c..40e7138d4703 100644 --- a/integration-test-groups/pom.xml +++ b/integration-test-groups/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus - 3.9.0-SNAPSHOT + 3.9.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 2d29e3978608..a3c1b800e7c3 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.9.0-SNAPSHOT + 3.9.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 20e3fc4829b6..522db5eee4b9 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.9.0-SNAPSHOT + 3.9.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 dd12f52af1f5..ba9b4ead7e89 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.9.0-SNAPSHOT + 3.9.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 f688302bc99d..e68f51e8a5e2 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.9.0-SNAPSHOT + 3.9.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 23a0a0cc7de5..17bc5509aad0 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.9.0-SNAPSHOT + 3.9.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 d98bace1909f..15c7ad1eda0a 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.9.0-SNAPSHOT + 3.9.0 ../../../../poms/build-parent-it/pom.xml diff --git a/integration-test-groups/xml/pom.xml b/integration-test-groups/xml/pom.xml index 90f781bdafd6..d4ed8e4ee421 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.9.0-SNAPSHOT + 3.9.0 camel-quarkus-integration-tests-xml diff --git a/integration-tests-jvm/asn1/pom.xml b/integration-tests-jvm/asn1/pom.xml index d7603c484b9d..4fb387134359 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/asterisk/pom.xml b/integration-tests-jvm/asterisk/pom.xml index e630c1ada856..88a9f191bca9 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.9.0-SNAPSHOT + 3.9.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 661f39b513dc..7eb50404bab5 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.9.0-SNAPSHOT + 3.9.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 f49303dc805b..781454e6976c 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.9.0-SNAPSHOT + 3.9.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 0b97a805653c..e5e6b7172791 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/azure-key-vault/pom.xml b/integration-tests-jvm/azure-key-vault/pom.xml index 2d105c1a7639..c5ebc77e84a0 100644 --- a/integration-tests-jvm/azure-key-vault/pom.xml +++ b/integration-tests-jvm/azure-key-vault/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.9.0-SNAPSHOT + 3.9.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 757cd316f3ff..dd1c9858f827 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.9.0-SNAPSHOT + 3.9.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 e88fbdd5f6c5..fa734b0826a4 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/barcode/pom.xml b/integration-tests-jvm/barcode/pom.xml index 9734ae59c73c..7b41fbbdcb4e 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/beanio/pom.xml b/integration-tests-jvm/beanio/pom.xml index 49dfc22eecbc..f2b9235841d3 100644 --- a/integration-tests-jvm/beanio/pom.xml +++ b/integration-tests-jvm/beanio/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/bonita/pom.xml b/integration-tests-jvm/bonita/pom.xml index 85272e3f591c..83e020c5b0c2 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/chatscript/pom.xml b/integration-tests-jvm/chatscript/pom.xml index d403f4ac06a8..f59f600ae672 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/chunk/pom.xml b/integration-tests-jvm/chunk/pom.xml index 3184bb96459c..4a2c09fa5c61 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.9.0-SNAPSHOT + 3.9.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 8809717680db..cebe8dbd80cd 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.9.0-SNAPSHOT + 3.9.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 af4575b4ea46..3588fb67d7fc 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/coap/pom.xml b/integration-tests-jvm/coap/pom.xml index 0028cab14bd4..2051aacdd068 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/cometd/pom.xml b/integration-tests-jvm/cometd/pom.xml index 69aac28b72f9..75cb78af93a0 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/console/pom.xml b/integration-tests-jvm/console/pom.xml index 44695ed4899b..e25a614b0881 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.9.0-SNAPSHOT + 3.9.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 845da499c2bc..02ad683b63df 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/couchbase/pom.xml b/integration-tests-jvm/couchbase/pom.xml index 031188deee01..1be57ebb4df8 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/djl/pom.xml b/integration-tests-jvm/djl/pom.xml index 748a9a947bdf..8c1abbb1ead9 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/dns/pom.xml b/integration-tests-jvm/dns/pom.xml index e77ad61d7ff5..89e4d81da086 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/drill/pom.xml b/integration-tests-jvm/drill/pom.xml index cbd5e5c40a17..2d000cef3571 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.9.0-SNAPSHOT + 3.9.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 1e28271af20b..25d1c238efb9 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/ehcache/pom.xml b/integration-tests-jvm/ehcache/pom.xml index 1c9462ec2343..a6f00afef70f 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/elasticsearch-rest-client/pom.xml b/integration-tests-jvm/elasticsearch-rest-client/pom.xml index d27924408f5f..796728264730 100644 --- a/integration-tests-jvm/elasticsearch-rest-client/pom.xml +++ b/integration-tests-jvm/elasticsearch-rest-client/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/elasticsearch/pom.xml b/integration-tests-jvm/elasticsearch/pom.xml index 8c1b7864dcbb..14b6fd410ee3 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/etcd3/pom.xml b/integration-tests-jvm/etcd3/pom.xml index bd0068450d98..fa06a0583c42 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/fastjson/pom.xml b/integration-tests-jvm/fastjson/pom.xml index c10183fa7088..56d7b1f99adf 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/flink/pom.xml b/integration-tests-jvm/flink/pom.xml index 827043d1b3c9..de0a64c2a46c 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.9.0-SNAPSHOT + 3.9.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 cc6c44dd19be..0ced55b1f11e 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.9.0-SNAPSHOT + 3.9.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 eb8f8ee7c187..ec17160850b4 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.9.0-SNAPSHOT + 3.9.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 a4482761e227..2261df9ebcfe 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/hashicorp-vault/pom.xml b/integration-tests-jvm/hashicorp-vault/pom.xml index 5871b981f35e..8eae7b032ee9 100644 --- a/integration-tests-jvm/hashicorp-vault/pom.xml +++ b/integration-tests-jvm/hashicorp-vault/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.9.0-SNAPSHOT + 3.9.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 5145e787f7e9..fe18dd209ee0 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/iec60870/pom.xml b/integration-tests-jvm/iec60870/pom.xml index 0b41f18fc704..5f439dba29cc 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/ignite/pom.xml b/integration-tests-jvm/ignite/pom.xml index 54cae534696a..905f47486e77 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/irc/pom.xml b/integration-tests-jvm/irc/pom.xml index f08b8c4cac0b..192c4aeaf551 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/jcr/pom.xml b/integration-tests-jvm/jcr/pom.xml index 59f399e5b0ce..3e72ac00042f 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.9.0-SNAPSHOT + 3.9.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 be54797069f0..7f48557283ea 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/jgroups/pom.xml b/integration-tests-jvm/jgroups/pom.xml index 2b7a16e24f01..59063a6aa97f 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/jooq/pom.xml b/integration-tests-jvm/jooq/pom.xml index 96bb2456a464..4edcfea030b7 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.9.0-SNAPSHOT + 3.9.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 9fc5210b3b2c..c87fd11fb7b5 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/jsonapi/pom.xml b/integration-tests-jvm/jsonapi/pom.xml index 70eb5c9d6e66..289cc3d8dc32 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/ldif/pom.xml b/integration-tests-jvm/ldif/pom.xml index 6fe6775033b4..3d06f8044da1 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/lucene/pom.xml b/integration-tests-jvm/lucene/pom.xml index 5b7c059324f6..3d52e386fc8e 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.9.0-SNAPSHOT + 3.9.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 fde573ab5807..5954aa0b2d67 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/mvel/pom.xml b/integration-tests-jvm/mvel/pom.xml index f10e58676846..b740b1224deb 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/opensearch/pom.xml b/integration-tests-jvm/opensearch/pom.xml index 1dfac9b699e2..29d099d34dc3 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/pom.xml b/integration-tests-jvm/pom.xml index 8a6a2ed33c8a..fb5f1705caa3 100644 --- a/integration-tests-jvm/pom.xml +++ b/integration-tests-jvm/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/integration-tests-jvm/printer/pom.xml b/integration-tests-jvm/printer/pom.xml index fe227be1e139..eeacb5b0baf6 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/pulsar/pom.xml b/integration-tests-jvm/pulsar/pom.xml index 3cb1a22e1bd2..1e9324d1bf0f 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/quickfix/pom.xml b/integration-tests-jvm/quickfix/pom.xml index 057000f87103..a28e0d1ebaf1 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/redis/pom.xml b/integration-tests-jvm/redis/pom.xml index 175e35bedf0b..a7a9ad6703d4 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/robotframework/pom.xml b/integration-tests-jvm/robotframework/pom.xml index c3a73b2e7b33..db90a29a693b 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/schematron/pom.xml b/integration-tests-jvm/schematron/pom.xml index 03e961d6f5ca..8661b5d608a5 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/smpp/pom.xml b/integration-tests-jvm/smpp/pom.xml index 917d3ecf7015..5cd34ad2bfd2 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/snmp/pom.xml b/integration-tests-jvm/snmp/pom.xml index 222038957978..60e572513ecd 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.9.0-SNAPSHOT + 3.9.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 2242574ba0fe..b52fe52289bb 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/stitch/pom.xml b/integration-tests-jvm/stitch/pom.xml index fe17df4d6fcc..2ad12031f449 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/stomp/pom.xml b/integration-tests-jvm/stomp/pom.xml index 025cd0c9c306..29c6a5a5a983 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/stub/pom.xml b/integration-tests-jvm/stub/pom.xml index d367a71d3fac..a911ded28b0e 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/thrift/pom.xml b/integration-tests-jvm/thrift/pom.xml index 132bb04f1152..dd12fee9163e 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/web3j/pom.xml b/integration-tests-jvm/web3j/pom.xml index 60b631e79f5e..7f17112b24ad 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/wordpress/pom.xml b/integration-tests-jvm/wordpress/pom.xml index b919d3862925..b10700e9f86e 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/workday/pom.xml b/integration-tests-jvm/workday/pom.xml index b9a1b4fbfda3..239a8b84d0ff 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.9.0-SNAPSHOT + 3.9.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 638a7f68b515..124c687ebc44 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/xmpp/pom.xml b/integration-tests-jvm/xmpp/pom.xml index 68834752e919..12287fe2540d 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.9.0-SNAPSHOT + 3.9.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 24f6b33cac91..88e75ac5ed85 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-jvm/zookeeper/pom.xml b/integration-tests-jvm/zookeeper/pom.xml index 648bfc03eaba..fe41564b804c 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests-support/activemq/pom.xml b/integration-tests-support/activemq/pom.xml index 05bba7e41a42..90d7768259e7 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/aws2/pom.xml b/integration-tests-support/aws2/pom.xml index 829e352dcf91..479d3b8204d2 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/azure/pom.xml b/integration-tests-support/azure/pom.xml index 3134117559c1..361f2119b7e7 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.9.0-SNAPSHOT + 3.9.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 154653226cf9..cdfa7071cfe1 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.9.0-SNAPSHOT + 3.9.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 41de4e834848..64b8d17a2123 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.9.0-SNAPSHOT + 3.9.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 d26d627e8703..27b7d62c32f2 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.9.0-SNAPSHOT + 3.9.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 a38b14c1534b..dc098a458b2c 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.9.0-SNAPSHOT + 3.9.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 7615b504ab20..10904dfcd316 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.9.0-SNAPSHOT + 3.9.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 5bce55bd35c5..a25edc8511d9 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.9.0-SNAPSHOT + 3.9.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 b9781e289c79..2467c511e738 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.9.0-SNAPSHOT + 3.9.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 3f105ababd6d..8cc0b8719581 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.9.0-SNAPSHOT + 3.9.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 d3a3512d1466..7a9561f792bf 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.9.0-SNAPSHOT + 3.9.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 eeb827667e1a..c963efa359b8 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.9.0-SNAPSHOT + 3.9.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 f5fe1eb791c2..e3c23a63445d 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.9.0-SNAPSHOT + 3.9.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 d0d5ea8fe617..4aef28a60936 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.9.0-SNAPSHOT + 3.9.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 73f665aa0d2e..7c915e2666b1 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.9.0-SNAPSHOT + 3.9.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 a67a594db177..c2e565212034 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.9.0-SNAPSHOT + 3.9.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 acb951533447..cca81294ce5f 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.9.0-SNAPSHOT + 3.9.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 f0e61dd11fba..62f0e23fb1bd 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/google/pom.xml b/integration-tests-support/google/pom.xml index 87a731ed4dad..3bb5dca66c6c 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/grpc/pom.xml b/integration-tests-support/grpc/pom.xml index f7772d0751da..e9ce47745582 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/jdbc/pom.xml b/integration-tests-support/jdbc/pom.xml index fd83c64e917f..de2a436f1889 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/integration-tests-support/kafka/pom.xml b/integration-tests-support/kafka/pom.xml index 8f8ef5640466..535549c265f6 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/mock-backend/pom.xml b/integration-tests-support/mock-backend/pom.xml index bd47cd950de5..17e0d63c81e6 100644 --- a/integration-tests-support/mock-backend/pom.xml +++ b/integration-tests-support/mock-backend/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-integration-tests-support - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/mongodb/pom.xml b/integration-tests-support/mongodb/pom.xml index b710fbed1e18..44a98d51a81a 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/pom.xml b/integration-tests-support/pom.xml index e204aaec93e9..4ce7122cc51d 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.9.0-SNAPSHOT + 3.9.0 ../poms/build-parent/pom.xml diff --git a/integration-tests-support/process-executor-support/pom.xml b/integration-tests-support/process-executor-support/pom.xml index 5f934be16ece..3b9c3cbead86 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/splunk/pom.xml b/integration-tests-support/splunk/pom.xml index 6b951e2b6158..0a787b29f1ca 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.9.0-SNAPSHOT + 3.9.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 e644a05ac823..28d2d58bc3d2 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml 4.0.0 diff --git a/integration-tests-support/wiremock/pom.xml b/integration-tests-support/wiremock/pom.xml index 9e8200afa879..9c9d577bb213 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.9.0-SNAPSHOT + 3.9.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 7cbf45ee7777..ed4ced136f35 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml 4.0.0 diff --git a/integration-tests/activemq/pom.xml b/integration-tests/activemq/pom.xml index e0f6464002c9..48112e8c44a9 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/amqp/pom.xml b/integration-tests/amqp/pom.xml index dd76684a2bc8..44a5881e2b8c 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/arangodb/pom.xml b/integration-tests/arangodb/pom.xml index a773b358c76c..fd8b7cfac4c2 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/as2/pom.xml b/integration-tests/as2/pom.xml index 9f74258d375a..300e8c6de058 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/avro/pom.xml b/integration-tests/avro/pom.xml index 26a7c248cd87..693ee28c1c98 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/aws2-grouped/pom.xml b/integration-tests/aws2-grouped/pom.xml index 00c9d182a0cc..a4d650229d5f 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/aws2-quarkus-client-grouped/pom.xml b/integration-tests/aws2-quarkus-client-grouped/pom.xml index 0683f2db1968..39e0a2bd5973 100644 --- a/integration-tests/aws2-quarkus-client-grouped/pom.xml +++ b/integration-tests/aws2-quarkus-client-grouped/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/aws2/pom.xml b/integration-tests/aws2/pom.xml index d2d1a31017fe..a7f4b93f1b5f 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/azure-grouped/pom.xml b/integration-tests/azure-grouped/pom.xml index b172d4f83b34..6e0a078bb7d2 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/base64/pom.xml b/integration-tests/base64/pom.xml index 1c460a30379b..7cd34476da86 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/bean-validator/pom.xml b/integration-tests/bean-validator/pom.xml index 9f8c6fcf8690..ffedab93ed91 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/bindy/pom.xml b/integration-tests/bindy/pom.xml index 3819ce4c93fc..b2d1b3d78c5c 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/box/pom.xml b/integration-tests/box/pom.xml index 2e70ed9e46eb..3e8ecaef0c17 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/braintree/pom.xml b/integration-tests/braintree/pom.xml index 7c6e5f0aa202..7bb66b759c0b 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/caffeine/pom.xml b/integration-tests/caffeine/pom.xml index bb44cac4124c..4f2d8ecf8173 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/camel-k-runtime-model-reifier/pom.xml b/integration-tests/camel-k-runtime-model-reifier/pom.xml index c0504ec279ac..cd69267cb9d8 100644 --- a/integration-tests/camel-k-runtime-model-reifier/pom.xml +++ b/integration-tests/camel-k-runtime-model-reifier/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml 4.0.0 diff --git a/integration-tests/camel-k-runtime-shutdown/pom.xml b/integration-tests/camel-k-runtime-shutdown/pom.xml index 0584f253e215..19314f047833 100644 --- a/integration-tests/camel-k-runtime-shutdown/pom.xml +++ b/integration-tests/camel-k-runtime-shutdown/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml 4.0.0 diff --git a/integration-tests/camel-k-runtime/pom.xml b/integration-tests/camel-k-runtime/pom.xml index 5dee3c19a19d..963b56b4936e 100644 --- a/integration-tests/camel-k-runtime/pom.xml +++ b/integration-tests/camel-k-runtime/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml 4.0.0 diff --git a/integration-tests/cassandraql/pom.xml b/integration-tests/cassandraql/pom.xml index 88aed31c01f6..b7982879c900 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/cbor/pom.xml b/integration-tests/cbor/pom.xml index 668f0844b611..74f73a4d2684 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/compression-grouped/pom.xml b/integration-tests/compression-grouped/pom.xml index 641d88aa620d..baefcb56db18 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/consul/pom.xml b/integration-tests/consul/pom.xml index 9fdb9f003755..993aebc8d13c 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.9.0-SNAPSHOT + 3.9.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 1337295de8c9..7b4a5b6a6d5c 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/couchdb/pom.xml b/integration-tests/couchdb/pom.xml index dbdb3950c72c..88d55c158f5e 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/crypto/pom.xml b/integration-tests/crypto/pom.xml index e81fab176590..9c711ebcdf8b 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/csimple/pom.xml b/integration-tests/csimple/pom.xml index d686bb2ea79e..95300e96b4a9 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/csv/pom.xml b/integration-tests/csv/pom.xml index bedfe7a0bc80..0cc087b55bf7 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.9.0-SNAPSHOT + 3.9.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 661ce67a1e95..0b9104d1668c 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/dataformat/pom.xml b/integration-tests/dataformat/pom.xml index cd7878bdc440..6ee3d7589baf 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.9.0-SNAPSHOT + 3.9.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 db1d889e9293..5321d9b7d28b 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/datasonnet/pom.xml b/integration-tests/datasonnet/pom.xml index 78a1141218a4..da45b72c6125 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/debezium/pom.xml b/integration-tests/debezium/pom.xml index 271fd61e45f0..911b559f6a1e 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/debug/pom.xml b/integration-tests/debug/pom.xml index 820dc220a49c..cff538d4932a 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/digitalocean/pom.xml b/integration-tests/digitalocean/pom.xml index 05eb87fee542..91c4bf0831c8 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/disruptor/pom.xml b/integration-tests/disruptor/pom.xml index e94e2df62a07..25b13e14b069 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/dropbox/pom.xml b/integration-tests/dropbox/pom.xml index dfd2c6823922..7e55317aaeb7 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/exec/pom.xml b/integration-tests/exec/pom.xml index 21ed9c7b2f8f..caa4760e09fa 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/fhir/pom.xml b/integration-tests/fhir/pom.xml index 61dbd9c2d373..2f98fac5a4a7 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/file/pom.xml b/integration-tests/file/pom.xml index cf1c3351c958..37c1cbe74c76 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/flatpack/pom.xml b/integration-tests/flatpack/pom.xml index e1877dc0b619..fff782605038 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/fop/pom.xml b/integration-tests/fop/pom.xml index 872c83e93292..01801f3e285c 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/foundation-grouped/pom.xml b/integration-tests/foundation-grouped/pom.xml index 0093d9698345..dbebe4387686 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/freemarker/pom.xml b/integration-tests/freemarker/pom.xml index f67bcaff0dc0..8490c28f106a 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/ftp/pom.xml b/integration-tests/ftp/pom.xml index 8c8b3a7fa13f..002a1035a4be 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/geocoder/pom.xml b/integration-tests/geocoder/pom.xml index 5f11d9fd5c29..45991f8ef2b2 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/git/pom.xml b/integration-tests/git/pom.xml index 8167b576b8e7..431f59e851a5 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/github/pom.xml b/integration-tests/github/pom.xml index 25e6a9bccb61..0f9ede756323 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/google-bigquery/pom.xml b/integration-tests/google-bigquery/pom.xml index 15915430594d..6534d88078e9 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/google-pubsub/pom.xml b/integration-tests/google-pubsub/pom.xml index 55521e09506f..861b3e7cdd7a 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/google-storage/pom.xml b/integration-tests/google-storage/pom.xml index d7ac3570fa2b..41b7bba39bb1 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/google/pom.xml b/integration-tests/google/pom.xml index 990084c4c9ca..64307c1d4b0b 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/graphql/pom.xml b/integration-tests/graphql/pom.xml index 460e67f36d9f..11e4055966c9 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/grok/pom.xml b/integration-tests/grok/pom.xml index f866c1ff3802..3f105e114140 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/groovy-dsl/pom.xml b/integration-tests/groovy-dsl/pom.xml index 528da78b936a..502cb51d5735 100644 --- a/integration-tests/groovy-dsl/pom.xml +++ b/integration-tests/groovy-dsl/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/groovy/pom.xml b/integration-tests/groovy/pom.xml index 5e3e75227de3..9dcb19522007 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/grpc/pom.xml b/integration-tests/grpc/pom.xml index be7a669764af..5e9a9c06c725 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/hazelcast/pom.xml b/integration-tests/hazelcast/pom.xml index 2d219606e13e..a90fb60a12aa 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/headersmap/pom.xml b/integration-tests/headersmap/pom.xml index cfcbcd308302..0d858b308530 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/hl7/pom.xml b/integration-tests/hl7/pom.xml index 1b0399002ae8..8704c4d8517d 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/http-grouped/pom.xml b/integration-tests/http-grouped/pom.xml index d963716e0226..03b78578f0d2 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/infinispan-common/pom.xml b/integration-tests/infinispan-common/pom.xml index 015371fda657..6322cde4b28b 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.9.0-SNAPSHOT + 3.9.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 d77f6742031d..68a0856a385c 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/infinispan/pom.xml b/integration-tests/infinispan/pom.xml index e5514af2ddcf..347868683362 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/influxdb/pom.xml b/integration-tests/influxdb/pom.xml index 35d66e14f816..ca28d5dbba44 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jackson-avro/pom.xml b/integration-tests/jackson-avro/pom.xml index 02f9895c0db7..0bee40d4cf1c 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jackson-protobuf/pom.xml b/integration-tests/jackson-protobuf/pom.xml index 14941f7a4146..89d01b2fdb01 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jasypt/pom.xml b/integration-tests/jasypt/pom.xml index b0299f9440bf..48faad7d62f3 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.9.0-SNAPSHOT + 3.9.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 6c9f3465b1bb..d0c79b4257a4 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jaxb/pom.xml b/integration-tests/jaxb/pom.xml index 036f711d82e7..3812fb1bfe58 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jcache/pom.xml b/integration-tests/jcache/pom.xml index 17ebc8ff38a2..6325dcd1884a 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jdbc-grouped/pom.xml b/integration-tests/jdbc-grouped/pom.xml index 71b831ffbde9..5a8a6d8ce9ee 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jfr/pom.xml b/integration-tests/jfr/pom.xml index f714bb55d726..aa23df51d871 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jira/pom.xml b/integration-tests/jira/pom.xml index 61a9cd5f13e5..365f9976cc70 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.9.0-SNAPSHOT + 3.9.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 5c0c88fac321..a5d6f9ea449e 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.9.0-SNAPSHOT + 3.9.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 58a05de3172b..20ab14ebb946 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.9.0-SNAPSHOT + 3.9.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 8090ab38cb0e..f8b2deb873a3 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jolt/pom.xml b/integration-tests/jolt/pom.xml index 268a91911235..2db0a5d35e30 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/joor/pom.xml b/integration-tests/joor/pom.xml index 5ef5af906e14..0c952e0d5999 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jpa/pom.xml b/integration-tests/jpa/pom.xml index 8debe307764e..56016ef66e6d 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jq/pom.xml b/integration-tests/jq/pom.xml index a0b5d01423d9..459140bc7851 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/js-dsl/pom.xml b/integration-tests/js-dsl/pom.xml index fdbeaa6bef56..2e67cfd45c64 100644 --- a/integration-tests/js-dsl/pom.xml +++ b/integration-tests/js-dsl/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jsch/pom.xml b/integration-tests/jsch/pom.xml index 69c9c8a6e20f..45946f690954 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jsh-dsl/pom.xml b/integration-tests/jsh-dsl/pom.xml index 5de5f52e16b0..ade89e286d93 100644 --- a/integration-tests/jsh-dsl/pom.xml +++ b/integration-tests/jsh-dsl/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jslt/pom.xml b/integration-tests/jslt/pom.xml index 1af013d9d506..b52fe58f2093 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/json-validator/pom.xml b/integration-tests/json-validator/pom.xml index bc963a59e90d..c626ef551040 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jsonata/pom.xml b/integration-tests/jsonata/pom.xml index bdad9ded7131..0e83461a5b19 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jsonpath/pom.xml b/integration-tests/jsonpath/pom.xml index b5f1c556dd2b..4163e9e6d1ab 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jt400/pom.xml b/integration-tests/jt400/pom.xml index eaef8391854f..d542491c8725 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/jta/pom.xml b/integration-tests/jta/pom.xml index b2b1361446df..4e4eed5171f3 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/kafka-oauth/pom.xml b/integration-tests/kafka-oauth/pom.xml index 250c1794f23d..91e8ab24eddf 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.9.0-SNAPSHOT + 3.9.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 1dbfbf2db0a4..eccd700b47aa 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/kafka-sasl/pom.xml b/integration-tests/kafka-sasl/pom.xml index 1f4bc532ce25..fc04fd123060 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/kafka-ssl/pom.xml b/integration-tests/kafka-ssl/pom.xml index 4804459a11ff..0c6f0512f0cb 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/kafka/pom.xml b/integration-tests/kafka/pom.xml index c980f2c1b284..dbef5e3739d9 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/kamelet/pom.xml b/integration-tests/kamelet/pom.xml index c7dfcebb48b8..c0592b378a7a 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/knative-channel-consumer/pom.xml b/integration-tests/knative-channel-consumer/pom.xml index 7c6e5c629282..44596175052f 100644 --- a/integration-tests/knative-channel-consumer/pom.xml +++ b/integration-tests/knative-channel-consumer/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/knative-endpoint-consumer/pom.xml b/integration-tests/knative-endpoint-consumer/pom.xml index 47467ad198dd..3fab819f3a1c 100644 --- a/integration-tests/knative-endpoint-consumer/pom.xml +++ b/integration-tests/knative-endpoint-consumer/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/knative-event-consumer/pom.xml b/integration-tests/knative-event-consumer/pom.xml index 3013b92c9726..c5f36a3bcb1d 100644 --- a/integration-tests/knative-event-consumer/pom.xml +++ b/integration-tests/knative-event-consumer/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/knative-producer/pom.xml b/integration-tests/knative-producer/pom.xml index 416152448d51..1a27543afa5d 100644 --- a/integration-tests/knative-producer/pom.xml +++ b/integration-tests/knative-producer/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/knative/pom.xml b/integration-tests/knative/pom.xml index 1a7caf391a55..03c9e012dfce 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/kotlin-dsl/pom.xml b/integration-tests/kotlin-dsl/pom.xml index c1ab03356c94..7dd6ae07a15a 100644 --- a/integration-tests/kotlin-dsl/pom.xml +++ b/integration-tests/kotlin-dsl/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/kotlin/pom.xml b/integration-tests/kotlin/pom.xml index e8383f6fb053..80acd0fb92fb 100644 --- a/integration-tests/kotlin/pom.xml +++ b/integration-tests/kotlin/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/kubernetes/pom.xml b/integration-tests/kubernetes/pom.xml index 273ab830a78a..87478ac061b7 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/kudu/pom.xml b/integration-tests/kudu/pom.xml index 3a643e156041..80a4be632be1 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/ldap/pom.xml b/integration-tests/ldap/pom.xml index 99d205314b54..2f4365045ca6 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/leveldb/pom.xml b/integration-tests/leveldb/pom.xml index b05b1d1e98bc..a4aae8a8f43d 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/lra/pom.xml b/integration-tests/lra/pom.xml index 23ea293acda0..714245114a89 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/lumberjack/pom.xml b/integration-tests/lumberjack/pom.xml index 108de89c769b..c3dc9a5b6f7a 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/mail/pom.xml b/integration-tests/mail/pom.xml index fcd20a53d519..8ea642379ae6 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/main-collector/pom.xml b/integration-tests/main-collector/pom.xml index 42a7e87a8a09..b5c990e89f84 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.9.0-SNAPSHOT + 3.9.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 a877a6d5748a..8ef1012c6292 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/main-devmode/pom.xml b/integration-tests/main-devmode/pom.xml index f794653b5747..49d7b2c13316 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.9.0-SNAPSHOT + 3.9.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 e1b04a60fc32..f7a2f3751fd4 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.9.0-SNAPSHOT + 3.9.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 7d059c344d00..4db630f7771a 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.9.0-SNAPSHOT + 3.9.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 faa8c88634c5..62b58169d766 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.9.0-SNAPSHOT + 3.9.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 a2bb1f2dcf8e..9c041a1d0f25 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.9.0-SNAPSHOT + 3.9.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 2a0c84c215d7..cb2e44ddea3a 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/main-yaml/pom.xml b/integration-tests/main-yaml/pom.xml index 642ce85ef2f1..8743c597a98a 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/main/pom.xml b/integration-tests/main/pom.xml index ca2ec705d035..30f5da8b62f3 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/management/pom.xml b/integration-tests/management/pom.xml index 9ede6cf6293a..05066e01bd77 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/mapstruct/pom.xml b/integration-tests/mapstruct/pom.xml index 892f6ba56b74..9532915786f9 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/master-file/pom.xml b/integration-tests/master-file/pom.xml index 5efbfed002be..51f656385675 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/master-openshift/pom.xml b/integration-tests/master-openshift/pom.xml index 1d2023183f29..318bb8bfcad6 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/master/pom.xml b/integration-tests/master/pom.xml index 93c22fac0a65..c63f9ebfd3fe 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/messaging/common/pom.xml b/integration-tests/messaging/common/pom.xml index a5029c06972b..2ed73e6b19ee 100644 --- a/integration-tests/messaging/common/pom.xml +++ b/integration-tests/messaging/common/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-integration-test-messaging - 3.9.0-SNAPSHOT + 3.9.0 camel-quarkus-integration-test-messaging-common diff --git a/integration-tests/messaging/jms/pom.xml b/integration-tests/messaging/jms/pom.xml index 40cadd7f5e35..1a59ae439317 100644 --- a/integration-tests/messaging/jms/pom.xml +++ b/integration-tests/messaging/jms/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-integration-test-messaging - 3.9.0-SNAPSHOT + 3.9.0 camel-quarkus-integration-test-messaging-jms diff --git a/integration-tests/messaging/pom.xml b/integration-tests/messaging/pom.xml index 61b200bfc34a..4029c656082a 100644 --- a/integration-tests/messaging/pom.xml +++ b/integration-tests/messaging/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/messaging/sjms/pom.xml b/integration-tests/messaging/sjms/pom.xml index f1909dbcad4d..18d053e3b186 100644 --- a/integration-tests/messaging/sjms/pom.xml +++ b/integration-tests/messaging/sjms/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-integration-test-messaging - 3.9.0-SNAPSHOT + 3.9.0 camel-quarkus-integration-test-messaging-sjms diff --git a/integration-tests/micrometer/pom.xml b/integration-tests/micrometer/pom.xml index fa4c4e6f0066..99df6a6b15f5 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/microprofile/pom.xml b/integration-tests/microprofile/pom.xml index 5e0990ff8f77..699335ae5d23 100644 --- a/integration-tests/microprofile/pom.xml +++ b/integration-tests/microprofile/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent-it - 3.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/minio/pom.xml b/integration-tests/minio/pom.xml index edbcb9e9387d..c242e935fa9a 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/mllp/pom.xml b/integration-tests/mllp/pom.xml index b5aecacbafdf..69a11ae9f0d9 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/mongodb-grouped/pom.xml b/integration-tests/mongodb-grouped/pom.xml index f8b7ab54d8fe..b51826227231 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/mustache/pom.xml b/integration-tests/mustache/pom.xml index 7b09fe7c3e2e..6627e23ebaaa 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/mybatis/pom.xml b/integration-tests/mybatis/pom.xml index d902e0084941..2bf20cfe045b 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/nats/pom.xml b/integration-tests/nats/pom.xml index d13b5dfdc85d..a3d0efe576fc 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/netty/pom.xml b/integration-tests/netty/pom.xml index 4ef68c106d11..bd268fd11620 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/nitrite/pom.xml b/integration-tests/nitrite/pom.xml index 8676f1a1a65e..7dbd6bacf81a 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/oaipmh/pom.xml b/integration-tests/oaipmh/pom.xml index 7ec019e99418..ded4f21daa82 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/ognl/pom.xml b/integration-tests/ognl/pom.xml index bbe4d354c500..b49b187acf94 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/olingo4/pom.xml b/integration-tests/olingo4/pom.xml index aea529d77c44..9cfaf37c9c5d 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/openapi-java/pom.xml b/integration-tests/openapi-java/pom.xml index e646f823c427..b05cea2390b9 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/openstack/pom.xml b/integration-tests/openstack/pom.xml index f34c4ef819e1..2a5d10a06461 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/opentelemetry/pom.xml b/integration-tests/opentelemetry/pom.xml index 0d4f5caef833..e62b54188d7f 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/optaplanner/pom.xml b/integration-tests/optaplanner/pom.xml index ac78bef86a9d..59e83a0953ff 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/paho-mqtt5/pom.xml b/integration-tests/paho-mqtt5/pom.xml index a63bd5e8f87d..fde592480c6f 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/paho/pom.xml b/integration-tests/paho/pom.xml index 1953f7ae1c3a..4212cc062658 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/pdf/pom.xml b/integration-tests/pdf/pom.xml index 490de7591c80..036777be9025 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.9.0-SNAPSHOT + 3.9.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 f6d4903c10ac..cbba76497c50 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/pgevent/pom.xml b/integration-tests/pgevent/pom.xml index 1d12336b90a5..de64fbf209df 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.9.0-SNAPSHOT + 3.9.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 08c33af5ac75..e8dd3af84531 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.9.0-SNAPSHOT + 3.9.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 2c162d8acea0..7e12c21fd172 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/platform-http/pom.xml b/integration-tests/platform-http/pom.xml index ca9371a0aae6..46931d0c071c 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 4b1248122c1e..1283ee7f58d0 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/integration-tests/protobuf/pom.xml b/integration-tests/protobuf/pom.xml index 2e37b207ec29..cb90dad12a7a 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/pubnub/pom.xml b/integration-tests/pubnub/pom.xml index 5dd25ce705cd..0cc993d20e4b 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/quartz-clustered/pom.xml b/integration-tests/quartz-clustered/pom.xml index 24e203f4bb83..d267c2616c72 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/quartz/pom.xml b/integration-tests/quartz/pom.xml index 371000925d7a..bbc02d6f08c9 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/qute/pom.xml b/integration-tests/qute/pom.xml index 47d622d371a4..59b4af7a08cf 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/reactive-streams/pom.xml b/integration-tests/reactive-streams/pom.xml index 474f892aae5a..f1b6c8281db0 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/rest-openapi/pom.xml b/integration-tests/rest-openapi/pom.xml index e814e85afb60..0f1eaaa735c4 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/rest/pom.xml b/integration-tests/rest/pom.xml index a9d407008a74..db08f4631310 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/saga/pom.xml b/integration-tests/saga/pom.xml index 30d7dfeb203a..0ff46353f2e6 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/salesforce/pom.xml b/integration-tests/salesforce/pom.xml index e41b127b0afc..1ff8646eb54d 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/sap-netweaver/pom.xml b/integration-tests/sap-netweaver/pom.xml index 8e906f4140df..c2a315e7b1bd 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/saxon/pom.xml b/integration-tests/saxon/pom.xml index b98e5e56e398..3b1f60bd5a1a 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/servicenow/pom.xml b/integration-tests/servicenow/pom.xml index a593e00ef8d7..3fb2d80ae6e3 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/servlet/pom.xml b/integration-tests/servlet/pom.xml index bcee3b965562..41c87d9d4be5 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/shiro/pom.xml b/integration-tests/shiro/pom.xml index 5a5cd466baf6..0bcab74af463 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.9.0-SNAPSHOT + 3.9.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 e8bca61f0e05..93a2dd9dd795 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.9.0-SNAPSHOT + 3.9.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 bb3cc9868000..edd42d5e3c9c 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.9.0-SNAPSHOT + 3.9.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 d2e2399feb37..1f0f52106c23 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.9.0-SNAPSHOT + 3.9.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 dec03aebbea2..cc1f9cdf2ee2 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/slack/pom.xml b/integration-tests/slack/pom.xml index 56e1b304da4a..c639ca5d2f61 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.9.0-SNAPSHOT + 3.9.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 e61ccfcb520d..3ac5a19e2233 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/smb/pom.xml b/integration-tests/smb/pom.xml index 48fc63931fbd..8da168b9d1de 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/soap/pom.xml b/integration-tests/soap/pom.xml index e0c3825bb397..e9053e0b3959 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/splunk-hec/pom.xml b/integration-tests/splunk-hec/pom.xml index 0effbb3a80c4..183559e69d30 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/splunk/pom.xml b/integration-tests/splunk/pom.xml index a18197a4331d..e3a742f52e71 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/spring-rabbitmq/pom.xml b/integration-tests/spring-rabbitmq/pom.xml index 6fb3b5d8e53f..dfef23826628 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/sql/pom.xml b/integration-tests/sql/pom.xml index 6d8e34e4a78e..49cec7064cec 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/ssh/pom.xml b/integration-tests/ssh/pom.xml index 90bb55c3c388..883ba810b181 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/stax/pom.xml b/integration-tests/stax/pom.xml index 3919531e4748..c44937b40ff9 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/stringtemplate/pom.xml b/integration-tests/stringtemplate/pom.xml index 4dcb807c853e..d5693ff47230 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/swift/pom.xml b/integration-tests/swift/pom.xml index 573d707f1b4d..72e2368067d9 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/syndication/pom.xml b/integration-tests/syndication/pom.xml index 9ffb323071f5..c6e96a804466 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/syslog/pom.xml b/integration-tests/syslog/pom.xml index 518f17016e24..31edaeb6c3d5 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/tarfile/pom.xml b/integration-tests/tarfile/pom.xml index fff5e0cec808..1624f80e6cfa 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/telegram/pom.xml b/integration-tests/telegram/pom.xml index 38be861ebd77..a5fb57ff5e46 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/tika/pom.xml b/integration-tests/tika/pom.xml index 0da9381fb69a..0f412b73fa2d 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/twilio/pom.xml b/integration-tests/twilio/pom.xml index 425acc59694d..a4d8c0babc03 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/twitter/pom.xml b/integration-tests/twitter/pom.xml index cefa8131bcbc..d9c48d42b3d4 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/univocity-parsers/pom.xml b/integration-tests/univocity-parsers/pom.xml index bf74eaf2bf0c..239853d73d99 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/validator/pom.xml b/integration-tests/validator/pom.xml index b9569abc2280..c8b9f175aa50 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/velocity/pom.xml b/integration-tests/velocity/pom.xml index a2465a142ee4..d509801a681a 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/vertx-websocket/pom.xml b/integration-tests/vertx-websocket/pom.xml index 03bebd08198d..d87ec7a0289e 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/vertx/pom.xml b/integration-tests/vertx/pom.xml index 1962f0aebca5..fb7080ae4c3c 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/weather/pom.xml b/integration-tests/weather/pom.xml index 0d4b241192a1..668b9cc4ea80 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/xj/pom.xml b/integration-tests/xj/pom.xml index ef95968aae80..c0c3e16f173a 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/xml-grouped/pom.xml b/integration-tests/xml-grouped/pom.xml index 63cfc55adf06..77d8301c3425 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/xml-jaxp/pom.xml b/integration-tests/xml-jaxp/pom.xml index 7a65a07e388b..1b089e5a1eef 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/xmlsecurity/pom.xml b/integration-tests/xmlsecurity/pom.xml index 10579557dccf..b71b70186f5a 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/xpath/pom.xml b/integration-tests/xpath/pom.xml index dbb4f18aaa2d..c9d286b58728 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/xslt-saxon/pom.xml b/integration-tests/xslt-saxon/pom.xml index 61c13b0069e1..a7d5730f77e7 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/integration-tests/zendesk/pom.xml b/integration-tests/zendesk/pom.xml index 8c3b60a7894c..5d3093b17cc0 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent-it/pom.xml diff --git a/pom.xml b/pom.xml index 91c5aed3010f..88903f201bba 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.apache.camel.quarkus camel-quarkus - 3.9.0-SNAPSHOT + 3.9.0 pom Camel Quarkus @@ -326,7 +326,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.9.0 @@ -431,7 +431,7 @@ ${maven-shade-plugin.version} - + diff --git a/poms/bom-test/pom.xml b/poms/bom-test/pom.xml index 447f8228c0bd..b8e5fb22dd29 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml @@ -36,7 +36,7 @@ - 3.9.0-SNAPSHOT + 3.9.0 diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml index 0b364b5a041d..91a72634addb 100644 --- a/poms/bom/pom.xml +++ b/poms/bom/pom.xml @@ -22,7 +22,7 @@ org.apache.camel.quarkus camel-quarkus-poms - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml camel-quarkus-bom @@ -31,7 +31,7 @@ - 3.9.0-SNAPSHOT + 3.9.0 diff --git a/poms/build-parent-it/pom.xml b/poms/build-parent-it/pom.xml index 38af0cc2d126..14ebb0af2833 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.9.0-SNAPSHOT + 3.9.0 ../build-parent/pom.xml @@ -41,8 +41,8 @@ ${quarkus.version} org.apache.camel.quarkus camel-quarkus-bom - 3.9.0-SNAPSHOT - 3.9.0-SNAPSHOT + 3.9.0 + 3.9.0 false diff --git a/poms/build-parent/pom.xml b/poms/build-parent/pom.xml index c7f7429ad065..064ead420803 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/poms/pom.xml b/poms/pom.xml index 8489c074f309..60f828a99ca3 100644 --- a/poms/pom.xml +++ b/poms/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus - 3.9.0-SNAPSHOT + 3.9.0 ../pom.xml diff --git a/test-framework/junit5-extension-tests/pom.xml b/test-framework/junit5-extension-tests/pom.xml index c81047fa344a..ba976a7fc698 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml 4.0.0 diff --git a/test-framework/junit5/pom.xml b/test-framework/junit5/pom.xml index 68815256a0af..a1d7754c5ce0 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.9.0-SNAPSHOT + 3.9.0 ../pom.xml 4.0.0 diff --git a/test-framework/pom.xml b/test-framework/pom.xml index a1489e65b4e2..55f38d270e0d 100644 --- a/test-framework/pom.xml +++ b/test-framework/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent - 3.9.0-SNAPSHOT + 3.9.0 ../poms/build-parent/pom.xml diff --git a/tooling/camel-k-catalog-model/pom.xml b/tooling/camel-k-catalog-model/pom.xml index 840ef7f362e6..f8c3decf137e 100644 --- a/tooling/camel-k-catalog-model/pom.xml +++ b/tooling/camel-k-catalog-model/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus - 3.9.0-SNAPSHOT + 3.9.0 ../../pom.xml 4.0.0 diff --git a/tooling/camel-k-maven-plugin/pom.xml b/tooling/camel-k-maven-plugin/pom.xml index ae5c30ebc9d2..6da59aa0a7f1 100644 --- a/tooling/camel-k-maven-plugin/pom.xml +++ b/tooling/camel-k-maven-plugin/pom.xml @@ -21,7 +21,7 @@ org.apache.camel.quarkus camel-quarkus-build-parent - 3.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent/pom.xml 4.0.0 diff --git a/tooling/maven-plugin/pom.xml b/tooling/maven-plugin/pom.xml index a6e8b5fde305..6378033c97f8 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent/pom.xml diff --git a/tooling/perf-regression/pom.xml b/tooling/perf-regression/pom.xml index 5e52cdda3217..20bd1c70420f 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.9.0-SNAPSHOT + 3.9.0 ../../poms/build-parent/pom.xml diff --git a/tooling/pom.xml b/tooling/pom.xml index 311c954aaea3..dd6a51f05392 100644 --- a/tooling/pom.xml +++ b/tooling/pom.xml @@ -23,7 +23,7 @@ org.apache.camel.quarkus camel-quarkus - 3.9.0-SNAPSHOT + 3.9.0 camel-quarkus-tooling diff --git a/tooling/test-list/pom.xml b/tooling/test-list/pom.xml index e854f003cf8f..78d1a8d425a7 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.9.0-SNAPSHOT + 3.9.0 camel-quarkus-test-list