Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use HTTPS URLs in pom.xml #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

daniel-beck-bot
Copy link

Switch to HTTPS URLs in the pom.xml to not download dependencies via HTTP.

Context: https://groups.google.com/d/msg/jenkinsci-dev/fc8xSQXift4/GlZZQR5lDAAJ

Please ping @daniel-beck in case of questions.

FAQ:

  • Do I need to release a new version of the plugin for this? No.

Potential problems:

  • If Maven fails with an error that includes the message Received fatal alert: protocol_version, it's time to stop building with Java 7.
    Java 7 is so old it doesn't even support modern TLS ("SSL") by default.
    Jenkins has required Java 8 to run since 2.54 (LTS 2.60.1), more than two years ago.
    Check to see which Jenkins releases your users are on at http://stats.jenkins.io/pluginversions/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant