Skip to content

Commit

Permalink
updated maven pom to use repo.jenkins-ci.org repository
Browse files Browse the repository at this point in the history
  • Loading branch information
ndeloof committed Apr 6, 2012
1 parent 13a66b7 commit b55d92b
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion pom.xml
Expand Up @@ -156,4 +156,20 @@
</dependency>
</dependencies>

</project>

<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
</pluginRepository>
</pluginRepositories>
</project>


0 comments on commit b55d92b

Please sign in to comment.