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 8c1bb6f commit 0341a1e
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion pom.xml
Expand Up @@ -85,5 +85,21 @@
</repository>
</distributionManagement>

</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 0341a1e

Please sign in to comment.