Skip to content

Commit

Permalink
[INFRA-588] Use new distributionManagement url
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Mansilla committed May 30, 2016
1 parent acac517 commit 5807187
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions pom.xml
Expand Up @@ -43,14 +43,14 @@
<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
<url>https://repo.jenkins-ci.org/public/</url>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
<url>https://repo.jenkins-ci.org/public/</url>
</pluginRepository>
</pluginRepositories>

Expand Down Expand Up @@ -110,4 +110,11 @@
</plugin>
</plugins>
</build>

<distributionManagement>
<repository>
<id>maven.jenkins-ci.org</id>
<url>https://repo.jenkins-ci.org/releases</url>
</repository>
</distributionManagement>
</project>

0 comments on commit 5807187

Please sign in to comment.