This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit 95c7c0b4b90bad852aac34d07ce68d8bf2ed9256 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Tue Mar 19 23:32:43 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 | 12 ++++++------ 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, 77 insertions(+), 77 deletions(-) diff --git a/camel-k-core/api/pom.xml b/camel-k-core/api/pom.xml index 91828add..576af9d7 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.0-SNAPSHOT</version> + <version>3.8.1-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 85c180b0..b2658ef3 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.0-SNAPSHOT</version> + <version>3.8.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-core/pom.xml b/camel-k-core/pom.xml index 2447b6d5..4a40e8df 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.0-SNAPSHOT</version> + <version>3.8.1-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 98bd0f29..3b672e94 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.0-SNAPSHOT</version> + <version>3.8.1-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 3f4ed3c9..00739555 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.0-SNAPSHOT</version> + <version>3.8.1-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 d962fec4..b37cff69 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.0-SNAPSHOT</version> + <version>3.8.1-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 4b3e7067..13538c5d 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.0-SNAPSHOT</version> + <version>3.8.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-cron/pom.xml b/camel-k-cron/pom.xml index ec572343..4624d272 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.0-SNAPSHOT</version> + <version>3.8.1-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 d8d3ff6e..b8f3a665 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.0-SNAPSHOT</version> + <version>3.8.1-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 203f6f0c..f536cec0 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.0-SNAPSHOT</version> + <version>3.8.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-knative/pom.xml b/camel-k-knative/pom.xml index aded0355..4678e452 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.0-SNAPSHOT</version> + <version>3.8.1-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 981bdfbc..2d6fe59f 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.0-SNAPSHOT</version> + <version>3.8.1-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 87ec0066..a996f0f6 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.0-SNAPSHOT</version> + <version>3.8.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-master/pom.xml b/camel-k-master/pom.xml index 68f9bc4e..0616c3dc 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.0-SNAPSHOT</version> + <version>3.8.1-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 d6629410..b3f65a03 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.0-SNAPSHOT</version> + <version>3.8.1-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 4be853e4..452bed0f 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.0-SNAPSHOT</version> + <version>3.8.1-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 a639d15d..d0770a2c 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.0-SNAPSHOT</version> + <version>3.8.1-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 3b3ef995..a8fc6f08 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.0-SNAPSHOT</version> + <version>3.8.1-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 4828a01f..98ee48a0 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.0-SNAPSHOT</version> + <version>3.8.1-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 6a553077..0de447f6 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.0-SNAPSHOT</version> + <version>3.8.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime/pom.xml b/camel-k-runtime/pom.xml index 76cdd544..c9fb785f 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.0-SNAPSHOT</version> + <version>3.8.1-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 e64dec16..37d10de6 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.0-SNAPSHOT</version> + <version>3.8.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/distribution/pom.xml b/distribution/pom.xml index 7aa099ff..798d769f 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.0-SNAPSHOT</version> + <version>3.8.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/examples/cron/pom.xml b/examples/cron/pom.xml index edbc8ea9..089c2fcf 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.0-SNAPSHOT</version> + <version>3.8.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/groovy/pom.xml b/examples/groovy/pom.xml index 8018ba56..c82b9f24 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.0-SNAPSHOT</version> + <version>3.8.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/java/pom.xml b/examples/java/pom.xml index 4c70d070..78566f25 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.0-SNAPSHOT</version> + <version>3.8.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/js/pom.xml b/examples/js/pom.xml index 6e35cfb2..4d283229 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.0-SNAPSHOT</version> + <version>3.8.1-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 225eb655..8b5e517d 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.0-SNAPSHOT</version> + <version>3.8.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/kamelets-discovery/pom.xml b/examples/kamelets-discovery/pom.xml index 9de58601..ef0c79c0 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.0-SNAPSHOT</version> + <version>3.8.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/kamelets/pom.xml b/examples/kamelets/pom.xml index a80b8e4c..93889f1e 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.0-SNAPSHOT</version> + <version>3.8.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/knative/pom.xml b/examples/knative/pom.xml index 92937c3a..e9f5d698 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.0-SNAPSHOT</version> + <version>3.8.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/kotlin/pom.xml b/examples/kotlin/pom.xml index 4107c21e..bdc7b582 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.0-SNAPSHOT</version> + <version>3.8.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/pom.xml b/examples/pom.xml index ec291d33..39861044 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.0-SNAPSHOT</version> + <version>3.8.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/xml/pom.xml b/examples/xml/pom.xml index fc7260ad..6caec4db 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.0-SNAPSHOT</version> + <version>3.8.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/yaml/pom.xml b/examples/yaml/pom.xml index 65250227..1de8f165 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.0-SNAPSHOT</version> + <version>3.8.1-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 37262823..56089a6b 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.0-SNAPSHOT</version> + <version>3.8.1-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 1f2932c9..84c1cb8a 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.0-SNAPSHOT</version> + <version>3.8.1-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 c3f1a946..f5230db2 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.0-SNAPSHOT</version> + <version>3.8.1-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 7f83f0f5..df5f1c1e 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.0-SNAPSHOT</version> + <version>3.8.1-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 fdb9c261..398280e1 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.0-SNAPSHOT</version> + <version>3.8.1-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 7660a899..a4889b29 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.0-SNAPSHOT</version> + <version>3.8.1-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 0e5b97cb..6b4ed1ba 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.0-SNAPSHOT</version> + <version>3.8.1-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 acbd7e3e..0a66e625 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.0-SNAPSHOT</version> + <version>3.8.1-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 c1e6ab3c..346525f3 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.0-SNAPSHOT</version> + <version>3.8.1-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 3c855cd8..aa1c3a22 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.0-SNAPSHOT</version> + <version>3.8.1-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 2a4c7458..b7de46ee 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.0-SNAPSHOT</version> + <version>3.8.1-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 f8c7d91c..0edb3c8b 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.0-SNAPSHOT</version> + <version>3.8.1-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 4951c98c..bd6d0da6 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.0-SNAPSHOT</version> + <version>3.8.1-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 7c91ea7c..56020ce1 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.0-SNAPSHOT</version> + <version>3.8.1-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 0fbea7d8..067161b6 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.0-SNAPSHOT</version> + <version>3.8.1-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 1026e8b3..f7ba084e 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.0-SNAPSHOT</version> + <version>3.8.1-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 c419a91c..5ed0c1db 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.0-SNAPSHOT</version> + <version>3.8.1-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 8d347774..787f5496 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.0-SNAPSHOT</version> + <version>3.8.1-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 3402f8cd..c061f004 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.0-SNAPSHOT</version> + <version>3.8.1-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 b2daf0a0..5b289ad9 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.0-SNAPSHOT</version> + <version>3.8.1-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 89661552..f201e5f8 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.0-SNAPSHOT</version> + <version>3.8.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/itests/pom.xml b/itests/pom.xml index 9afce154..53c4d508 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.0-SNAPSHOT</version> + <version>3.8.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/pom.xml b/pom.xml index c099ae87..f2023dbf 100644 --- a/pom.xml +++ b/pom.xml @@ -22,14 +22,14 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-dependencies</artifactId> - <version>4.4.0</version> + <version>4.4.1</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.0-SNAPSHOT</version> + <version>3.8.1-SNAPSHOT</version> <packaging>pom</packaging> <properties> @@ -40,13 +40,13 @@ <maven.compiler.target>17</maven.compiler.target> <maven-version>3.8.6</maven-version> - <camel-version>4.4.0</camel-version> + <camel-version>4.4.1</camel-version> <!-- quarkus --> - <camel-quarkus-version>3.8.0</camel-quarkus-version> - <quarkus-version>3.8.1</quarkus-version> + <camel-quarkus-version>3.8.1</camel-quarkus-version> + <quarkus-version>3.8.3</quarkus-version> <quarkus-platform-group>io.quarkus.platform</quarkus-platform-group> - <quarkus-platform-version>3.8.1</quarkus-platform-version> + <quarkus-platform-version>3.8.3</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 46cf4034..5e72c0c1 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.0-SNAPSHOT</version> + <version>3.8.1-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 699ff7d0..66bf7849 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.0-SNAPSHOT</version> + <version>3.8.1-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 6826d8a7..c38a6221 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.0-SNAPSHOT</version> + <version>3.8.1-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 7102bc6c..2cbad086 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.0-SNAPSHOT</version> + <version>3.8.1-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 a9120546..dcf76cf2 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.0-SNAPSHOT</version> + <version>3.8.1-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 43f862b5..275a0b86 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.0-SNAPSHOT</version> + <version>3.8.1-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 56b08e74..5471ac6b 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.0-SNAPSHOT</version> + <version>3.8.1-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 d7b7ae18..a3a13d65 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.0-SNAPSHOT</version> + <version>3.8.1-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 8f1cac37..36a2fa8e 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.0-SNAPSHOT</version> + <version>3.8.1-SNAPSHOT</version> </parent> <prerequisites> diff --git a/support/camel-k-runtime-bom/pom.xml b/support/camel-k-runtime-bom/pom.xml index 6218310e..bccaec46 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.0-SNAPSHOT</version> + <version>3.8.1-SNAPSHOT</version> <packaging>pom</packaging> <properties> <!-- reproduceable builds: https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> - <project.build.outputTimestamp>1709287581</project.build.outputTimestamp> + <project.build.outputTimestamp>1710891132</project.build.outputTimestamp> <jolokia-version>2.0.1</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.1</quarkus-platform-version> + <quarkus-platform-version>3.8.3</quarkus-platform-version> </properties> <developers> diff --git a/support/camel-k-test/pom.xml b/support/camel-k-test/pom.xml index a5ccd0cc..0615968a 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.0-SNAPSHOT</version> + <version>3.8.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/pom.xml b/support/pom.xml index 719f6cfc..f84a27fc 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.0-SNAPSHOT</version> + <version>3.8.1-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>