This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 3.4.x-docs in repository https://gitbox.apache.org/repos/asf/camel-karaf.git
commit 6d61301b2013fe7f85f65afcf674b41a845f7c56 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Jun 25 15:42:41 2020 +0200 Point the docs version to 3.4.x so we have the LTS --- docs/antora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/antora.yml b/docs/antora.yml index 7be2de9..41b89ca 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -17,6 +17,6 @@ name: camel-karaf title: Apache Camel Karaf -version: latest +version: 3.4.x nav: - modules/ROOT/nav.adoc
