Skip to content

Commit

Permalink
Merge pull request #24 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 d016188 + 283f44e commit a26dacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -172,7 +172,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 a26dacc

Please sign in to comment.