You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/04/21 06:24:13 UTC

[camel-examples] branch main updated (d829bc7 -> 52030ce)

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

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-examples.git.


    from d829bc7  Typo
     new fa49068  Moving from master branch to main
     new 52030ce  Moving from master branch to main

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/master-pr-build.yml   | 4 ++--
 .github/workflows/master-push-build.yml | 4 ++--
 examples/oaipmh/README.adoc             | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

[camel-examples] 01/02: Moving from master branch to main

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit fa49068829eaadd2284b81dc883089994265b72d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Apr 21 08:23:14 2021 +0200

    Moving from master branch to main
---
 .github/workflows/master-pr-build.yml   | 4 ++--
 .github/workflows/master-push-build.yml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/master-pr-build.yml b/.github/workflows/master-pr-build.yml
index 6829d56..1faafba 100644
--- a/.github/workflows/master-pr-build.yml
+++ b/.github/workflows/master-pr-build.yml
@@ -15,12 +15,12 @@
 # limitations under the License.
 #
 
-name: master pr build
+name: main pr build
 
 on:
   pull_request:
     branches:
-      - master
+      - main
 jobs:
   build:
     runs-on: ubuntu-latest
diff --git a/.github/workflows/master-push-build.yml b/.github/workflows/master-push-build.yml
index 09d4ceb..ec4b45d 100644
--- a/.github/workflows/master-push-build.yml
+++ b/.github/workflows/master-push-build.yml
@@ -15,12 +15,12 @@
 # limitations under the License.
 #
 
-name: master build
+name: main build
 
 on:
   push:
     branches:
-      - master
+      - main
 jobs:
   build:
     runs-on: ubuntu-latest

[camel-examples] 02/02: Moving from master branch to main

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 52030ce7d52dcfbdd734d77de95d5025fb619982
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Apr 21 08:23:57 2021 +0200

    Moving from master branch to main
---
 examples/oaipmh/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/oaipmh/README.adoc b/examples/oaipmh/README.adoc
index df26199..65195a0 100644
--- a/examples/oaipmh/README.adoc
+++ b/examples/oaipmh/README.adoc
@@ -12,7 +12,7 @@ $ mvn compile exec:java
 
 == More information about the camel-oaipmh Component.
 
-You can find more information about camel-OAIPMH at the website: https://github.com/apache/camel/blob/master/components/camel-oaipmh/src/main/docs/oaipmh-component.adoc
+You can find more information about camel-OAIPMH at the website: https://github.com/apache/camel/blob/main/components/camel-oaipmh/src/main/docs/oaipmh-component.adoc
 
 == More information about OAIPMH protocol