This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch release-3.2.x in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit ff65c1ff1e69b28185f2eaee08f6bda30465c0aa Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Fri Sep 1 23:33:10 2023 +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 | 2 +- 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-support/camel-k-itests-loader-inspector/pom.xml | 2 +- .../camel-k-itests-support/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 | 4 ++-- support/camel-k-test/pom.xml | 2 +- support/pom.xml | 2 +- 70 files changed, 71 insertions(+), 71 deletions(-) diff --git a/camel-k-core/api/pom.xml b/camel-k-core/api/pom.xml index c2633894..c969064c 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 53678023..0d054e4a 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.2.1-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-core/pom.xml b/camel-k-core/pom.xml index 77c54616..23636866 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 dd497ff8..dfc748f8 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 e9e472eb..20d89aad 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 9b062bb1..ae5153d6 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 6914017f..90fc44b4 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.2.1-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-cron/pom.xml b/camel-k-cron/pom.xml index d5255c51..e8d7f1c3 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 e66b44f9..dc6546a5 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 0d9e0b15..bcc4c4d4 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.2.1-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-knative/pom.xml b/camel-k-knative/pom.xml index ad17fd21..52d535eb 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 dd5a0b27..f0fd1784 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 0c93e5df..90d8d33f 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.2.1-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-master/pom.xml b/camel-k-master/pom.xml index 015f684f..4d51d75f 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 a6fde14d..d95c4db1 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 2b1ffb4d..70ca2545 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 69f4bbb8..2bc7ea53 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 9f0cd19b..01908902 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 4e966a93..1310341e 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 063d56b1..956442a6 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.2.1-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/camel-k-runtime/pom.xml b/camel-k-runtime/pom.xml index 35e97b8c..9ccb802d 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 d6685aea..d0fd24b4 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.2.1-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/distribution/pom.xml b/distribution/pom.xml index f38e6589..edbef398 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.2.1-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/examples/cron/pom.xml b/examples/cron/pom.xml index ab3d331b..d9c3622a 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.2.1-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/groovy/pom.xml b/examples/groovy/pom.xml index 53e02b47..9daeef38 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.2.1-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/java/pom.xml b/examples/java/pom.xml index 51d971ea..583a43cd 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.2.1-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/js/pom.xml b/examples/js/pom.xml index 0423b19d..d81d20a9 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 a59ee446..ab2f0487 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.2.1-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/kamelets-discovery/pom.xml b/examples/kamelets-discovery/pom.xml index 29880296..329724c2 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.2.1-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/kamelets/pom.xml b/examples/kamelets/pom.xml index ebe7bf87..d719e02c 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.2.1-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/knative/pom.xml b/examples/knative/pom.xml index eb478a57..6576202f 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.2.1-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/kotlin/pom.xml b/examples/kotlin/pom.xml index 16e4c9c2..6c4cce6c 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.2.1-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/pom.xml b/examples/pom.xml index c09af9e7..0435a0a7 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.2.1-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/xml/pom.xml b/examples/xml/pom.xml index 130fd0b7..8be62904 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.2.1-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/examples/yaml/pom.xml b/examples/yaml/pom.xml index 5df9d357..1ec6a8e9 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 03b18b2b..655aa992 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 a59a2e68..55756424 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 0f8e77b4..9a0c93af 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 8a318407..15a9ba54 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 742a992b..a465c88e 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 76fa39bc..a1b6780c 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 00a9552e..0cca0cf6 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 f6a2cc29..e0ddc51c 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 268daead..40f23392 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 89f600ed..92cd165d 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 23eaa09a..04e1cfb2 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 4e78aee1..f6ba6819 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 357f80d2..7aadb44d 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 cc8eab77..9b2fdb8d 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 1541a66d..11c1e81c 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 2600f7fb..65699e31 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 23794147..6ff8371a 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 aab82371..499b4362 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 65fc8891..b5a23c2d 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 7ee0c406..32788e30 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 dccf4b6c..ca493cd9 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.2.1-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/itests/pom.xml b/itests/pom.xml index 52cd0776..012dd7d4 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.2.1-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/pom.xml b/pom.xml index d1d9b89e..1984ff0e 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <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.2.1-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/support/camel-k-annotations/pom.xml b/support/camel-k-annotations/pom.xml index 102bbaa3..b79dc781 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 0be430ec..d6c61d85 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 c93852d4..16262fea 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 b70900fa..7cba42be 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 882333e9..d38d8d58 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 e46edc1a..eee70b0b 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 4aed2a83..d629da31 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 3de120b5..657f541a 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.2.1-SNAPSHOT</version> + <version>3.2.0-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 4c1cc446..63b07eb1 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.2.1-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <prerequisites> diff --git a/support/camel-k-runtime-bom/pom.xml b/support/camel-k-runtime-bom/pom.xml index c9530b88..63f9188b 100644 --- a/support/camel-k-runtime-bom/pom.xml +++ b/support/camel-k-runtime-bom/pom.xml @@ -29,12 +29,12 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.camel.k</groupId> <artifactId>camel-k-runtime-bom</artifactId> - <version>3.2.1-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> <packaging>pom</packaging> <properties> <!-- reproduceable builds: https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> - <project.build.outputTimestamp>1693563405</project.build.outputTimestamp> + <project.build.outputTimestamp>1693611151</project.build.outputTimestamp> <jolokia-version>1.7.2</jolokia-version> <maven-enforcer-plugin-version>3.3.0</maven-enforcer-plugin-version> <maven-version>3.8.6</maven-version> diff --git a/support/camel-k-test/pom.xml b/support/camel-k-test/pom.xml index ea993db6..0f2be0fc 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.2.1-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/support/pom.xml b/support/pom.xml index 8345b1fa..9830e873 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.2.1-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion>