Fix repository ID in pom.xml to allow releases to work.

This commit is contained in:
Owen Mehegan 2016-03-02 15:29:04 -08:00
parent 495469ad06
commit 53edd3d6d9
1 changed files with 2 additions and 2 deletions

View File

@ -29,12 +29,12 @@
<distributionManagement>
<repository>
<id>central</id>
<id>maven.jenkins-ci.org</id>
<name>jenkinsci-releases</name>
<url>https://repo.jenkins-ci.org/releases</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<id>maven.jenkins-ci.org</id>
<name>jenkinsci-snapshots</name>
<url>https://repo.jenkins-ci.org/snapshots</url>
</snapshotRepository>