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

Commit

Permalink
Use HTTPS URLs in pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck-bot committed Oct 8, 2019
1 parent 98475e1 commit 7d5cca2
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 7d5cca2

Please sign in to comment.