Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Modify Jenkins repo URL to test INFRA-588 fix
  • Loading branch information
rodrigc committed Apr 7, 2016
1 parent 5c1e918 commit e87071f
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions pom.xml
Expand Up @@ -30,13 +30,26 @@
<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
<url>https://repo.jenkins-ci.org/public/</url>

<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</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>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>

Expand All @@ -59,7 +72,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 e87071f

Please sign in to comment.