vrozov opened a new pull request, #50500: URL: https://github.com/apache/spark/pull/50500
### What changes were proposed in this pull request? Upgrade Apache parent pom from version 33 to the latest version 34 along with upgrading few maven plugins versions to match those from the latest parent pom. - maven-compiler-plugin from 3.13.0 to 3.14.0 - maven-clean-plugin from 3.4.0 to 3.4.1 - maven-install-plugin from 3.1.2 to 3.1.4 - maven-deploy-plugin from 3.1.2 to 3.1.4 ### Why are the changes needed? Apache parent pom version 34 includes several plugin upgrades as well as bug fixes. For the full list please see [release notes](https://github.com/apache/maven-apache-parent/releases/tag/apache-34) ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Local mvn build with the new parent pom succeeds: ``` [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 15:08 min [INFO] Finished at: 2025-04-02T09:07:47-07:00 [INFO] ------------------------------------------------------------------------ ``` ### Was this patch authored or co-authored using generative AI tooling? No -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org