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 a68a172 commit 5f2df8e
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion pom.xml
Expand Up @@ -171,4 +171,20 @@
</plugins> </plugins>
</build> </build>


</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 5f2df8e

Please sign in to comment.