File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 - deploy :
103103 name : Publish Plugins SDK To Maven Central
104104 command : |
105- if [ "${CIRCLE_BRANCH}" == "lp-release-6.5.0 " ]; then
105+ if [ "${CIRCLE_BRANCH}" == "master " ]; then
106106 make publish ;
107107 fi
108108 - store_artifacts :
Original file line number Diff line number Diff line change 1- VERSION_NAME =0.1.0
1+ VERSION_NAME =0.2.0-SNAPSHOT
22POM_ARTIFACT_ID =mapbox-android-plugin-annotation
33POM_NAME =Mapbox Android Annotation Plugin
44POM_DESCRIPTION =Mapbox Android Annotation Plugin
Original file line number Diff line number Diff line change 1- VERSION_NAME =0.5.0
1+ VERSION_NAME =0.6.0-SNAPSHOT
22POM_ARTIFACT_ID =mapbox-android-plugin-localization
33POM_NAME =Mapbox Android Localization Plugin
44POM_DESCRIPTION =Mapbox Android Localization Plugin
Original file line number Diff line number Diff line change 1- VERSION_NAME =0.8.2
1+ VERSION_NAME =0.9.0-SNAPSHOT
22POM_ARTIFACT_ID =mapbox-android-plugin-locationlayer
33POM_NAME =Mapbox Android Location Layer Plugin
44POM_DESCRIPTION =Mapbox Android Location Layer Plugin
Original file line number Diff line number Diff line change 1- VERSION_NAME =0.1.0
1+ VERSION_NAME =0.2.0-SNAPSHOT
22POM_ARTIFACT_ID =mapbox-android-plugin-markerview
33POM_NAME =Mapbox Android MarkerView Plugin
44POM_DESCRIPTION =Mapbox Android MarkerView Plugin
Original file line number Diff line number Diff line change 1- VERSION_NAME =0.6.0
1+ VERSION_NAME =0.7.0-SNAPSHOT
22POM_ARTIFACT_ID =mapbox-android-plugin-places
33POM_NAME =Mapbox Android Places Plugin
44POM_DESCRIPTION =Mapbox Android Places Plugin
You can’t perform that action at this time.
0 commit comments