Skip to content

Commit

Permalink
declare rubygems maven repo in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Nov 3, 2015
1 parent 981fe1e commit d8ed035
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -16,6 +16,10 @@
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>rubygems-releases</id>
<url>http://rubygems-proxy.torquebox.org/releases</url>
</repository>
</repositories>

<pluginRepositories>
Expand Down

0 comments on commit d8ed035

Please sign in to comment.