You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by pr...@apache.org on 2019/06/14 04:06:08 UTC

[zeppelin] branch master updated: [ZEPPELIN-4187] Bump up version of Scala from 2.11.8 to 2.11.12 (#3378)

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

prabhjyotsingh 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 24396ad   [ZEPPELIN-4187] Bump up version of Scala from 2.11.8 to 2.11.12 (#3378)
24396ad is described below

commit 24396ad0154f870900543e7ed22ea32f7bc71b60
Author: Prabhjyot <pr...@gmail.com>
AuthorDate: Fri Jun 14 09:36:03 2019 +0530

     [ZEPPELIN-4187] Bump up version of Scala from 2.11.8 to 2.11.12 (#3378)
    
    * [ZEPPELIN-4187] Bump up version of scala from 2.11.8 to 2.11.11
    
    Change-Id: Ib28131b4527b0f61a3aec271b8f393e23b360cb0
    
    * fix flink failures
    
    Change-Id: I2d1a1e40cfa0eaa9fe405377d1f3b9c15d25a204
    
    * bump up to 2.11.12
    
    Change-Id: I708e752445cb353b1fa794f39026f56b539e9de1
    
    * fix flink Travis failures
    
    Change-Id: Idaf386f01c11b0deca3ae026a1c26e5003144513
    
    * revert scala upgrade from project's root pom.xml
    
    Change-Id: I67374abb8551fa166c6f339c4b414bd24194693a
    
    * revert flink changes
    
    Change-Id: I55db7a6e23101c821cc56287a1eebe4b5da9acc1
---
 spark/scala-2.11/pom.xml         | 2 +-
 spark/spark-scala-parent/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/spark/scala-2.11/pom.xml b/spark/scala-2.11/pom.xml
index 74f0d95..fcee7c4 100644
--- a/spark/scala-2.11/pom.xml
+++ b/spark/scala-2.11/pom.xml
@@ -34,7 +34,7 @@
 
   <properties>
     <spark.version>2.4.0</spark.version>
-    <scala.version>2.11.8</scala.version>
+    <scala.version>2.11.12</scala.version>
     <scala.binary.version>2.11</scala.binary.version>
     <scala.compile.version>${scala.version}</scala.compile.version>
   </properties>
diff --git a/spark/spark-scala-parent/pom.xml b/spark/spark-scala-parent/pom.xml
index 879e37e..50bedc7 100644
--- a/spark/spark-scala-parent/pom.xml
+++ b/spark/spark-scala-parent/pom.xml
@@ -37,7 +37,7 @@
     <properties>
         <spark.version>2.4.0</spark.version>
         <scala.binary.version>2.11</scala.binary.version>
-        <scala.version>2.11.8</scala.version>
+        <scala.version>2.11.12</scala.version>
         <scala.compile.version>${scala.binary.version}</scala.compile.version>
     </properties>