Skip to content

Commit 825e62f

Browse files
Use HTTPS URLs in pom.xml
1 parent 0197ed8 commit 825e62f

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
@@ -42,14 +42,14 @@
4242
<repositories>
4343
<repository>
4444
<id>repo.jenkins-ci.org</id>
45-
<url>http://repo.jenkins-ci.org/public/</url>
45+
<url>https://repo.jenkins-ci.org/public/</url>
4646
</repository>
4747
</repositories>
4848

4949
<pluginRepositories>
5050
<pluginRepository>
5151
<id>repo.jenkins-ci.org</id>
52-
<url>http://repo.jenkins-ci.org/public/</url>
52+
<url>https://repo.jenkins-ci.org/public/</url>
5353
</pluginRepository>
5454
</pluginRepositories>
5555

0 commit comments

Comments
 (0)