Skip to content

Commit

Permalink
Rename master branch to main
Browse files Browse the repository at this point in the history
Signed-off-by: Emilio Lahr-Vivaz <[email protected]>
  • Loading branch information
elahrvivaz authored and jnh5y committed Jun 16, 2020
1 parent dea5f02 commit a9e0e69
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ GeoMesa uses git pull requests for contributions. To create a pull request, foll
Coding Standards
----------------

* An initial pull request should consist of a single commit, rebased on top of the current master branch.
* An initial pull request should consist of a single commit, rebased on top of the current main branch.
* Additional commits can be added in response to code review comments.
* The commit message must consist of a JIRA ticket number followed by a short description, with additional
information in bullets below as required.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ geospatial analytics.
**Development version: 2.5.0-SNAPSHOT**

&nbsp;&nbsp;&nbsp;&nbsp;
[![Build Status](https://github.com/locationtech/geomesa/workflows/CI/badge.svg?branch=master)](https://github.com/locationtech/geomesa/actions?query=branch%3Amaster+workflow%3ACI)
[![Build Status](https://github.com/locationtech/geomesa/workflows/CI/badge.svg?branch=main)](https://github.com/locationtech/geomesa/actions?query=branch%3Amain+workflow%3ACI)

### Verifying Downloads

Expand Down
2 changes: 1 addition & 1 deletion build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ geospatial analytics.
**Development version: ${geomesa.devel.version}**

&nbsp;&nbsp;&nbsp;&nbsp;
[![Build Status](https://github.com/locationtech/geomesa/workflows/CI/badge.svg?branch=master)](https://github.com/locationtech/geomesa/actions?query=branch%3Amaster+workflow%3ACI)
[![Build Status](https://github.com/locationtech/geomesa/workflows/CI/badge.svg?branch=main)](https://github.com/locationtech/geomesa/actions?query=branch%3Amain+workflow%3ACI)

### Verifying Downloads

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/geomesa-fs-on-azure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Follow the `AZTK instructions <https://github.com/Azure/aztk>`__ to install AZTK

.. warning::

Make sure you pick the correct branch of the documentation to match the latest release (not ``master``).
Make sure you pick the correct branch of the documentation to match the latest release (not ``main``).

.. note::

Expand Down
2 changes: 1 addition & 1 deletion docs/user/convert/parsing_and_validation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ For example::
}
See the GeoMesa
`unit tests <https://github.com/locationtech/geomesa/blob/master/geomesa-convert/geomesa-convert-common/src/test/scala/org/locationtech/geomesa/convert2/validators/SimpleFeatureValidatorTest.scala>`__
`unit tests <https://github.com/locationtech/geomesa/blob/main/geomesa-convert/geomesa-convert-common/src/test/scala/org/locationtech/geomesa/convert2/validators/SimpleFeatureValidatorTest.scala>`__
for a sample implementation.

For more details on implementing a service provider, see the
Expand Down
2 changes: 1 addition & 1 deletion docs/user/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ To build and install the source distribution requires:

Source can be cloned using `Git <http://git-scm.com/>`__ or downloaded from `GitHub`__.

__ https://github.com/locationtech/geomesa/archive/master.tar.gz
__ https://github.com/locationtech/geomesa/archive/main.tar.gz

To build, change to the source directory and use Maven:

Expand Down

0 comments on commit a9e0e69

Please sign in to comment.