Skip to content

Commit

Permalink
[build] Change SDK Registry repo names.
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Tarasov committed May 19, 2021
1 parent 685b798 commit b616d58
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ jobs:
make publish-core ;
make publish-telem ;
make publish-all-to-sdk-registry ;
elif [[ $CIRCLE_TAG == telem-*-core-* ]]; then
make publish-all-to-sdk-registry ;
elif [[ $CIRCLE_TAG == telem-* ]]; then
make publish-telem ;
make publish-telemetry-to-sdk-registry ;
Expand Down
2 changes: 1 addition & 1 deletion libcore/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ POM_PACKAGING=aar
POM_ARTIFACT_ID=mapbox-android-core
POM_ARTIFACT_TITLE=Mapbox Android Telemetry Core
POM_DESCRIPTION=Mapbox Android Core Library
REGISTRY_SDK_NAME=mobile-events
REGISTRY_SDK_NAME=mapbox-events-android-libcore
2 changes: 1 addition & 1 deletion libtelemetry/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ POM_PACKAGING=aar
POM_ARTIFACT_ID=mapbox-android-telemetry
POM_ARTIFACT_TITLE=Mapbox Telemetry for Android
POM_DESCRIPTION=Mapbox Android Telemetry Library
REGISTRY_SDK_NAME=mobile-events
REGISTRY_SDK_NAME=mapbox-events-android-libtelemetry

0 comments on commit b616d58

Please sign in to comment.