This is an automated email from the ASF dual-hosted git repository.
srowen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new a3a755d3613 [SPARK-41408][BUILD] Upgrade scala-maven-plugin to 4.8.0
a3a755d3613 is described below
commit a3a755d36136295473a4873a6df33c295c29213e
Author: yangjie01 <[email protected]>
AuthorDate: Thu Dec 8 07:41:19 2022 -0600
[SPARK-41408][BUILD] Upgrade scala-maven-plugin to 4.8.0
### What changes were proposed in this pull request?
This pr aims upgrade scala-maven-plugin to 4.8.0
### Why are the changes needed?
This version upgrade zinc to 1.8.0 and inlcude some bug fix, the all change
from 4.7.2 as follows:
- https://github.com/davidB/scala-maven-plugin/compare/4.7.2...4.8.0
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Pass GitHub Actions
Closes #38936 from LuciferYang/sm-plugin-480.
Authored-by: yangjie01 <[email protected]>
Signed-off-by: Sean Owen <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b2e5979f467..a93954b3c5d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,7 +175,7 @@
errors building different Hadoop versions.
See: SPARK-36547, SPARK-38394.
-->
- <scala-maven-plugin.version>4.7.2</scala-maven-plugin.version>
+ <scala-maven-plugin.version>4.8.0</scala-maven-plugin.version>
<!-- for now, not running scalafmt as part of default verify pipeline -->
<scalafmt.skip>true</scalafmt.skip>
<scalafmt.validateOnly>true</scalafmt.validateOnly>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]