Skip to content

Commit 8f48d03

Browse files
LukasPaczosŁukasz Paczos
authored andcommitted
[annotation] revert release configuration for 0.3.0
1 parent 3e6e256 commit 8f48d03

2 files changed

Lines changed: 2 additions & 2 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}" == "release-annotation-plugin-0.3.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.3.0
1+
VERSION_NAME=0.4.0-SNAPSHOT
22
POM_ARTIFACT_ID=mapbox-android-plugin-annotation
33
POM_NAME=Mapbox Android Annotation Plugin
44
POM_DESCRIPTION=Mapbox Android Annotation Plugin

0 commit comments

Comments
 (0)