[SPARK-41273][BUILD] Update plugins to latest versions#38809
Closed
panbingkun wants to merge 1 commit intoapache:masterfrom
Closed
[SPARK-41273][BUILD] Update plugins to latest versions#38809panbingkun wants to merge 1 commit intoapache:masterfrom
panbingkun wants to merge 1 commit intoapache:masterfrom
Conversation
srowen
approved these changes
Nov 26, 2022
Member
srowen
left a comment
There was a problem hiding this comment.
Looks OK, any others? you can have Maven tell you all plugins that can be updated
|
Can one of the admins verify this patch? |
HyukjinKwon
approved these changes
Nov 28, 2022
Contributor
|
merged into master |
beliefer
pushed a commit
to beliefer/spark
that referenced
this pull request
Dec 15, 2022
### What changes were proposed in this pull request? This PR updates plugins to latest versions. ### Why are the changes needed? This brings improvment & bug fixes like the following: - maven-install-plugin (from 3.0.0-M1 to 3.1.0) https://github.com/apache/maven-install-plugin/releases apache/maven-install-plugin@maven-install-plugin-3.0.0-M1...maven-install-plugin-3.1.0 - maven-deploy-plugin (from 3.0.0-M1 to 3.0.0) https://github.com/apache/maven-deploy-plugin/releases apache/maven-deploy-plugin@maven-deploy-plugin-3.0.0-M1...maven-deploy-plugin-3.0.0 - maven-javadoc-plugin (from 3.4.0 to 3.4.1) https://github.com/apache/maven-javadoc-plugin/releases apache/maven-javadoc-plugin@maven-javadoc-plugin-3.4.0...maven-javadoc-plugin-3.4.1 - maven-jar-plugin (from 3.2.2 to 3.3.0) https://github.com/apache/maven-jar-plugin/releases apache/maven-jar-plugin@maven-jar-plugin-3.2.2...maven-jar-plugin-3.3.0 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA and testing with the existing code. Closes apache#38809 from panbingkun/SPARK-41273. Authored-by: panbingkun <pbk1982@gmail.com> Signed-off-by: Ruifeng Zheng <ruifengz@apache.org>
beliefer
pushed a commit
to beliefer/spark
that referenced
this pull request
Dec 18, 2022
### What changes were proposed in this pull request? This PR updates plugins to latest versions. ### Why are the changes needed? This brings improvment & bug fixes like the following: - maven-install-plugin (from 3.0.0-M1 to 3.1.0) https://github.com/apache/maven-install-plugin/releases apache/maven-install-plugin@maven-install-plugin-3.0.0-M1...maven-install-plugin-3.1.0 - maven-deploy-plugin (from 3.0.0-M1 to 3.0.0) https://github.com/apache/maven-deploy-plugin/releases apache/maven-deploy-plugin@maven-deploy-plugin-3.0.0-M1...maven-deploy-plugin-3.0.0 - maven-javadoc-plugin (from 3.4.0 to 3.4.1) https://github.com/apache/maven-javadoc-plugin/releases apache/maven-javadoc-plugin@maven-javadoc-plugin-3.4.0...maven-javadoc-plugin-3.4.1 - maven-jar-plugin (from 3.2.2 to 3.3.0) https://github.com/apache/maven-jar-plugin/releases apache/maven-jar-plugin@maven-jar-plugin-3.2.2...maven-jar-plugin-3.3.0 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA and testing with the existing code. Closes apache#38809 from panbingkun/SPARK-41273. Authored-by: panbingkun <pbk1982@gmail.com> Signed-off-by: Ruifeng Zheng <ruifengz@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
This PR updates plugins to latest versions.
Why are the changes needed?
This brings improvment & bug fixes like the following:
maven-install-plugin (from 3.0.0-M1 to 3.1.0)
https://github.com/apache/maven-install-plugin/releases
apache/maven-install-plugin@maven-install-plugin-3.0.0-M1...maven-install-plugin-3.1.0
maven-deploy-plugin (from 3.0.0-M1 to 3.0.0)
https://github.com/apache/maven-deploy-plugin/releases
apache/maven-deploy-plugin@maven-deploy-plugin-3.0.0-M1...maven-deploy-plugin-3.0.0
maven-javadoc-plugin (from 3.4.0 to 3.4.1)
https://github.com/apache/maven-javadoc-plugin/releases
apache/maven-javadoc-plugin@maven-javadoc-plugin-3.4.0...maven-javadoc-plugin-3.4.1
maven-jar-plugin (from 3.2.2 to 3.3.0)
https://github.com/apache/maven-jar-plugin/releases
apache/maven-jar-plugin@maven-jar-plugin-3.2.2...maven-jar-plugin-3.3.0
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass GA and testing with the existing code.