diff --git a/circle.yml b/circle.yml index 87a04581ee6..796bb3c7f13 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.11.0" ]; then + if [ "${CIRCLE_BRANCH}" == "master" ]; then make publish ; fi - store_artifacts: diff --git a/gradle.properties b/gradle.properties index 862b3d41f1b..ba292129cb1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Project-wide Gradle settings. -VERSION_NAME=0.11.0 +VERSION_NAME=0.12.0-SNAPSHOT GROUP=com.mapbox.mapboxsdk POM_URL=https://github.com/mapbox/mapbox-navigation-android