Skip to content

Commit

Permalink
pom.xml: overwrite distribution management to repo.jenkins-ci.org
Browse files Browse the repository at this point in the history
ssh-plugin does not yet rely on 2.x parent plugin pom [INFRA-588],
so maven release needs to upload to repo.jenkins-ci.org
and not to maven.jenkins-ci.org
  • Loading branch information
ljader committed Nov 30, 2016
1 parent 70c8831 commit 3a0fb28
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Expand Up @@ -53,8 +53,12 @@ Based on the cool scp plugin.</description>
<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>
<snapshotRepository>
<id>maven.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/snapshots/</url>
</snapshotRepository>
</distributionManagement>

<!-- get every artifact through maven.glassfish.org, which proxies all the
Expand Down

0 comments on commit 3a0fb28

Please sign in to comment.