This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch sb-3.4.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit ca33aed3dab18ff527355c70789e871708032497 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Jun 25 15:46:18 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 60e3d28..82df167 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -17,7 +17,7 @@ name: camel-spring-boot title: Camel Spring Boot Starters -version: latest +version: 3.4.x nav: - modules/ROOT/nav.adoc
