Skip to content

Commit 037e6cf

Browse files
LuciferYangsrowen
authored andcommitted
[SPARK-42648][BUILD] Upgrade versions-maven-plugin to 2.15.0
### What changes were proposed in this pull request? This pr aims upgrade `versions-maven-plugin` to 2.15.0 ### Why are the changes needed? New version bring some improvements like: - mojohaus/versions#898 - mojohaus/versions#883 - mojohaus/versions#878 - mojohaus/versions#893 and some bug fix: - mojohaus/versions#901 - mojohaus/versions#897 - mojohaus/versions#891 The full release notes as follows: - https://github.com/mojohaus/versions/releases/tag/2.15.0 ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? - GA `Dependencies test` should work normally - Manually check `./dev/test-dependencies.sh --replace-manifest`, run successful Closes #40248 from LuciferYang/SPARK-42648. Authored-by: yangjie01 <[email protected]> Signed-off-by: Sean Owen <[email protected]>
1 parent 635d664 commit 037e6cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
See: SPARK-36547, SPARK-38394.
178178
-->
179179
<scala-maven-plugin.version>4.8.0</scala-maven-plugin.version>
180-
<versions-maven-plugin.version>2.14.2</versions-maven-plugin.version>
180+
<versions-maven-plugin.version>2.15.0</versions-maven-plugin.version>
181181
<!-- for now, not running scalafmt as part of default verify pipeline -->
182182
<scalafmt.skip>true</scalafmt.skip>
183183
<scalafmt.validateOnly>true</scalafmt.validateOnly>

0 commit comments

Comments
 (0)