Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Mapbox welcomes participation and contributions from everyone.

### v4.8.0 - May 10, 2019
### v4.8.0-alpha.3 - May 10, 2019
- Added walking options serialize names adjustments [#1028](https://github.com/mapbox/mapbox-java/pull/1028)

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project-wide Gradle settings.
VERSION_NAME=4.8.0-SNAPSHOT
VERSION_NAME=4.9.0-SNAPSHOT
GROUP=com.mapbox.mapboxsdk

POM_URL=https://github.com/mapbox/mapbox-java
Expand Down
2 changes: 1 addition & 1 deletion services-core/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=4.8.0-SNAPSHOT
VERSION_NAME=4.9.0-SNAPSHOT

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a note that since this version is always the same as the one in the root gradle.properties, it's probably safe to delete it.

POM_ARTIFACT_ID=mapbox-sdk-core
POM_NAME=Mapbox Services SDK
POM_DESCRIPTION=Mapbox Services SDK (core module)
Expand Down
2 changes: 1 addition & 1 deletion services-geojson/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=4.8.0-SNAPSHOT
VERSION_NAME=4.9.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-sdk-geojson
POM_NAME=Mapbox Services SDK
POM_DESCRIPTION=Mapbox Services SDK (GeoJSON support)
Expand Down
2 changes: 1 addition & 1 deletion services-turf/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=4.8.0-SNAPSHOT
VERSION_NAME=4.9.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-sdk-turf
POM_NAME=Mapbox Services SDK
POM_DESCRIPTION=Mapbox Services SDK (Turf support)
Expand Down
2 changes: 1 addition & 1 deletion services/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=4.8.0-SNAPSHOT
VERSION_NAME=4.9.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-sdk-services
POM_NAME=Mapbox Services SDK
POM_DESCRIPTION=Mapbox Services SDK (APIs)
Expand Down