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

rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp.git


The following commit(s) were added to refs/heads/main by this push:
     new ee10f734 OPENNLP-1418 - Rename master to main
ee10f734 is described below

commit ee10f734101d12b1c5312a10152be6fec7c2e839
Author: Richard Zowalla <[email protected]>
AuthorDate: Wed Dec 21 19:03:27 2022 +0100

    OPENNLP-1418 - Rename master to main
---
 .github/PULL_REQUEST_TEMPLATE.md        | 2 +-
 .github/workflows/publish-snapshots.yml | 2 +-
 README.md                               | 6 ++----
 3 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index e2167601..2e9ba14c 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -9,7 +9,7 @@ to ensure the following steps have been taken:
 
 - [ ] Does your PR title start with OPENNLP-XXXX where XXXX is the JIRA number 
you are trying to resolve? Pay particular attention to the hyphen "-" character.
 
-- [ ] Has your PR been rebased against the latest commit within the target 
branch (typically master)?
+- [ ] Has your PR been rebased against the latest commit within the target 
branch (typically main)?
 
 - [ ] Is your initial contribution a single, squashed commit?
 
diff --git a/.github/workflows/publish-snapshots.yml 
b/.github/workflows/publish-snapshots.yml
index 554fadcc..0e648b16 100644
--- a/.github/workflows/publish-snapshots.yml
+++ b/.github/workflows/publish-snapshots.yml
@@ -21,7 +21,7 @@ name: Publish snapshot artifacts
 on:
   push:
     branches:
-      - master
+      - main
 
 jobs:
   publish:
diff --git a/README.md b/README.md
index e982dbaa..9d135239 100644
--- a/README.md
+++ b/README.md
@@ -19,11 +19,9 @@ Welcome to Apache OpenNLP!
 ===========
 
 [![Build 
Status](https://github.com/apache/opennlp/workflows/Java%20CI/badge.svg)](https://github.com/apache/opennlp/actions)
-[![Build 
Status](https://api.travis-ci.org/apache/opennlp.svg?branch=master)](https://travis-ci.org/apache/opennlp)
-[![Coverage 
Status](https://coveralls.io/repos/github/apache/opennlp/badge.svg?branch=master)](https://coveralls.io/github/apache/opennlp?branch=master)
 [![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.opennlp/opennlp/badge.svg?style=plastic)](https://maven-badges.herokuapp.com/maven-central/org.apache.opennlp/opennlp)
 [![Documentation 
Status](https://img.shields.io/:docs-latest-green.svg)](http://opennlp.apache.org/docs/index.html)
-[![GitHub 
license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/apache/opennlp/master/LICENSE)
+[![GitHub 
license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/apache/opennlp/main/LICENSE)
 [![Twitter 
Follow](https://img.shields.io/twitter/follow/ApacheOpennlp.svg?style=social)](https://twitter.com/ApacheOpenNLP)
 
 The Apache OpenNLP library is a machine learning based toolkit for the 
processing of natural language text.
@@ -110,4 +108,4 @@ mvn install
 
 The Apache OpenNLP project is developed by volunteers and is always looking 
for new contributors to work on all parts of the project. Every contribution is 
welcome and needed to make it better. A contribution can be anything from a 
small documentation typo fix to a new component.
 
-If you would like to get involved please follow the instructions 
[here](https://github.com/apache/opennlp/blob/master/.github/CONTRIBUTING.md)
+If you would like to get involved please follow the instructions 
[here](https://github.com/apache/opennlp/blob/main/.github/CONTRIBUTING.md)

Reply via email to