Skip to content

Commit

Permalink
Release 4.0.0 (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
osana authored Sep 21, 2018
1 parent 4d1b2f8 commit 0890444
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## Changelog for Mapbox Java and Android Services

Mapbox welcomes participation and contributions from everyone.
### v4.0.0 - September 19, 2018
- downgrade to java 7 #876
- The first and last positions should be equivalent in polygon ring Bug Ready For Review refactor #886
- Fix circle generation in TurfTransformation #885
- coordinates() should have @NotNull annotation in Geometry implementations #882
- Tilequery API #879
- all accesToken fields should be annotated with @nonnull #875

### v3.4.1 - August 9, 2018
- DirectionsRoute#fromJson RuntimeException (#864)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repositories {
}
dependencies {
compile 'com.mapbox.mapboxsdk:mapbox-sdk-services:3.5.0-SNAPSHOT'
compile 'com.mapbox.mapboxsdk:mapbox-sdk-services:4.1.0-SNAPSHOT'
}
```

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=3.5.0-SNAPSHOT
VERSION_NAME=4.1.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=3.5.0-SNAPSHOT
VERSION_NAME=4.1.0-SNAPSHOT
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=3.5.0-SNAPSHOT
VERSION_NAME=4.1.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=3.5.0-SNAPSHOT
VERSION_NAME=4.1.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=3.5.0-SNAPSHOT
VERSION_NAME=4.1.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-sdk-services
POM_NAME=Mapbox Services SDK
POM_DESCRIPTION=Mapbox Services SDK (APIs)
Expand Down

0 comments on commit 0890444

Please sign in to comment.