Skip to content

Commit

Permalink
Use HTTPS for Jenkins repository
Browse files Browse the repository at this point in the history
  • Loading branch information
darxriggs committed Oct 27, 2018
1 parent 33d3ccf commit c066e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -55,14 +55,14 @@
<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

0 comments on commit c066e4d

Please sign in to comment.