This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch release-3.8.x in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit 5bffb1d0ec817fe197a2e5a6a052441ce8d67822 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue Nov 12 23:33:17 2024 +0000 feat: new Camel Quarkus version --- camel-k-core/api/pom.xml | 2 +- camel-k-core/deployment/pom.xml | 2 +- camel-k-core/pom.xml | 2 +- camel-k-core/runtime/pom.xml | 2 +- camel-k-core/support/pom.xml | 2 +- camel-k-cron/deployment/pom.xml | 2 +- camel-k-cron/impl/pom.xml | 2 +- camel-k-cron/pom.xml | 2 +- camel-k-cron/runtime/pom.xml | 2 +- camel-k-knative/impl/pom.xml | 2 +- camel-k-knative/pom.xml | 2 +- camel-k-master/deployment/pom.xml | 2 +- camel-k-master/impl/pom.xml | 2 +- camel-k-master/pom.xml | 2 +- camel-k-master/runtime/pom.xml | 2 +- camel-k-resume-kafka/deployment/pom.xml | 2 +- camel-k-resume-kafka/impl/pom.xml | 2 +- camel-k-resume-kafka/pom.xml | 2 +- camel-k-resume-kafka/runtime/pom.xml | 2 +- camel-k-runtime/deployment/pom.xml | 2 +- camel-k-runtime/pom.xml | 2 +- camel-k-runtime/runtime/pom.xml | 2 +- distribution/pom.xml | 2 +- examples/cron/pom.xml | 2 +- examples/groovy/pom.xml | 2 +- examples/java/pom.xml | 2 +- examples/js/pom.xml | 2 +- examples/kafka-source-s3/pom.xml | 2 +- examples/kamelets-discovery/pom.xml | 2 +- examples/kamelets/pom.xml | 2 +- examples/knative/pom.xml | 2 +- examples/kotlin/pom.xml | 2 +- examples/pom.xml | 2 +- examples/xml/pom.xml | 2 +- examples/yaml/pom.xml | 2 +- itests/camel-k-itests-core/pom.xml | 2 +- itests/camel-k-itests-cron/pom.xml | 2 +- itests/camel-k-itests-kamelet/pom.xml | 2 +- itests/camel-k-itests-knative-consumer/pom.xml | 2 +- itests/camel-k-itests-knative-env-from-properties/pom.xml | 2 +- itests/camel-k-itests-knative-env-from-registry/pom.xml | 2 +- itests/camel-k-itests-knative-producer/pom.xml | 2 +- itests/camel-k-itests-knative-sinkbinding/pom.xml | 2 +- itests/camel-k-itests-knative/pom.xml | 2 +- itests/camel-k-itests-loader-groovy/pom.xml | 2 +- itests/camel-k-itests-loader-java/pom.xml | 2 +- itests/camel-k-itests-loader-js/pom.xml | 2 +- itests/camel-k-itests-loader-jsh/pom.xml | 2 +- itests/camel-k-itests-loader-kotlin/pom.xml | 2 +- itests/camel-k-itests-loader-polyglot/pom.xml | 2 +- itests/camel-k-itests-loader-xml/pom.xml | 2 +- itests/camel-k-itests-loader-yaml/pom.xml | 2 +- itests/camel-k-itests-master/pom.xml | 2 +- itests/camel-k-itests-runtime-xml/pom.xml | 2 +- itests/camel-k-itests-runtime-yaml/pom.xml | 2 +- itests/camel-k-itests-runtime/pom.xml | 2 +- itests/pom.xml | 2 +- pom.xml | 10 +++++----- support/camel-k-annotations/pom.xml | 2 +- support/camel-k-apt/pom.xml | 2 +- support/camel-k-catalog-model/pom.xml | 2 +- support/camel-k-catalog/pom.xml | 2 +- .../camel-k-itests-loader-inspector/pom.xml | 2 +- .../camel-k-itests-runtime-inspector/pom.xml | 2 +- support/camel-k-itests-support/pom.xml | 2 +- support/camel-k-maven-logging/pom.xml | 2 +- support/camel-k-maven-plugin/pom.xml | 2 +- support/camel-k-runtime-bom/pom.xml | 6 +++--- support/camel-k-test/pom.xml | 2 +- support/pom.xml | 2 +- 70 files changed, 76 insertions(+), 76 deletions(-) diff --git a/camel-k-core/api/pom.xml b/camel-k-core/api/pom.xml index 54442bcc..97a5b7ee 100644 --- a/camel-k-core/api/pom.xml +++ b/camel-k-core/api/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-core-parent</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-core/deployment/pom.xml b/camel-k-core/deployment/pom.xml index de20cfe9..5e91ff1c 100644 --- a/camel-k-core/deployment/pom.xml +++ b/camel-k-core/deployment/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-core-parent</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-core/pom.xml b/camel-k-core/pom.xml index 64295834..24162617 100644 --- a/camel-k-core/pom.xml +++ b/camel-k-core/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-project</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/camel-k-core/runtime/pom.xml b/camel-k-core/runtime/pom.xml index 10e67496..8c4d3dc0 100644 --- a/camel-k-core/runtime/pom.xml +++ b/camel-k-core/runtime/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-core-parent</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-core/support/pom.xml b/camel-k-core/support/pom.xml index 34c6db0f..d9412abf 100644 --- a/camel-k-core/support/pom.xml +++ b/camel-k-core/support/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-core-parent</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-cron/deployment/pom.xml b/camel-k-cron/deployment/pom.xml index fd52dc39..7e77a22a 100644 --- a/camel-k-cron/deployment/pom.xml +++ b/camel-k-cron/deployment/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-cron-parent</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-cron/impl/pom.xml b/camel-k-cron/impl/pom.xml index b865316d..4b74b9bd 100644 --- a/camel-k-cron/impl/pom.xml +++ b/camel-k-cron/impl/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-cron-parent</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-cron/pom.xml b/camel-k-cron/pom.xml index 516ffb27..ac508367 100644 --- a/camel-k-cron/pom.xml +++ b/camel-k-cron/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-project</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/camel-k-cron/runtime/pom.xml b/camel-k-cron/runtime/pom.xml index 055510f0..a5762e30 100644 --- a/camel-k-cron/runtime/pom.xml +++ b/camel-k-cron/runtime/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-cron-parent</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-knative/impl/pom.xml b/camel-k-knative/impl/pom.xml index 8791e3b0..7889175c 100644 --- a/camel-k-knative/impl/pom.xml +++ b/camel-k-knative/impl/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-knative-parent</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-knative/pom.xml b/camel-k-knative/pom.xml index e4772271..d1d0ed29 100644 --- a/camel-k-knative/pom.xml +++ b/camel-k-knative/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-project</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/camel-k-master/deployment/pom.xml b/camel-k-master/deployment/pom.xml index 5cd20098..673dd9ce 100644 --- a/camel-k-master/deployment/pom.xml +++ b/camel-k-master/deployment/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-master-parent</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-master/impl/pom.xml b/camel-k-master/impl/pom.xml index a5c4f51f..a600db39 100644 --- a/camel-k-master/impl/pom.xml +++ b/camel-k-master/impl/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-master-parent</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-master/pom.xml b/camel-k-master/pom.xml index 3905f7c3..4aa3ab98 100644 --- a/camel-k-master/pom.xml +++ b/camel-k-master/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-project</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/camel-k-master/runtime/pom.xml b/camel-k-master/runtime/pom.xml index 383f7038..5d0c0d53 100644 --- a/camel-k-master/runtime/pom.xml +++ b/camel-k-master/runtime/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-master-parent</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-resume-kafka/deployment/pom.xml b/camel-k-resume-kafka/deployment/pom.xml index 332c2856..18387827 100644 --- a/camel-k-resume-kafka/deployment/pom.xml +++ b/camel-k-resume-kafka/deployment/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-resume-kafka-parent</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-resume-kafka/impl/pom.xml b/camel-k-resume-kafka/impl/pom.xml index 5751164d..6434c3c7 100644 --- a/camel-k-resume-kafka/impl/pom.xml +++ b/camel-k-resume-kafka/impl/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-resume-kafka-parent</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-resume-kafka/pom.xml b/camel-k-resume-kafka/pom.xml index 142ffcc6..882952d8 100644 --- a/camel-k-resume-kafka/pom.xml +++ b/camel-k-resume-kafka/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-project</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/camel-k-resume-kafka/runtime/pom.xml b/camel-k-resume-kafka/runtime/pom.xml index e292792d..677653e7 100644 --- a/camel-k-resume-kafka/runtime/pom.xml +++ b/camel-k-resume-kafka/runtime/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-resume-kafka-parent</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime/deployment/pom.xml b/camel-k-runtime/deployment/pom.xml index 7bfb4495..c22bc657 100644 --- a/camel-k-runtime/deployment/pom.xml +++ b/camel-k-runtime/deployment/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime/pom.xml b/camel-k-runtime/pom.xml index 30eec1f1..2ba7c431 100644 --- a/camel-k-runtime/pom.xml +++ b/camel-k-runtime/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-project</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/camel-k-runtime/runtime/pom.xml b/camel-k-runtime/runtime/pom.xml index 15982081..84e1a09f 100644 --- a/camel-k-runtime/runtime/pom.xml +++ b/camel-k-runtime/runtime/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-parent</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/distribution/pom.xml b/distribution/pom.xml index e46de357..74ecd7ab 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-project</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/examples/cron/pom.xml b/examples/cron/pom.xml index 79f530f0..d236f3b4 100644 --- a/examples/cron/pom.xml +++ b/examples/cron/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-examples</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/groovy/pom.xml b/examples/groovy/pom.xml index 75b3f3ea..238c583b 100644 --- a/examples/groovy/pom.xml +++ b/examples/groovy/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-examples</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/java/pom.xml b/examples/java/pom.xml index 2c6a21ee..8ad0f163 100644 --- a/examples/java/pom.xml +++ b/examples/java/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-examples</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/js/pom.xml b/examples/js/pom.xml index 511319b6..2bf25bcc 100644 --- a/examples/js/pom.xml +++ b/examples/js/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-examples</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/kafka-source-s3/pom.xml b/examples/kafka-source-s3/pom.xml index dfb6e6e5..9f6964d8 100644 --- a/examples/kafka-source-s3/pom.xml +++ b/examples/kafka-source-s3/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-examples</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/kamelets-discovery/pom.xml b/examples/kamelets-discovery/pom.xml index 8737cedf..0c31e13e 100644 --- a/examples/kamelets-discovery/pom.xml +++ b/examples/kamelets-discovery/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-examples</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/kamelets/pom.xml b/examples/kamelets/pom.xml index ddbc58aa..d56d8813 100644 --- a/examples/kamelets/pom.xml +++ b/examples/kamelets/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-examples</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/knative/pom.xml b/examples/knative/pom.xml index d806bb85..df66aa63 100644 --- a/examples/knative/pom.xml +++ b/examples/knative/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-examples</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/kotlin/pom.xml b/examples/kotlin/pom.xml index 8761ec56..90813dde 100644 --- a/examples/kotlin/pom.xml +++ b/examples/kotlin/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-examples</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/pom.xml b/examples/pom.xml index ad22751d..aab1252b 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-project</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/xml/pom.xml b/examples/xml/pom.xml index de5a8ad2..25d268f4 100644 --- a/examples/xml/pom.xml +++ b/examples/xml/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-examples</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/yaml/pom.xml b/examples/yaml/pom.xml index d40efaa5..98840ac2 100644 --- a/examples/yaml/pom.xml +++ b/examples/yaml/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-examples</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/itests/camel-k-itests-core/pom.xml b/itests/camel-k-itests-core/pom.xml index 09650aac..6e257311 100644 --- a/itests/camel-k-itests-core/pom.xml +++ b/itests/camel-k-itests-core/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-itests</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/itests/camel-k-itests-cron/pom.xml b/itests/camel-k-itests-cron/pom.xml index e22e136e..e2bc7520 100644 --- a/itests/camel-k-itests-cron/pom.xml +++ b/itests/camel-k-itests-cron/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-itests</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/itests/camel-k-itests-kamelet/pom.xml b/itests/camel-k-itests-kamelet/pom.xml index 76456cb5..6b10ee88 100644 --- a/itests/camel-k-itests-kamelet/pom.xml +++ b/itests/camel-k-itests-kamelet/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-itests</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/itests/camel-k-itests-knative-consumer/pom.xml b/itests/camel-k-itests-knative-consumer/pom.xml index fb6d7cae..00287744 100644 --- a/itests/camel-k-itests-knative-consumer/pom.xml +++ b/itests/camel-k-itests-knative-consumer/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-itests</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/itests/camel-k-itests-knative-env-from-properties/pom.xml b/itests/camel-k-itests-knative-env-from-properties/pom.xml index f9d63d6e..3af62260 100644 --- a/itests/camel-k-itests-knative-env-from-properties/pom.xml +++ b/itests/camel-k-itests-knative-env-from-properties/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-itests</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/itests/camel-k-itests-knative-env-from-registry/pom.xml b/itests/camel-k-itests-knative-env-from-registry/pom.xml index dc1dda0f..c8a52c2f 100644 --- a/itests/camel-k-itests-knative-env-from-registry/pom.xml +++ b/itests/camel-k-itests-knative-env-from-registry/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-itests</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/itests/camel-k-itests-knative-producer/pom.xml b/itests/camel-k-itests-knative-producer/pom.xml index e55dfdef..01f601af 100644 --- a/itests/camel-k-itests-knative-producer/pom.xml +++ b/itests/camel-k-itests-knative-producer/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-itests</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/itests/camel-k-itests-knative-sinkbinding/pom.xml b/itests/camel-k-itests-knative-sinkbinding/pom.xml index 2e4ab230..09e05a54 100644 --- a/itests/camel-k-itests-knative-sinkbinding/pom.xml +++ b/itests/camel-k-itests-knative-sinkbinding/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-itests</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/itests/camel-k-itests-knative/pom.xml b/itests/camel-k-itests-knative/pom.xml index 86498635..d5db212b 100644 --- a/itests/camel-k-itests-knative/pom.xml +++ b/itests/camel-k-itests-knative/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-itests</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/itests/camel-k-itests-loader-groovy/pom.xml b/itests/camel-k-itests-loader-groovy/pom.xml index 19e037c0..b9600b3a 100644 --- a/itests/camel-k-itests-loader-groovy/pom.xml +++ b/itests/camel-k-itests-loader-groovy/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-itests</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/itests/camel-k-itests-loader-java/pom.xml b/itests/camel-k-itests-loader-java/pom.xml index f14eb1e8..afc1b9d3 100644 --- a/itests/camel-k-itests-loader-java/pom.xml +++ b/itests/camel-k-itests-loader-java/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-itests</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/itests/camel-k-itests-loader-js/pom.xml b/itests/camel-k-itests-loader-js/pom.xml index 07c3d6fe..7ad810a7 100644 --- a/itests/camel-k-itests-loader-js/pom.xml +++ b/itests/camel-k-itests-loader-js/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-itests</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/itests/camel-k-itests-loader-jsh/pom.xml b/itests/camel-k-itests-loader-jsh/pom.xml index 04e41d00..6340098a 100644 --- a/itests/camel-k-itests-loader-jsh/pom.xml +++ b/itests/camel-k-itests-loader-jsh/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-itests</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/itests/camel-k-itests-loader-kotlin/pom.xml b/itests/camel-k-itests-loader-kotlin/pom.xml index 6a2a1f32..05e29c07 100644 --- a/itests/camel-k-itests-loader-kotlin/pom.xml +++ b/itests/camel-k-itests-loader-kotlin/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-itests</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/itests/camel-k-itests-loader-polyglot/pom.xml b/itests/camel-k-itests-loader-polyglot/pom.xml index 37067682..fd813495 100644 --- a/itests/camel-k-itests-loader-polyglot/pom.xml +++ b/itests/camel-k-itests-loader-polyglot/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-itests</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/itests/camel-k-itests-loader-xml/pom.xml b/itests/camel-k-itests-loader-xml/pom.xml index 801f316c..204ffec9 100644 --- a/itests/camel-k-itests-loader-xml/pom.xml +++ b/itests/camel-k-itests-loader-xml/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-itests</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/itests/camel-k-itests-loader-yaml/pom.xml b/itests/camel-k-itests-loader-yaml/pom.xml index 33512584..0746f0c5 100644 --- a/itests/camel-k-itests-loader-yaml/pom.xml +++ b/itests/camel-k-itests-loader-yaml/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-itests</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/itests/camel-k-itests-master/pom.xml b/itests/camel-k-itests-master/pom.xml index db8393f4..681f91f4 100644 --- a/itests/camel-k-itests-master/pom.xml +++ b/itests/camel-k-itests-master/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-itests</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/itests/camel-k-itests-runtime-xml/pom.xml b/itests/camel-k-itests-runtime-xml/pom.xml index 25e33241..910ce5bd 100644 --- a/itests/camel-k-itests-runtime-xml/pom.xml +++ b/itests/camel-k-itests-runtime-xml/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-itests</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/itests/camel-k-itests-runtime-yaml/pom.xml b/itests/camel-k-itests-runtime-yaml/pom.xml index fee1bb70..0ead292f 100644 --- a/itests/camel-k-itests-runtime-yaml/pom.xml +++ b/itests/camel-k-itests-runtime-yaml/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-itests</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/itests/camel-k-itests-runtime/pom.xml b/itests/camel-k-itests-runtime/pom.xml index d863b476..2066714b 100644 --- a/itests/camel-k-itests-runtime/pom.xml +++ b/itests/camel-k-itests-runtime/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-itests</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/itests/pom.xml b/itests/pom.xml index 892e2eb9..3f7e2066 100644 --- a/itests/pom.xml +++ b/itests/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-project</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/pom.xml b/pom.xml index 2a30a16f..a83f0170 100644 --- a/pom.xml +++ b/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-dependencies</artifactId> - <version>4.4.3</version> + <version>4.4.4</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-project</artifactId> <!-- Make sure that this version is aligned with the Camel Quarkus Version as it is the convention used in Camel K --> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> <packaging>pom</packaging> <properties> @@ -40,12 +40,12 @@ <maven.compiler.target>17</maven.compiler.target> <maven-version>3.8.6</maven-version> - <camel-version>4.4.3</camel-version> + <camel-version>4.4.4</camel-version> <!-- quarkus --> - <quarkus-version>3.8.5</quarkus-version> + <quarkus-version>3.8.6</quarkus-version> <quarkus-platform-group>io.quarkus.platform</quarkus-platform-group> - <quarkus-platform-version>3.8.5</quarkus-platform-version> + <quarkus-platform-version>3.8.6</quarkus-platform-version> <quarkus-native-builder-image>quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-21</quarkus-native-builder-image> <!-- camel-k-runtime specific --> diff --git a/support/camel-k-annotations/pom.xml b/support/camel-k-annotations/pom.xml index 23881e5b..19bca9dc 100644 --- a/support/camel-k-annotations/pom.xml +++ b/support/camel-k-annotations/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-support</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/camel-k-apt/pom.xml b/support/camel-k-apt/pom.xml index ad0c1833..9238dbc4 100644 --- a/support/camel-k-apt/pom.xml +++ b/support/camel-k-apt/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-support</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/camel-k-catalog-model/pom.xml b/support/camel-k-catalog-model/pom.xml index 01f9663f..1567b58f 100644 --- a/support/camel-k-catalog-model/pom.xml +++ b/support/camel-k-catalog-model/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-support</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/camel-k-catalog/pom.xml b/support/camel-k-catalog/pom.xml index b025df59..525d1444 100644 --- a/support/camel-k-catalog/pom.xml +++ b/support/camel-k-catalog/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-support</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/camel-k-itests-support/camel-k-itests-loader-inspector/pom.xml b/support/camel-k-itests-support/camel-k-itests-loader-inspector/pom.xml index 00e8431c..c08e8598 100644 --- a/support/camel-k-itests-support/camel-k-itests-loader-inspector/pom.xml +++ b/support/camel-k-itests-support/camel-k-itests-loader-inspector/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-itests-support</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/camel-k-itests-support/camel-k-itests-runtime-inspector/pom.xml b/support/camel-k-itests-support/camel-k-itests-runtime-inspector/pom.xml index e7a6c155..4db3a2ee 100644 --- a/support/camel-k-itests-support/camel-k-itests-runtime-inspector/pom.xml +++ b/support/camel-k-itests-support/camel-k-itests-runtime-inspector/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-itests-support</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/camel-k-itests-support/pom.xml b/support/camel-k-itests-support/pom.xml index 1c20cec0..e7a8263e 100644 --- a/support/camel-k-itests-support/pom.xml +++ b/support/camel-k-itests-support/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-support</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/camel-k-maven-logging/pom.xml b/support/camel-k-maven-logging/pom.xml index 9a850d8c..9592e23a 100644 --- a/support/camel-k-maven-logging/pom.xml +++ b/support/camel-k-maven-logging/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-support</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/camel-k-maven-plugin/pom.xml b/support/camel-k-maven-plugin/pom.xml index 48b8a90e..3921aaba 100644 --- a/support/camel-k-maven-plugin/pom.xml +++ b/support/camel-k-maven-plugin/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-support</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <prerequisites> diff --git a/support/camel-k-runtime-bom/pom.xml b/support/camel-k-runtime-bom/pom.xml index a5310ddf..17a90dff 100644 --- a/support/camel-k-runtime-bom/pom.xml +++ b/support/camel-k-runtime-bom/pom.xml @@ -29,17 +29,17 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-bom</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> <packaging>pom</packaging> <properties> <!-- reproduceable builds: https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> - <project.build.outputTimestamp>1720049560</project.build.outputTimestamp> + <project.build.outputTimestamp>1731454372</project.build.outputTimestamp> <jolokia-version>2.0.2</jolokia-version> <maven-enforcer-plugin-version>3.4.1</maven-enforcer-plugin-version> <maven-version>3.8.6</maven-version> <quarkus-platform-group>io.quarkus.platform</quarkus-platform-group> - <quarkus-platform-version>3.8.5</quarkus-platform-version> + <quarkus-platform-version>3.8.6</quarkus-platform-version> </properties> <developers> diff --git a/support/camel-k-test/pom.xml b/support/camel-k-test/pom.xml index 49229951..18f9dd1b 100644 --- a/support/camel-k-test/pom.xml +++ b/support/camel-k-test/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-support</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/pom.xml b/support/pom.xml index bced6871..63601a4e 100644 --- a/support/pom.xml +++ b/support/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-project</artifactId> - <version>3.8.3-SNAPSHOT</version> + <version>3.8.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>