From d847ba8fac007fa6e603bf5d70377f27f93d6ebf Mon Sep 17 00:00:00 2001 From: danesfeder Date: Mon, 26 Feb 2018 16:06:49 -0500 Subject: [PATCH] Revert properties and circle --- circle.yml | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index 9a1a1734a26..41c9ad8010f 100644 --- a/circle.yml +++ b/circle.yml @@ -98,7 +98,7 @@ jobs: - deploy: name: Publish Navigation SDK To Maven Central command: | - if [ "${CIRCLE_BRANCH}" == "release-v0.10.0" ]; then + if [ "${CIRCLE_BRANCH}" == "master" ]; then make publish ; fi - store_artifacts: diff --git a/gradle.properties b/gradle.properties index b9f87bf4398..b9e0e86ffcf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Project-wide Gradle settings. -VERSION_NAME=0.10.0 +VERSION_NAME=0.11.0-SNAPSHOT GROUP=com.mapbox.mapboxsdk POM_URL=https://github.com/mapbox/mapbox-navigation-android