This is an automated email from the ASF dual-hosted git repository. djencks pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit b33a3b6178880f1acb2cba8281605ec9c5df2676 Author: David Jencks <[email protected]> AuthorDate: Tue Sep 21 17:26:39 2021 -0700 [CAMEL-16992] Use prerelease label and display version '3.12.0 (Prerelease)' on components branch. --- docs/components/antora.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/components/antora.yml b/docs/components/antora.yml index c626291..f36eb08 100644 --- a/docs/components/antora.yml +++ b/docs/components/antora.yml @@ -18,12 +18,16 @@ name: components title: Camel Components version: latest +prerelease: true +display-version: 3.12.0 (Prerelease) + nav: - modules/ROOT/nav.adoc - modules/dataformats/nav.adoc - modules/languages/nav.adoc - modules/others/nav.adoc - modules/eips/nav.adoc + asciidoc: attributes: index-table-format: width="100%",cols="4,3,3,3,6",options="header"
