This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch website-3.16.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 83cd881ee1b1290d7e741af2044d1031ad0b3ac0 Author: Gregor Zurowski <[email protected]> AuthorDate: Mon Mar 28 09:28:47 2022 +0200 Set up docs for version 3.16.x --- components-starter/antora.yml | 2 +- core/antora.yml | 2 +- docs/components/antora.yml | 2 +- docs/source-map.yml | 2 +- docs/spring-boot/antora.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components-starter/antora.yml b/components-starter/antora.yml index 8a67360..34b9896 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: next +version: 3.16.x diff --git a/core/antora.yml b/core/antora.yml index 1d78f1a..f598dd6 100644 --- a/core/antora.yml +++ b/core/antora.yml @@ -16,4 +16,4 @@ # name: camel-spring-boot -version: next +version: 3.16.x diff --git a/docs/components/antora.yml b/docs/components/antora.yml index 8ff02de..b0a2775 100644 --- a/docs/components/antora.yml +++ b/docs/components/antora.yml @@ -18,4 +18,4 @@ # A distributed part of main camel "docs/components" 'components' component descriptor: name: components -version: next +version: 3.16.x diff --git a/docs/source-map.yml b/docs/source-map.yml index 213bb33..201d180 100644 --- a/docs/source-map.yml +++ b/docs/source-map.yml @@ -21,5 +21,5 @@ - url: 'https://github.com/apache/camel-spring-boot.git' mapped_url: './../camel-spring-boot' branches: - - branch: main + - branch: camel-spring-boot-3.16.x mapped_branch: HEAD diff --git a/docs/spring-boot/antora.yml b/docs/spring-boot/antora.yml index fae8048..4a4a677 100644 --- a/docs/spring-boot/antora.yml +++ b/docs/spring-boot/antora.yml @@ -17,7 +17,7 @@ name: camel-spring-boot title: Camel Spring Boot -version: next +version: 3.16.x prerelease: true display-version: Next (Pre-release) nav:
