This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch OPENNLP-1418_-_Rename_master_to_main in repository https://gitbox.apache.org/repos/asf/opennlp.git
commit 331020a7070997a11a30242acdd62ae38b833f32 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! =========== [](https://github.com/apache/opennlp/actions) -[](https://travis-ci.org/apache/opennlp) -[](https://coveralls.io/github/apache/opennlp?branch=master) [](https://maven-badges.herokuapp.com/maven-central/org.apache.opennlp/opennlp) [](http://opennlp.apache.org/docs/index.html) -[](https://raw.githubusercontent.com/apache/opennlp/master/LICENSE) +[](https://raw.githubusercontent.com/apache/opennlp/main/LICENSE) [](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)
