diff --git a/.github/workflows/sonatype-develop.yml b/.github/workflows/sonatype-develop.yml index a61223ccf..5e6c612b3 100644 --- a/.github/workflows/sonatype-develop.yml +++ b/.github/workflows/sonatype-develop.yml @@ -2,7 +2,7 @@ name: Upload AAR to Sonatype Nexus on: push: - branches: [ develop, feature/persist-zoom-priority ] + branches: [ develop ] jobs: build: diff --git a/android/gradle.properties b/android/gradle.properties index 2dc7a1104..62fc24699 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -30,7 +30,7 @@ RELEASE_REPOSITORY_URL=https://oss.sonatype.org/service/local/staging/deploy/mav SNAPSHOT_REPOSITORY_URL=https://oss.sonatype.org/content/repositories/snapshots/ GROUP=io.openmobilemaps -POM_ARTIFACT_ID=mapscore-custom-label-zoom-priority +POM_ARTIFACT_ID=mapscore VERSION_NAME=1.5.3 VERSION_CODE=153