Skip to content

Commit

Permalink
Merge pull request #11 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
hmarkc committed Aug 30, 2021
2 parents 902e680 + 2e3e751 commit aad945f
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 @@ -153,14 +153,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>
</project>

0 comments on commit aad945f

Please sign in to comment.