Skip to content

Commit 4b0048e

Browse files
author
“osana”
committed
revert change after release
1 parent 498918a commit 4b0048e

7 files changed

Lines changed: 17 additions & 6 deletions

File tree

CHANGELOG.md

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

33
Mapbox welcomes participation and contributions from everyone.
44

5+
### v3.0.0-beta.4
6+
- Rework dependency tree, add api instead of implementation
7+
- Remove unprintable chars in api request
8+
- Make GeometryCollection a Geometry as specified in the spec at sections 1.4 and 3.1.8
9+
- Add Degrees and Driving Side to BannerText
10+
- Add tunnel and restricted to possible values of exclude criteria
11+
- Turf functions name changes
12+
- Make getOkHttpClient synchronized
13+
- Add type and modifier to BannerText
14+
- Add baseUrl to RouteOptions
15+
516
### v3.0.0-beta.3
617

718
- Added back fromLngLats() that take double arrays for coordinates [#722](https://github.com/mapbox/mapbox-java/pull/722)

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ jobs:
7373
- deploy:
7474
name: Publish Java Services To Maven Central
7575
command: |
76-
if [ "${CIRCLE_BRANCH}" == "release3.0-beta.4" ]; then
76+
if [ "${CIRCLE_BRANCH}" == "master" ]; then
7777
make publish ;
7878
fi

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=3.0.0-beta.4
2+
VERSION_NAME=3.0.0-SNAPSHOT
33
GROUP=com.mapbox.mapboxsdk
44

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

services-core/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=3.0.0-beta.4
1+
VERSION_NAME=3.0.0-SNAPSHOT
22
POM_ARTIFACT_ID=mapbox-sdk-core
33
POM_NAME=Mapbox Services SDK
44
POM_DESCRIPTION=Mapbox Services SDK (core module)

services-geojson/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=3.0.0-beta.4
1+
VERSION_NAME=3.0.0-SNAPSHOT
22
POM_ARTIFACT_ID=mapbox-sdk-geojson
33
POM_NAME=Mapbox Services SDK
44
POM_DESCRIPTION=Mapbox Services SDK (GeoJSON support)

services-turf/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=3.0.0-beta.4
1+
VERSION_NAME=3.0.0-SNAPSHOT
22
POM_ARTIFACT_ID=mapbox-sdk-turf
33
POM_NAME=Mapbox Services SDK
44
POM_DESCRIPTION=Mapbox Services SDK (Turf support)

services/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=3.0.0-beta.4
1+
VERSION_NAME=3.0.0-SNAPSHOT
22
POM_ARTIFACT_ID=mapbox-sdk-services
33
POM_NAME=Mapbox Services SDK
44
POM_DESCRIPTION=Mapbox Services SDK (APIs)

0 commit comments

Comments
 (0)