Repository: zeppelin
Updated Branches:
  refs/heads/branch-0.8 b4eccf4cb -> 4660ab073


[HOTFIX] Fix spark version mismatch

### What is this PR for?

Trivial fix for version mismatch in pom file.

### What type of PR is it?
[Hot Fix]

### Todos
* [ ] - Task

### What is the Jira issue?
* No jira

### How should this be tested?
* CI pass

### 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: Jeff Zhang <zjf...@apache.org>

Closes #2761 from zjffdu/spark_version and squashes the following commits:

bf41fa4 [Jeff Zhang] [HOTFIX] Fix spark version mismatch


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/4660ab07
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/4660ab07
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/4660ab07

Branch: refs/heads/branch-0.8
Commit: 4660ab073de97926375cd682dc33ad8edc38a2b9
Parents: b4eccf4
Author: Jeff Zhang <zjf...@apache.org>
Authored: Fri Feb 2 19:13:33 2018 +0800
Committer: Jeff Zhang <zjf...@apache.org>
Committed: Sat Feb 3 16:40:02 2018 +0800

----------------------------------------------------------------------
 spark/interpreter/pom.xml        | 4 ++--
 spark/pom.xml                    | 2 +-
 spark/scala-2.10/pom.xml         | 4 ++--
 spark/scala-2.11/pom.xml         | 4 ++--
 spark/spark-scala-parent/pom.xml | 4 ++--
 5 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/4660ab07/spark/interpreter/pom.xml
----------------------------------------------------------------------
diff --git a/spark/interpreter/pom.xml b/spark/interpreter/pom.xml
index 4496462..122cb14 100644
--- a/spark/interpreter/pom.xml
+++ b/spark/interpreter/pom.xml
@@ -22,14 +22,14 @@
   <parent>
     <artifactId>spark-parent</artifactId>
     <groupId>org.apache.zeppelin</groupId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>spark-interpreter</artifactId>
   <packaging>jar</packaging>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <name>Zeppelin: Spark Interpreter</name>
   <description>Zeppelin spark support</description>
 

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/4660ab07/spark/pom.xml
----------------------------------------------------------------------
diff --git a/spark/pom.xml b/spark/pom.xml
index df66b35..4ccf699 100644
--- a/spark/pom.xml
+++ b/spark/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <artifactId>interpreter-parent</artifactId>
         <groupId>org.apache.zeppelin</groupId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>0.8.0-SNAPSHOT</version>
         <relativePath>../interpreter-parent/pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/4660ab07/spark/scala-2.10/pom.xml
----------------------------------------------------------------------
diff --git a/spark/scala-2.10/pom.xml b/spark/scala-2.10/pom.xml
index e32e620..9252bad 100644
--- a/spark/scala-2.10/pom.xml
+++ b/spark/scala-2.10/pom.xml
@@ -21,14 +21,14 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>spark-scala-2.10</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Spark Interpreter: Scala_2.10</name>
 
   <parent>
     <groupId>org.apache.zeppelin</groupId>
     <artifactId>spark-scala-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../spark-scala-parent/pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/4660ab07/spark/scala-2.11/pom.xml
----------------------------------------------------------------------
diff --git a/spark/scala-2.11/pom.xml b/spark/scala-2.11/pom.xml
index d9113d1..77b3cdf 100644
--- a/spark/scala-2.11/pom.xml
+++ b/spark/scala-2.11/pom.xml
@@ -21,14 +21,14 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>spark-scala-2.11</artifactId>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>0.8.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Spark Interpreter: Scala_2.11</name>
 
   <parent>
     <groupId>org.apache.zeppelin</groupId>
     <artifactId>spark-scala-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <relativePath>../spark-scala-parent/pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/zeppelin/blob/4660ab07/spark/spark-scala-parent/pom.xml
----------------------------------------------------------------------
diff --git a/spark/spark-scala-parent/pom.xml b/spark/spark-scala-parent/pom.xml
index 830fa59..9055678 100644
--- a/spark/spark-scala-parent/pom.xml
+++ b/spark/spark-scala-parent/pom.xml
@@ -23,14 +23,14 @@
     <parent>
         <artifactId>spark-parent</artifactId>
         <groupId>org.apache.zeppelin</groupId>
-        <version>0.9.0-SNAPSHOT</version>
+        <version>0.8.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.zeppelin</groupId>
     <artifactId>spark-scala-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencies>

Reply via email to