Fix repository ID in pom.xml to allow releases to work.
This commit is contained in:
parent
495469ad06
commit
53edd3d6d9
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue