This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch camel-3.4.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.4.x by this push: new 823c496 Revert "Set documentation version to `3.4.x (LTS)`" 823c496 is described below commit 823c49601cf216b4ca153a26aa1788ff4ebaa469 Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Fri Oct 30 20:12:01 2020 +0100 Revert "Set documentation version to `3.4.x (LTS)`" This reverts commit 37fe9396f646968d917b421a2ebde099dd3bf520. Not a good idea as it breaks other components referencing this documentation by version (such as camel-karaf). --- core/camel-core-engine/src/main/docs/antora.yml | 2 +- core/camel-core-languages/src/main/docs/antora.yml | 2 +- core/camel-xml-jaxp/src/main/docs/antora.yml | 2 +- docs/components/antora.yml | 2 +- docs/user-manual/antora.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/camel-core-engine/src/main/docs/antora.yml b/core/camel-core-engine/src/main/docs/antora.yml index ade6b16..fd4706d 100644 --- a/core/camel-core-engine/src/main/docs/antora.yml +++ b/core/camel-core-engine/src/main/docs/antora.yml @@ -17,7 +17,7 @@ name: components #title: Enterprise Integration Patterns -version: 3.4.x (LTS) +version: 3.4.x #start_page: eips:enterprise-integration-patterns.adoc #nav: #- modules/eips/nav.adoc diff --git a/core/camel-core-languages/src/main/docs/antora.yml b/core/camel-core-languages/src/main/docs/antora.yml index 1a7c38f..22395b7 100644 --- a/core/camel-core-languages/src/main/docs/antora.yml +++ b/core/camel-core-languages/src/main/docs/antora.yml @@ -16,4 +16,4 @@ # name: components -version: 3.4.x (LTS) +version: 3.4.x diff --git a/core/camel-xml-jaxp/src/main/docs/antora.yml b/core/camel-xml-jaxp/src/main/docs/antora.yml index 1a7c38f..22395b7 100644 --- a/core/camel-xml-jaxp/src/main/docs/antora.yml +++ b/core/camel-xml-jaxp/src/main/docs/antora.yml @@ -16,4 +16,4 @@ # name: components -version: 3.4.x (LTS) +version: 3.4.x diff --git a/docs/components/antora.yml b/docs/components/antora.yml index efe189e..582033b 100644 --- a/docs/components/antora.yml +++ b/docs/components/antora.yml @@ -17,7 +17,7 @@ name: components title: Camel Components -version: 3.4.x (LTS) +version: 3.4.x nav: - modules/ROOT/nav.adoc - modules/dataformats/nav.adoc diff --git a/docs/user-manual/antora.yml b/docs/user-manual/antora.yml index e01e7d1..ec977a1 100644 --- a/docs/user-manual/antora.yml +++ b/docs/user-manual/antora.yml @@ -17,7 +17,7 @@ name: manual title: User manual -version: 3.4.x (LTS) +version: 3.4.x nav: - modules/ROOT/nav.adoc - modules/faq/nav.adoc