Skip to content

Commit d2d1f87

Browse files
author
Guardiola31337
committed
change version name back to 2.3.0-SNAPSHOT and update CHANGELOG
1 parent 5a18dbc commit d2d1f87

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Mapbox welcomes participation and contributions from everyone.
44

5+
### v2.2.3
6+
7+
- Introduce setDebugLoggingEnabled API [#549](https://github.com/mapbox/mapbox-java/pull/549)
8+
59
### v2.2.2
610

711
- Adds setter for session rotation time [#544](https://github.com/mapbox/mapbox-java/pull/544)

circle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@ jobs:
110110
- deploy:
111111
name: Publish Java Services To Maven Central
112112
command: |
113-
if [ "${CIRCLE_BRANCH}" == "release-223" ]; then
113+
if [ "${CIRCLE_BRANCH}" == "master" ]; then
114114
make publish-java ;
115115
fi
116116
- deploy:
117117
name: Publish Android Services To Maven Central
118118
command: |
119-
if [ "${CIRCLE_BRANCH}" == "release-223" ]; then
119+
if [ "${CIRCLE_BRANCH}" == "master" ]; then
120120
make publish-android ;
121121
fi
122122
- store_artifacts:

mapbox/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Project-wide Gradle settings.
2-
VERSION_NAME=2.2.3
2+
VERSION_NAME=2.3.0-SNAPSHOT
33
GROUP=com.mapbox.mapboxsdk
44

55
POM_URL=https://github.com/mapbox/mapbox-java

0 commit comments

Comments
 (0)