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

jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/main by this push:
     new 7e38784  Replace references to camel master branch with main in antora 
playbook configs
7e38784 is described below

commit 7e3878479b0583187919d50f8317c47c4fe82661
Author: James Netherton <[email protected]>
AuthorDate: Wed Apr 21 16:26:45 2021 +0100

    Replace references to camel master branch with main in antora playbook 
configs
---
 docs/antora-playbook-dev.yml | 4 ++--
 docs/antora-playbook.yml     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/antora-playbook-dev.yml b/docs/antora-playbook-dev.yml
index 1665c4e..b0695df 100644
--- a/docs/antora-playbook-dev.yml
+++ b/docs/antora-playbook-dev.yml
@@ -31,7 +31,7 @@ content:
       - docs/components
   - url: [email protected]:apache/camel.git
     branches:
-      - master
+      - main
     start_paths:
       - docs/user-manual
       - docs/components
@@ -43,7 +43,7 @@ content:
     branches: HEAD
     start_path: docs
   - url: [email protected]:apache/camel-spring-boot.git
-    branches: master
+    branches: main
     start_path: docs
 
 asciidoc:
diff --git a/docs/antora-playbook.yml b/docs/antora-playbook.yml
index aa3da35..b76a903 100644
--- a/docs/antora-playbook.yml
+++ b/docs/antora-playbook.yml
@@ -31,7 +31,7 @@ content:
       - docs/components
   - url: [email protected]:apache/camel.git
     branches:
-      - master
+      - main
     start_paths:
       - docs/user-manual
       - docs/components

Reply via email to