Skip to content

Commit 1f6d7bc

Browse files
authored
Update pom to use https repositories
1 parent c91b1a3 commit 1f6d7bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,14 @@ THE SOFTWARE.
7575
<repositories>
7676
<repository>
7777
<id>repo.jenkins-ci.org</id>
78-
<url>http://repo.jenkins-ci.org/public/</url>
78+
<url>https://repo.jenkins-ci.org/public/</url>
7979
</repository>
8080
</repositories>
8181

8282
<pluginRepositories>
8383
<pluginRepository>
8484
<id>repo.jenkins-ci.org</id>
85-
<url>http://repo.jenkins-ci.org/public/</url>
85+
<url>https://repo.jenkins-ci.org/public/</url>
8686
</pluginRepository>
8787
</pluginRepositories>
8888

0 commit comments

Comments
 (0)