Skip to content

Commit

Permalink
[FIX INFRA-588] Using the right repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
batmat committed Mar 19, 2016
1 parent d829341 commit 4c12081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -735,11 +735,11 @@
<repository>
<uniqueVersion>false</uniqueVersion>
<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>http://maven.jenkins-ci.org:8081/content/repositories/snapshots</url>
<url>https://repo.jenkins-ci.org/snapshots/</url>
</snapshotRepository>
</distributionManagement>

Expand Down

0 comments on commit 4c12081

Please sign in to comment.