Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1 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
shillner committed Oct 10, 2019
2 parents 98475e1 + 7d5cca2 commit e3f4f2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@
<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 Expand Up @@ -122,4 +122,4 @@
</plugins>
</pluginManagement>
</build>
</project>
</project>

0 comments on commit e3f4f2b

Please sign in to comment.