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 Aug 8, 2018
1 parent 1f40f48 commit bd19c7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- deploy:
name: Publish to Maven Central
command: |
if [ "${CIRCLE_BRANCH}" == "3.1.5-telem-0.2.1-core-releases" ]; 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.1.5
VERSION_NAME=3.2.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 bd19c7f

Please sign in to comment.