Merge pull request #1 from daniel-beck-bot/https-urls-pom
Use HTTPS URLs in pom.xml
This commit is contained in:
commit
4ccb7aedda
6
pom.xml
6
pom.xml
|
@ -44,7 +44,7 @@
|
|||
<snapshotRepository>
|
||||
<id>maven.jenkins-ci.org</id>
|
||||
<name>jenkinsci-snapshots</name>
|
||||
<url>http://repo.jenkins-ci.org/snapshots</url>
|
||||
<url>https://repo.jenkins-ci.org/snapshots</url>
|
||||
</snapshotRepository>
|
||||
</distributionManagement>
|
||||
|
||||
|
@ -58,7 +58,7 @@
|
|||
<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>
|
||||
<repository>
|
||||
<id>jgit-repository</id>
|
||||
|
@ -70,7 +70,7 @@
|
|||
<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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue