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 21b3011 commit 8ddfdd0Copy full SHA for 8ddfdd0
2 files changed
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
Mapbox welcomes participation and contributions from everyone.
4
5
+### v3.0.1
6
+- Adjust maxspeed annotation [#777](https://github.com/mapbox/mapbox-java/pull/777)
7
+
8
### v3.0.0
9
- Added MapMatching Error reporting #758
10
- MapMaptchingMatching to DirectionsRoute #759
circle.yml
@@ -34,7 +34,7 @@ jobs:
34
- run:
35
name: SonarQube upload
36
command: |
37
- if [ "${CIRCLE_BRANCH}" == "release-v3.0.1" ]; then
+ if [ "${CIRCLE_BRANCH}" == "master" ]; then
38
make sonarqube ;
39
fi
40
- store_artifacts:
@@ -73,6 +73,6 @@ jobs:
73
- deploy:
74
name: Publish Java Services To Maven Central
75
76
- if [ "${CIRCLE_BRANCH}" == "master" ]; then
+ if [ "${CIRCLE_BRANCH}" == "release-v3.0.1" ]; then
77
make publish ;
78
0 commit comments