Navigation Menu

Skip to content

Commit

Permalink
fix #143: Added bintray info in maven-settings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo.rodriguez.mier committed Aug 28, 2015
1 parent f433845 commit 0c0ec9c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .config/maven-settings.xml
Expand Up @@ -24,6 +24,11 @@
<username>${env.SONATYPE_SNAPSHOT_USERNAME}</username>
<password>${env.SONATYPE_SNAPSHOT_PASSWORD}</password>
</server>
<server>
<id>bintray-hipster4j-maven</id>
<username>${env.BINTRAY_USER}</username>
<password>${env.BINTRAY_API_KEY}</password>
</server>
</servers>

<profiles>
Expand Down

0 comments on commit 0c0ec9c

Please sign in to comment.