This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit 8467315a041c8450edc9bdb84aa4bda500d02ccc Author: Zoran Regvart <[email protected]> AuthorDate: Tue Oct 5 10:14:40 2021 +0200 chore: build version 3.12.x --- antora-playbook.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/antora-playbook.yml b/antora-playbook.yml index 89d6200..1d4580d 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -15,6 +15,7 @@ content: - url: https://github.com/apache/camel.git branches: - main + - camel-3.12.x - camel-3.11.x - camel-3.7.x start_paths: @@ -59,12 +60,14 @@ content: - url: https://github.com/apache/camel-spring-boot.git branches: - main + - camel-spring-boot-3.12.x - camel-spring-boot-3.11.x - camel-spring-boot-3.7.x start_path: docs - url: https://github.com/apache/camel-karaf.git branches: - main + - camel-karaf-3.12.x - camel-karaf-3.11.x - camel-karaf-3.7.x start_path: docs
