Skip to content

Commit

Permalink
Merge pull request #18 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 Heid committed Sep 24, 2019
2 parents 88cbb91 + 3c5f7a7 commit 3ab82e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -122,14 +122,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 3ab82e7

Please sign in to comment.