Skip to content

Commit 7121b86

Browse files
Use HTTPS URLs in pom.xml
1 parent d6d779d commit 7121b86

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
@@ -256,14 +256,14 @@
256256
<repositories>
257257
<repository>
258258
<id>repo.jenkins-ci.org</id>
259-
<url>http://repo.jenkins-ci.org/public/</url>
259+
<url>https://repo.jenkins-ci.org/public/</url>
260260
</repository>
261261
</repositories>
262262

263263
<pluginRepositories>
264264
<pluginRepository>
265265
<id>repo.jenkins-ci.org</id>
266-
<url>http://repo.jenkins-ci.org/public/</url>
266+
<url>https://repo.jenkins-ci.org/public/</url>
267267
</pluginRepository>
268268
</pluginRepositories>
269269

0 commit comments

Comments
 (0)