You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2021/01/05 07:47:28 UTC

[spark] 01/01: Downgrade scala-maven-plugin to 4.3.0

This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a commit to branch SPARK-34007
in repository https://gitbox.apache.org/repos/asf/spark.git

commit 4812cd50b9e243e249ca1f39ae296068fcd99273
Author: HyukjinKwon <gu...@apache.org>
AuthorDate: Tue Jan 5 16:46:15 2021 +0900

    Downgrade scala-maven-plugin to 4.3.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 91ca039..1282d3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2468,7 +2468,7 @@
         <plugin>
           <groupId>net.alchim31.maven</groupId>
           <artifactId>scala-maven-plugin</artifactId>
-          <version>4.4.0</version>
+          <version>4.3.0</version>
           <executions>
             <execution>
               <id>eclipse-add-source</id>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org