This is an automated email from the ASF dual-hosted git repository. astefanutti pushed a commit to branch release-1.8.x in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/release-1.8.x by this push: new b31d106 fix(doc): Update source map and watch for 1.8.x b31d106 is described below commit b31d106c7ef9e83df45d2519e96048dfeb34fef7 Author: Antonin Stefanutti <anto...@stefanutti.fr> AuthorDate: Tue Jan 25 10:04:18 2022 +0100 fix(doc): Update source map and watch for 1.8.x --- docs/source-map.yml | 2 +- docs/source-watch.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source-map.yml b/docs/source-map.yml index e021b66..4e09be0 100644 --- a/docs/source-map.yml +++ b/docs/source-map.yml @@ -21,5 +21,5 @@ - url: 'https://github.com/apache/camel-k.git' mapped-url: './../camel-k' branches: - - branch: main + - branch: release-1.8.x mapped-branch: HEAD diff --git a/docs/source-watch.yml b/docs/source-watch.yml index fb8d57b..d210f9b 100644 --- a/docs/source-watch.yml +++ b/docs/source-watch.yml @@ -20,4 +20,4 @@ sources: - url: ./../camel-k - url: https://github.com/apache/camel-k-runtime.git - branch_includes: main + branch_includes: release-1.11.x