Skip to content
This repository has been archived by the owner on Nov 13, 2019. It is now read-only.

Commit

Permalink
Merge pull request #2 from jenkinsci/distributionManagement.url
Browse files Browse the repository at this point in the history
[INFRA-588] Use new distributionManagement.url
  • Loading branch information
jglick committed May 3, 2016
2 parents 16b6e20 + 9fd2283 commit 3b1eb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -216,7 +216,7 @@
<distributionManagement>
<repository>
<id>maven.jenkins-ci.org</id>
<url>http://maven.jenkins-ci.org:8081/content/repositories/releases</url>
<url>https://repo.jenkins-ci.org/releases/</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit 3b1eb4b

Please sign in to comment.