-
Notifications
You must be signed in to change notification settings - Fork 29k
[HOT-FIX][SPARK-28961][BUILD] Upgrade Maven from 3.6.1 to 3.6.2 #25665
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
Conversation
|
cc @zsxwing |
|
@gatorsmile have you tried locally? If it passes locally, we can just merge this. The worst case is master is still broken. |
|
It already passed. |
|
Let me merge it now |
|
It's fine to update Maven, so this is OK. The problem is really that mirrors are only supposed to host the latest releases, and that's what It's a good idea to use mirrors of course. Hm, but that's going to be a problem for anyone using previous releases that refer to maintenance releases that go away from the mirror. I'll put something together to try to fall back to archive.apache.org |
|
Thank you for the quick fix, @gatorsmile . |
|
See #25667 for a change that should help avoid this going forward. |
|
Test build #110049 has finished for PR 25665 at commit
|
This PR is to upgrade the maven dependence from 3.6.1 to 3.6.2. All the builds are broken because 3.6.1 is not available. http://ftp.wayne.edu/apache//maven/maven-3/ - https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Compile/job/spark-master-compile-maven-hadoop-3.2/485/ - https://amplab.cs.berkeley.edu/jenkins/view/Spark%20QA%20Compile/job/spark-master-compile-maven-hadoop-2.7/10536/  No N/A Closes apache#25665 from gatorsmile/upgradeMVN. Authored-by: Xiao Li <[email protected]> Signed-off-by: Xiao Li <[email protected]>

What changes were proposed in this pull request?
This PR is to upgrade the maven dependence from 3.6.1 to 3.6.2.
Why are the changes needed?
All the builds are broken because 3.6.1 is not available. http://ftp.wayne.edu/apache//maven/maven-3/
Does this PR introduce any user-facing change?
No
How was this patch tested?
N/A