Skip to content

Commit

Permalink
Use HTTPS URLs in pom.xml (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck-bot authored and olamy committed Sep 24, 2019
1 parent d38b684 commit 1a5b176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@
<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>
Expand All @@ -448,7 +448,7 @@
<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>
Expand Down

0 comments on commit 1a5b176

Please sign in to comment.