Skip to content

Commit a9674af

Browse files
author
Langston Smith
authored
Release plugins with the Maps SDK v8.0.0 (#988)
* changelog update and release configuration for plugins with Maps SDK v8.0.0 * revert release configuration for plugins with Maps SDK v8.0.0
1 parent e66ef0e commit a9674af

16 files changed

Lines changed: 68 additions & 18 deletions

File tree

plugin-annotation/CHANGELOG.md

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

33
Mapbox welcomes participation and contributions from everyone.
44

5+
### mapbox-android-plugin-annotation-v8:0.7.0 - June 11, 2019
6+
#### Features
7+
- uppercase static fields [#939](https://github.com/mapbox/mapbox-plugins-android/pull/939)
8+
- add multi manager support [#941](https://github.com/mapbox/mapbox-plugins-android/pull/941)
9+
- add getGeometry [#940](https://github.com/mapbox/mapbox-plugins-android/pull/940)
10+
- remove java 8 language support [#943](https://github.com/mapbox/mapbox-plugins-android/pull/943)
11+
- allow to set custom arbitrary data on an annotation [#948](https://github.com/mapbox/mapbox-plugins-android/pull/948)
12+
- Update style spec, gen new features, remove obsolete zIndex [#947](https://github.com/mapbox/mapbox-plugins-android/pull/947)
13+
514
### mapbox-android-plugin-annotation-v7:0.6.0 - April 5, 2019
615
#### Features
716
- Maps SDK bump to 7.3.0 [#895](https://github.com/mapbox/mapbox-plugins-android/pull/895)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=0.7.0-SNAPSHOT
2-
POM_ARTIFACT_ID=mapbox-android-plugin-annotation-v7
1+
VERSION_NAME=0.8.0-SNAPSHOT
2+
POM_ARTIFACT_ID=mapbox-android-plugin-annotation-v8
33
POM_NAME=Mapbox Android Annotation Plugin
44
POM_DESCRIPTION=Mapbox Android Annotation Plugin
55
POM_PACKAGING=aar

plugin-building/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# Changelog for the Mapbox building plugin
1+
# Changelog for the Mapbox Building Plugin
2+
3+
Mapbox welcomes participation and contributions from everyone.
4+
5+
### mapbox-android-plugin-building-v8:0.6.0 - June 11, 2019
6+
7+
No changes since last release. Release happened to update the module to `-v8`.
28

39
### mapbox-android-plugin-building-v7:0.5.0 - January 8, 2019
410
- Update building plugin with Maps SDK 7.0.0 [#795](https://github.com/mapbox/mapbox-plugins-android/pull/795)

plugin-building/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=0.6.0-SNAPSHOT
2-
POM_ARTIFACT_ID=mapbox-android-plugin-building-v7
1+
VERSION_NAME=0.7.0-SNAPSHOT
2+
POM_ARTIFACT_ID=mapbox-android-plugin-building-v8
33
POM_NAME=Mapbox Android Building Plugin
44
POM_DESCRIPTION=Mapbox Android Building Plugin
55
POM_PACKAGING=aar

plugin-localization/CHANGELOG.md

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

33
Mapbox welcomes participation and contributions from everyone.
44

5+
6+
### mapbox-android-plugin-localization-v8:0.10.0 - June 11, 2019
7+
#### Features
8+
- Adding Portuguese language support to Localization Plugin [#979](https://github.com/mapbox/mapbox-plugins-android/pull/979)
9+
510
### mapbox-android-plugin-localization-v7:0.9.0 - April 5, 2019
611
#### Features
712
- Maps SDK bump to 7.3.0 [#895](https://github.com/mapbox/mapbox-plugins-android/pull/895)

plugin-localization/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=0.10.0-SNAPSHOT
2-
POM_ARTIFACT_ID=mapbox-android-plugin-localization-v7
1+
VERSION_NAME=0.11.0-SNAPSHOT
2+
POM_ARTIFACT_ID=mapbox-android-plugin-localization-v8
33
POM_NAME=Mapbox Android Localization Plugin
44
POM_DESCRIPTION=Mapbox Android Localization Plugin
55
POM_PACKAGING=aar

plugin-markerview/CHANGELOG.md

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

33
Mapbox welcomes participation and contributions from everyone.
44

5+
### mapbox-android-plugin-markerview-v8:0.3.0 - June 11, 2019
6+
#### Features
7+
- remove obsolete build tools declaration [#827](https://github.com/mapbox/mapbox-plugins-android/pull/827)
8+
- remove java 8 language support [#943](https://github.com/mapbox/mapbox-plugins-android/pull/943)
9+
510
### mapbox-android-plugin-markerview-v7:0.2.0 - January 8, 2019
611
- Update MarkerView plugin with the Maps SDK v7.0.0 [#789](https://github.com/mapbox/mapbox-plugins-android/pull/789)
712

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=0.3.0-SNAPSHOT
2-
POM_ARTIFACT_ID=mapbox-android-plugin-markerview-v7
1+
VERSION_NAME=0.4.0-SNAPSHOT
2+
POM_ARTIFACT_ID=mapbox-android-plugin-markerview-v8
33
POM_NAME=Mapbox Android MarkerView Plugin
44
POM_DESCRIPTION=Mapbox Android MarkerView Plugin
55
POM_PACKAGING=aar

plugin-offline/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
# Changelog for the Mapbox offline plugin
1+
# Changelog for the Mapbox Offline Plugin
2+
3+
Mapbox welcomes participation and contributions from everyone.
4+
5+
### mapbox-android-plugin-offline-v8:0.6.0 - June 11, 2019
6+
7+
No changes since last release. Release happened to update the module to `-v8`.
28

39
### mapbox-android-plugin-offline-v7:0.5.0 - April 5, 2019
410
#### Features

plugin-offline/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=0.6.0-SNAPSHOT
2-
POM_ARTIFACT_ID=mapbox-android-plugin-offline-v7
1+
VERSION_NAME=0.7.0-SNAPSHOT
2+
POM_ARTIFACT_ID=mapbox-android-plugin-offline-v8
33
POM_NAME=Mapbox Android Offline Plugin
44
POM_DESCRIPTION=Mapbox Android Offline Plugin
55
POM_PACKAGING=aar

0 commit comments

Comments
 (0)