From 0bed03cf81b8c9b3d753c7d2646dde032fa991d0 Mon Sep 17 00:00:00 2001 From: Logan Patino Date: Mon, 14 Aug 2017 11:04:31 -0400 Subject: [PATCH] Change Bintray deployment settings Deployment should now point to the original Binary repo maintained by the Mobile Innovation Lab --- .travis.yml | 2 +- descriptor.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0afa68c..2c0bcf3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,7 +55,7 @@ deploy: condition: "$API = android-19" - provider: bintray file: $TRAVIS_BUILD_DIR/descriptor.json - user: lpatino10 + user: milbuild key: $BINTRAY_KEY skip_cleanup: true on: diff --git a/descriptor.json b/descriptor.json index 90f2b00..08391d9 100644 --- a/descriptor.json +++ b/descriptor.json @@ -1,9 +1,9 @@ { "package": { "vcs_url": "https://github.com/watson-developer-cloud/android-sdk.git", - "repo": "watson-developer-cloud", + "repo": "maven", "issue_tracker_url": "https://github.com/watson-developer-cloud/android-sdk/issues", - "subject": "ibmwatson", + "subject": "milbuild", "website_url": "https://github.com/watson-developer-cloud/android-sdk", "name": "android-sdk" },