Skip to content

Commit f5d8cc6

Browse files
LukasPaczosŁukasz Paczos
authored andcommitted
[location-layer][annotation] revert release configuration for LocationLayerPlugin v0.11.0 and AnnotationPlugin v0.2.0
1 parent f585264 commit f5d8cc6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- deploy:
9797
name: Publish Plugins SDK To Maven Central
9898
command: |
99-
if [ "${CIRCLE_BRANCH}" == "lp-plugins-realease-with-maps-6.6.0" ]; then
99+
if [ "${CIRCLE_BRANCH}" == "master" ]; then
100100
make publish ;
101101
fi
102102
- store_artifacts:

plugin-annotation/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=0.2.0
1+
VERSION_NAME=0.3.0-SNAPSHOT
22
POM_ARTIFACT_ID=mapbox-android-plugin-annotation
33
POM_NAME=Mapbox Android Annotation Plugin
44
POM_DESCRIPTION=Mapbox Android Annotation Plugin

plugin-locationlayer/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=0.11.0
1+
VERSION_NAME=0.12.0-SNAPSHOT
22
POM_ARTIFACT_ID=mapbox-android-plugin-locationlayer
33
POM_NAME=Mapbox Android Location Layer Plugin
44
POM_DESCRIPTION=Mapbox Android Location Layer Plugin

0 commit comments

Comments
 (0)