Skip to content

Commit 28008e8

Browse files
Merge pull request #3 from daniel-beck-bot/https-urls-pom
Use HTTPS URLs in pom.xml
2 parents 4907b89 + b99ec54 commit 28008e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@
5454
<repositories>
5555
<repository>
5656
<id>repo.jenkins-ci.org</id>
57-
<url>http://repo.jenkins-ci.org/public/</url>
57+
<url>https://repo.jenkins-ci.org/public/</url>
5858
</repository>
5959
</repositories>
6060

6161
<pluginRepositories>
6262
<pluginRepository>
6363
<id>repo.jenkins-ci.org</id>
64-
<url>http://repo.jenkins-ci.org/public/</url>
64+
<url>https://repo.jenkins-ci.org/public/</url>
6565
</pluginRepository>
6666
</pluginRepositories>
6767

0 commit comments

Comments
 (0)