This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch release-1.10.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit ee80cd0c2d3cc03463c6fd9493548b5e449067c6 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Sep 5 07:08:30 2022 +0200 Antora update for website --- docs/antora.yml | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index d85ea7565..c09b588ac 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -19,9 +19,7 @@ name: camel-k title: Camel K -version: next -prerelease: true -display-version: Next (Pre-release) +version: 1.10.x nav: - modules/ROOT/nav.adoc - modules/languages/nav-languages.adoc @@ -32,16 +30,16 @@ asciidoc: attributes: requires: "'util=camel-website-util,ck=xref:js/ck.js'" prerelease: true - camel-kamelets-version: 0.8.0 # Makefile KAMELET_CATALOG_REPO_BRANCH - camel-kamelets-docs-version: 0.8.x # Makefile KAMELET_CATALOG_REPO_BRANCH - camel-k-runtime-version: 1.13.0 # Makefile RUNTIME_VERSION + camel-kamelets-version: 0.9.0 # Makefile KAMELET_CATALOG_REPO_BRANCH + camel-kamelets-docs-version: 0.9.x # Makefile KAMELET_CATALOG_REPO_BRANCH + camel-k-runtime-version: 1.14.0 # Makefile RUNTIME_VERSION camel-api-versions: camel.apache.org/v1 camel.apache.org/v1alpha1 # Makefile BUNDLE_CAMEL_APIS # from camel-k-runtime parent pom: - camel-version: 3.16.0 - camel-docs-version: 3.16.x - camel-quarkus-version: 2.8.0 - camel-quarkus-docs-version: 2.8.x - quarkus-version: 2.8.0.Final - graalvm-version: 22.0.0 - graalvm-docs-version: 22.0 + camel-version: 3.18.0 + camel-docs-version: 3.18.x + camel-quarkus-version: 2.11.0 + camel-quarkus-docs-version: 2.11.x + quarkus-version: 2.11.3.Final + graalvm-version: 22.1.0 + graalvm-docs-version: 22.1
