File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 name : Publish Plugins SDK To Maven Central
102102 command : |
103103 if [ -n "${PUBLISH_NEXUS_USERNAME}" ]; then
104- if [ "${CIRCLE_BRANCH}" == "lp-release-7.3.0 " ]; then
104+ if [ "${CIRCLE_BRANCH}" == "master " ]; then
105105 make publish
106106 fi
107107 fi
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-annotation-v7
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.9.0
1+ VERSION_NAME =0.10.0-SNAPSHOT
22POM_ARTIFACT_ID =mapbox-android-plugin-localization-v7
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.5.0
1+ VERSION_NAME =0.6.0-SNAPSHOT
22POM_ARTIFACT_ID =mapbox-android-plugin-offline-v7
33POM_NAME =Mapbox Android Offline Plugin
44POM_DESCRIPTION =Mapbox Android Offline Plugin
Original file line number Diff line number Diff line change 1- VERSION_NAME =0.8.0
1+ VERSION_NAME =0.9.0-SNAPSHOT
22POM_ARTIFACT_ID =mapbox-android-plugin-places-v7
33POM_NAME =Mapbox Android Places Plugin
44POM_DESCRIPTION =Mapbox Android Places Plugin
You can’t perform that action at this time.
0 commit comments