This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit ac8e4adbffbdba8306ab13b92be48b494139eb5f Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Jul 13 09:04:30 2022 +0200 Upgrade Camel version to 3.18.0 --- docs/antora.yml | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index 7cabfdcc..2eaa2276 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -34,5 +34,5 @@ asciidoc: camel-k-docs-version: next # camel-kafka-connector-version: none # camel-kafka-connector-docs-version: none - camel-version: 3.17.0 - camel-docs-version: 3.17.x + camel-version: 3.18.0 + camel-docs-version: 3.18.x diff --git a/pom.xml b/pom.xml index ebdab0e8..e66fd56f 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ <maven-groovy-plugin.version>2.1.1</maven-groovy-plugin.version> <apache-rat-plugin.version>0.13</apache-rat-plugin.version> - <camel.version>3.17.0</camel.version> + <camel.version>3.18.0</camel.version> <slf4j.version>1.7.36</slf4j.version> <log4j.version>2.17.2</log4j.version> <jackson.version>2.13.3</jackson.version>
