Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Update settings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
clicman authored Jan 18, 2017
1 parent 60b9151 commit e9bfba5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
<gpg.executable>${env.GPG_EXECUTABLE}</gpg.executable>
<gpg.passphrase>${env.GPG_PASSPHRASE}</gpg.passphrase>
</properties>
<repositories>
<repository>
<id>snapshots-repo</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases><enabled>false</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
</repositories>
</profile>
</profiles>
</settings>
</settings>

0 comments on commit e9bfba5

Please sign in to comment.