Skip to content

Commit

Permalink
Use HTTPS URLs in pom.xml (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck-bot authored and shanbin committed Oct 14, 2019
1 parent 4638630 commit ffedeac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -31,12 +31,12 @@
<repository>
<id>jenkinsci</id>
<name>jenkinsci-releases</name>
<url>http://repo.jenkins-ci.org/releases</url>
<url>https://repo.jenkins-ci.org/releases</url>
</repository>
<snapshotRepository>
<id>jenkinsci</id>
<name>jenkinsci-snapshots</name>
<url>http://repo.jenkins-ci.org/snapshots</url>
<url>https://repo.jenkins-ci.org/snapshots</url>
</snapshotRepository>
</distributionManagement>

Expand All @@ -61,14 +61,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

0 comments on commit ffedeac

Please sign in to comment.