Skip to content

Commit

Permalink
[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
kinow committed Apr 23, 2016
1 parent fc05099 commit 9cdec12
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pom.xml
Expand Up @@ -29,12 +29,13 @@
<tag>HEAD</tag>
</scm>

<distributionManagement>
<repository>
<id>maven.jenkins-ci.org</id>
<url>http://maven.jenkins-ci.org:8081/content/repositories/releases/</url>
</repository>
</distributionManagement>
<distributionManagement>
<repository>
<id>maven.jenkins-ci.org</id>
<name>jenkinsci-releases</name>
<url>https://repo.jenkins-ci.org/releases/</url>
</repository>
</distributionManagement>

<!-- see http://groups.google.com/group/hudson-dev/browse_thread/thread/83e34c639eec470a for the rationale behind this -->
<build>
Expand Down

0 comments on commit 9cdec12

Please sign in to comment.