Skip to content

Commit 518b595

Browse files
Merge pull request #39 from lpatino10/master
Change Bintray deployment settings
2 parents 1102032 + bba22c5 commit 518b595

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ deploy:
5757
condition: "$API = android-19"
5858
- provider: bintray
5959
file: $TRAVIS_BUILD_DIR/descriptor.json
60-
user: lpatino10
60+
user: milbuild
6161
key: $BINTRAY_KEY
6262
skip_cleanup: true
6363
on:

descriptor.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"package": {
33
"vcs_url": "https://github.com/watson-developer-cloud/android-sdk.git",
4-
"repo": "watson-developer-cloud",
4+
"repo": "maven",
55
"issue_tracker_url": "https://github.com/watson-developer-cloud/android-sdk/issues",
6-
"subject": "ibmwatson",
6+
"subject": "milbuild",
77
"website_url": "https://github.com/watson-developer-cloud/android-sdk",
88
"name": "android-sdk"
99
},

0 commit comments

Comments
 (0)