This is an automated email from the ASF dual-hosted git repository.
gurwls223 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 5f895fdf0cf [SPARK-42809][BUILD] Upgrade scala-maven-plugin from 4.8.0
to 4.8.1
5f895fdf0cf is described below
commit 5f895fdf0cfe9e2dbebca70d9521ad73b8eaef23
Author: panbingkun <[email protected]>
AuthorDate: Thu Mar 16 08:59:31 2023 +0900
[SPARK-42809][BUILD] Upgrade scala-maven-plugin from 4.8.0 to 4.8.1
### What changes were proposed in this pull request?
The pr aims to upgrade scala-maven-plugin from 4.8.0 to 4.8.1.
### Why are the changes needed?
Routine upgrade.
https://github.com/davidB/scala-maven-plugin/compare/4.8.0...4.8.1
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass GA.
Closes #40442 from panbingkun/SPARK-42809.
Authored-by: panbingkun <[email protected]>
Signed-off-by: Hyukjin Kwon <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3cedeb3e153..6cc5177e148 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,7 +177,7 @@
errors building different Hadoop versions.
See: SPARK-36547, SPARK-38394.
-->
- <scala-maven-plugin.version>4.8.0</scala-maven-plugin.version>
+ <scala-maven-plugin.version>4.8.1</scala-maven-plugin.version>
<versions-maven-plugin.version>2.15.0</versions-maven-plugin.version>
<!-- for now, not running scalafmt as part of default verify pipeline -->
<scalafmt.skip>true</scalafmt.skip>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]