Skip to content

Commit

Permalink
Merge pull request #100 from JLLeitschuh/fix/JLL/use_https_to_resolve…
Browse files Browse the repository at this point in the history
…_dependencies

[SECURITY] Use HTTPS to resolve dependencies in Maven Build
  • Loading branch information
jglick committed Mar 2, 2020
2 parents d35f645 + ceab72f commit 02c4e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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>
<scm>
Expand Down

0 comments on commit 02c4e1f

Please sign in to comment.