summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2018-03-01 11:25:18 +0100
committerTobrun <tobrun@mapbox.com>2018-03-01 11:46:04 +0100
commit40039f6b430b4730aed8c52c28de3a855b8425ea (patch)
tree1e4a18e81ab6dfe96976e154685f171d90d17c0d
parent72393707d34fd7c4c0fa81b66b40805f29411aed (diff)
downloadqtlocation-mapboxgl-40039f6b430b4730aed8c52c28de3a855b8425ea.tar.gz
[android] - reset release configurationandroid-v5.5.0
-rw-r--r--circle.yml2
-rw-r--r--platform/android/MapboxGLAndroidSDK/gradle.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml
index bb9392f395..d76ab4a8ab 100644
--- a/circle.yml
+++ b/circle.yml
@@ -355,7 +355,7 @@ jobs:
- deploy:
name: Publish to Maven
command: |
- if [ "${CIRCLE_BRANCH}" == "release-android-v5.5.0" ]; then make run-android-upload-archives ; fi
+ if [ "${CIRCLE_BRANCH}" == "release-agua" ]; then make run-android-upload-archives ; fi
# ------------------------------------------------------------------------------
diff --git a/platform/android/MapboxGLAndroidSDK/gradle.properties b/platform/android/MapboxGLAndroidSDK/gradle.properties
index 36252fc90e..f5dc431d40 100644
--- a/platform/android/MapboxGLAndroidSDK/gradle.properties
+++ b/platform/android/MapboxGLAndroidSDK/gradle.properties
@@ -1,5 +1,5 @@
GROUP=com.mapbox.mapboxsdk
-VERSION_NAME=5.5.0
+VERSION_NAME=5.5.1-SNAPSHOT
POM_DESCRIPTION=Mapbox GL Android SDK
POM_URL=https://github.com/mapbox/mapbox-gl-native