Skip to content

Commit

Permalink
[Fix INFRA-588] Use standard name/url for maven.jenkins-ci.org
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Apr 23, 2016
1 parent b622397 commit b90d2f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -328,7 +328,8 @@
<distributionManagement>
<repository>
<id>maven.jenkins-ci.org</id>
<url>http://maven.jenkins-ci.org:8081/content/repositories/releases/</url>
<name>jenkinsci-releases</name>
<url>https://repo.jenkins-ci.org/releases/</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit b90d2f4

Please sign in to comment.