This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch quick-fix/antora-version-4.22.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 47e31b19fd1d44f5efcc82a734c43c39be06450f Author: Claus Ibsen <[email protected]> AuthorDate: Tue Aug 11 19:48:15 2026 +0200 chore: fix antora version for core on 4.22.x branch Also align components-starter version to 4.22.x (matching the docs/ descriptors) to avoid duplicate page/example collisions with main during the Antora website build. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> --- components-starter/antora.yml | 2 +- core/antora.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components-starter/antora.yml b/components-starter/antora.yml index ab57d71ceca..6be1c87e91a 100644 --- a/components-starter/antora.yml +++ b/components-starter/antora.yml @@ -18,4 +18,4 @@ # A distributed part of main camel "components" doc component.asciidoc: name: components -version: 4.22 +version: 4.22.x diff --git a/core/antora.yml b/core/antora.yml index 1d78f1a5b35..8a84703a552 100644 --- a/core/antora.yml +++ b/core/antora.yml @@ -16,4 +16,4 @@ # name: camel-spring-boot -version: next +version: 4.22.x
