You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2020/12/03 16:45:06 UTC

[uima-async-scaleout] branch main created (now e6a1f7b)

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

rec pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/uima-async-scaleout.git.


      at e6a1f7b  [UIMA-6301] Rename "master" branches to "main"

This branch includes the following new commits:

     new e6a1f7b  [UIMA-6301] Rename "master" branches to "main"

The 1 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.



[uima-async-scaleout] 01/01: [UIMA-6301] Rename "master" branches to "main"

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

rec pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/uima-async-scaleout.git

commit e6a1f7bb5533ff15aababf532ad280d70bba75f7
Author: noname <nomail>
AuthorDate: Thu Dec 3 17:41:46 2020 +0100

    [UIMA-6301] Rename "master" branches to "main"
    
    - Updated branch names
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index d722758..d4d14ee 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -74,7 +74,7 @@ pipeline {
     // merge request has been merged. On success, it deploys the generated artifacts to the
     // Maven repository server.
     stage("SNAPSHOT build") {
-      when { branch pattern: "master", comparator: "REGEXP" }
+      when { branch pattern: "main", comparator: "REGEXP" }
       
       steps {
         withMaven() {