This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch apply-website-changes-3.15
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/apply-website-changes-3.15 by 
this push:
     new be09dfb  Fix version and branch fields
be09dfb is described below

commit be09dfb8d7ce4419a250bef462f8f5d38b102db2
Author: Gregor Zurowski <[email protected]>
AuthorDate: Mon Feb 7 09:36:39 2022 +0100

    Fix version and branch fields
---
 core/camel-core-engine/src/main/docs/antora.yml | 2 +-
 docs/components/antora.yml                      | 3 +--
 docs/source-map.yml                             | 2 +-
 3 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/core/camel-core-engine/src/main/docs/antora.yml 
b/core/camel-core-engine/src/main/docs/antora.yml
index 138dd97..ce91a3e 100644
--- a/core/camel-core-engine/src/main/docs/antora.yml
+++ b/core/camel-core-engine/src/main/docs/antora.yml
@@ -18,4 +18,4 @@
 # A distributed part of main camel "docs/components" 'components' component 
descriptor:
 
 name: components
-version: 3.15.0
+version: 3.15.x
diff --git a/docs/components/antora.yml b/docs/components/antora.yml
index a2cc48c..1dbf4fd 100644
--- a/docs/components/antora.yml
+++ b/docs/components/antora.yml
@@ -21,8 +21,7 @@
 
 name: components
 title: Camel Components
-version: 3.15.0
-display-version: 3.15.0
+version: 3.15.x
 
 nav:
   - modules/ROOT/nav.adoc
diff --git a/docs/source-map.yml b/docs/source-map.yml
index 78bf03e..421a7e7 100644
--- a/docs/source-map.yml
+++ b/docs/source-map.yml
@@ -21,5 +21,5 @@
         - url: 'https://github.com/apache/camel.git'
           mapped_url: './../camel'
           branches:
-            - branch: 3.15.x
+            - branch: camel-3.15.x
               mapped_branch: HEAD

Reply via email to