We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f94617a commit a5e4839Copy full SHA for a5e4839
2 files changed
circle.yml
@@ -110,13 +110,13 @@ jobs:
110
- deploy:
111
name: Publish Java Services To Maven Central
112
command: |
113
- if [ "${CIRCLE_BRANCH}" == "master" ]; then
+ if [ "${CIRCLE_BRANCH}" == "release-2.2.7" ]; then
114
make publish-java ;
115
fi
116
117
name: Publish Android Services To Maven Central
118
119
120
make publish-android ;
121
122
- store_artifacts:
mapbox/gradle.properties
@@ -1,5 +1,5 @@
1
# Project-wide Gradle settings.
2
-VERSION_NAME=2.3.0-SNAPSHOT
+VERSION_NAME=2.2.7
3
GROUP=com.mapbox.mapboxsdk
4
5
POM_URL=https://github.com/mapbox/mapbox-java
0 commit comments