From ed3add448dcbf8fd6d2f2020b3955e2384d68fdd Mon Sep 17 00:00:00 2001 From: danesfeder Date: Thu, 21 Jun 2018 17:53:13 -0400 Subject: [PATCH] Revert circle / gradle --- circle.yml | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 04200c88255..3ac8ce2d7b1 100644 --- a/circle.yml +++ b/circle.yml @@ -101,7 +101,7 @@ jobs: - deploy: name: Publish Navigation SDK To Maven Central command: | - if [ "${CIRCLE_BRANCH}" == "release-v0.15.0" ]; then + if [ "${CIRCLE_BRANCH}" == "master" ]; then make publish ; fi - store_artifacts: diff --git a/gradle.properties b/gradle.properties index 13e5a533614..824d3d657d7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Project-wide Gradle settings. -VERSION_NAME=0.15.0 +VERSION_NAME=0.16.0-SNAPSHOT GROUP=com.mapbox.mapboxsdk POM_URL=https://github.com/mapbox/mapbox-navigation-android