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 17b2ec7 commit 9ed29a6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pom.xml
Expand Up @@ -33,12 +33,13 @@
<url>http://ci.jenkins-ci.org/view/Plugins/job/plugins_ccm/</url>
</ciManagement>

<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>

<properties>
<workflow.version>1.7</workflow.version>
Expand Down

0 comments on commit 9ed29a6

Please sign in to comment.