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:21:54 UTC

[uima-uimaj] branch main-v2 updated: [UIMA-6301] Rename "master" branches to "main"

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

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


The following commit(s) were added to refs/heads/main-v2 by this push:
     new c539a2a  [UIMA-6301] Rename "master" branches to "main"
c539a2a is described below

commit c539a2a730847aa32dbd0b4e25bd12f14c5b1092
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Thu Dec 3 17:21:17 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 cc06c8b..d29c7f4 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -89,7 +89,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|master-v2", comparator: "REGEXP" }
+      when { branch pattern: "main|main-v2", comparator: "REGEXP" }
       
       steps {
         withMaven() {