switched the Maven repository

This commit is contained in:
Kohsuke Kawaguchi
2011-02-23 09:31:02 +09:00
parent 7f82306908
commit c0dff74536

10
pom.xml
View File

@@ -8,11 +8,11 @@
<url>http://kohsuke.org/github-api/</url>
<description>GitHub API for Java</description>
<distributionManagement>
<repository>
<id>java.net-m2-repository</id>
<url>java-net:/maven2-repository/trunk/repository/</url>
</repository>
<distributionManagement>
<repository>
<id>maven.jenkins-ci.org</id>
<url>http://maven.jenkins-ci.org:8081/content/repositories/releases/</url>
</repository>
<site>
<id>kohsuke.org</id>
<url>scp://kohsuke.org/home/kohsuke/kohsuke.org/github-api/</url>