From ab8475b1ed439823b5b1a82a00672e6bc341bb56 Mon Sep 17 00:00:00 2001 From: Lucas Burson Date: Mon, 17 Apr 2023 18:17:40 -0500 Subject: [PATCH] Remove references of 'dev' branch --- .github/workflows/publish-snapshot.yml | 2 +- README.md | 2 +- gradle.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-snapshot.yml b/.github/workflows/publish-snapshot.yml index d0e6029..a0a0967 100644 --- a/.github/workflows/publish-snapshot.yml +++ b/.github/workflows/publish-snapshot.yml @@ -3,7 +3,7 @@ on: workflow_run: workflows: [CI Build] types: [completed] - branches: [main, dev] + branches: [main] jobs: publish-snapshot: runs-on: ubuntu-latest diff --git a/README.md b/README.md index de5c7fa..a344ea4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MapRoulette Java Client -![GitHub Action CI Build](https://github.com/maproulette/maproulette-java-client/actions/workflows/pull-request.yml/badge.svg?branch=dev) +![GitHub Action CI Build](https://github.com/maproulette/maproulette-java-client/actions/workflows/pull-request.yml/badge.svg?branch=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) diff --git a/gradle.properties b/gradle.properties index a971ddd..8cd53a8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ group=org.maproulette.client # When making changes to the version, keep the trailing '-SNAPSHOT' for automation purposes. -# Snapshot builds will be published automatically for new commits to the main and dev branches. +# Snapshot builds will be published automatically for new commits to the main branch. # # If you want to publish a release, create a GitHub Release using the UI. # This will trigger a build that removes the '-SNAPSHOT' suffix and publishes the release to Sonatype.