Skip to content

Commit

Permalink
Merge pull request #5 from daniel-beck-bot/https-urls-pom
Browse files Browse the repository at this point in the history
Use HTTPS URLs in pom.xml
  • Loading branch information
daniel-beck authored Sep 25, 2020
2 parents c65456c + dd5bd3b commit 53d6c66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,25 +39,25 @@
<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>

<distributionManagement>
<repository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/releases</url>
<url>https://repo.jenkins-ci.org/releases</url>
</repository>
<snapshotRepository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/snapshots</url>
<url>https://repo.jenkins-ci.org/snapshots</url>
</snapshotRepository>
</distributionManagement>

Expand Down

0 comments on commit 53d6c66

Please sign in to comment.