You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by zj...@apache.org on 2020/08/17 06:44:49 UTC

[zeppelin] branch master updated: [ZEPPELIN-4963] Fix typo in pom.xml

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

zjffdu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new a937c0f  [ZEPPELIN-4963] Fix typo in pom.xml
a937c0f is described below

commit a937c0f53f8597a57abdb83d8e2ccf64916f36c4
Author: Yunseong Hwang <ki...@gmail.com>
AuthorDate: Wed Jul 22 20:51:19 2020 +0900

    [ZEPPELIN-4963] Fix typo in pom.xml
    
    ### What is this PR for?
    Fixes typo (replaced saprk to spark) in spark/spark-scala-parent/pom.xml
    
    ### What type of PR is it?
    Bug Fix
    
    ### Todos
    None
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/ZEPPELIN-4963
    
    ### How should this be tested?
    I think the existing CI tests would be enough.
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: Yunseong Hwang <ki...@gmail.com>
    
    Closes #3861 from elbakramer/ZEPPELIN-4963 and squashes the following commits:
    
    9bad6b209 [Yunseong Hwang] Fix typo in pom.xml
---
 spark/spark-scala-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spark/spark-scala-parent/pom.xml b/spark/spark-scala-parent/pom.xml
index 99cd4bd..d946d63 100644
--- a/spark/spark-scala-parent/pom.xml
+++ b/spark/spark-scala-parent/pom.xml
@@ -37,7 +37,7 @@
         <spark.version>2.4.5</spark.version>
         <spark.scala.binary.version>2.11</spark.scala.binary.version>
         <spark.scala.version>2.11.12</spark.scala.version>
-        <saprk.scala.compile.version>${spark.scala.binary.version}</saprk.scala.compile.version>
+        <spark.scala.compile.version>${spark.scala.binary.version}</spark.scala.compile.version>
     </properties>
 
     <dependencies>