Skip to content

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
- revert changes
  • Loading branch information
electrostat committed Oct 16, 2018
1 parent 89b792f commit effaefc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
environment:
BUILDTYPE: Release
IS_LOCAL_DEVELOPMENT: false
OK_TO_RELEASE_CORE: false
OK_TO_RELEASE_CORE: true
OK_TO_RELEASE_TELEM: true
steps:
- checkout
Expand All @@ -96,7 +96,7 @@ jobs:
- deploy:
name: Publish to Maven Central
command: |
if [ "${CIRCLE_BRANCH}" == "3.4.0-cherrypick-release" ]; then
if [ "${CIRCLE_BRANCH}" == "master" ]; then
if [ "$OK_TO_RELEASE_CORE" == true ]; then
make publish-core ;
fi
Expand Down
2 changes: 1 addition & 1 deletion libcore/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.2.1
VERSION_NAME=0.3.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-android-core
POM_NAME=Mapbox Android Core Library
POM_DESCRIPTION=Mapbox Android Core Library
Expand Down
2 changes: 1 addition & 1 deletion libtelemetry/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=3.4.0
VERSION_NAME=3.4.0-SNAPSHOT
POM_ARTIFACT_ID=mapbox-android-telemetry
POM_NAME=Mapbox Android Telemetry Library
POM_DESCRIPTION=Mapbox Android Telemetry Library
Expand Down

0 comments on commit effaefc

Please sign in to comment.