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 e102ffb commit 395e580Copy full SHA for 395e580
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
Mapbox welcomes participation and contributions from everyone.
4
5
+### v2.2.5
6
+
7
+### v2.2.4
8
9
### v2.2.3
10
11
- Introduce setDebugLoggingEnabled API [#549](https://github.com/mapbox/mapbox-java/pull/549)
circle.yml
@@ -110,13 +110,13 @@ jobs:
110
- deploy:
111
name: Publish Java Services To Maven Central
112
command: |
113
- if [ "${CIRCLE_BRANCH}" == "release-225" ]; then
+ if [ "${CIRCLE_BRANCH}" == "master" ]; 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:
0 commit comments