Skip to content

Commit

Permalink
Test on how to pass user/pass to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnab Karmakar committed Nov 27, 2017
1 parent f00d0fe commit 6b2b647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maven_settings.xml
Expand Up @@ -2,8 +2,8 @@
<servers>
<server>
<id>ossrh</id>
<username>${env.CI_DEPLOY_USERNAME}</username>
<password>${env.CI_DEPLOY_PASSWORD}</password>
<username>${CI_DEPLOY_USERNAME}</username>
<password>${CI_DEPLOY_PASSWORD}</password>
</server>
</servers>
</settings>

0 comments on commit 6b2b647

Please sign in to comment.