Skip to content

Commit

Permalink
Switch 'osmlab' links to 'maproulette'
Browse files Browse the repository at this point in the history
  • Loading branch information
ljdelight committed Apr 12, 2023
1 parent 63af1f7 commit dd6a86f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis/merge-dev-to-main.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env sh
set -x

GITHUB_REPO="osmlab/maproulette-java-client"
GITHUB_REPO="maproulette/maproulette-java-client"
MERGE_BRANCH=main
SOURCE_BRANCH=dev

Expand Down
2 changes: 1 addition & 1 deletion .travis/tag-main.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env sh
set -x

GITHUB_REPO="osmlab/maproulette-java-client"
GITHUB_REPO="maproulette/maproulette-java-client"
RELEASE_BRANCH=main

FUNCTION_NAME="tag-$RELEASE_BRANCH"
Expand Down
2 changes: 1 addition & 1 deletion .travis/trigger-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -x

# Use Travis to trigger a release from Main

GITHUB_ORGANIZATION=osmlab
GITHUB_ORGANIZATION=maproulette
GITHUB_REPOSITORY_NAME=maproulette-java-client

# Assumptions
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MapRoulette Java Client

![Travis (.com)](https://img.shields.io/travis/com/osmlab/maproulette-java-client/main)
![Travis (.com)](https://img.shields.io/travis/com/maproulette/maproulette-java-client/main)
![Sonatype Nexus (Releases)](https://img.shields.io/nexus/r/org.maproulette.client/maproulette-java-client?server=https%3A%2F%2Foss.sonatype.org)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Expand Down

0 comments on commit dd6a86f

Please sign in to comment.