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

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


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new 128f73a  [Hotfix] Fix build fail of branch-0.9
128f73a is described below

commit 128f73ac5a4d6a38190a5a11bca2f15f14f18070
Author: Jeff Zhang <[email protected]>
AuthorDate: Thu Feb 18 13:43:25 2021 +0800

    [Hotfix] Fix build fail of branch-0.9
---
 flink-cmd/pom.xml    | 4 ++--
 spark-submit/pom.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/flink-cmd/pom.xml b/flink-cmd/pom.xml
index fef06da..0ecfb0c 100644
--- a/flink-cmd/pom.xml
+++ b/flink-cmd/pom.xml
@@ -23,14 +23,14 @@
   <parent>
     <artifactId>zeppelin-interpreter-parent</artifactId>
     <groupId>org.apache.zeppelin</groupId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.9.1-SNAPSHOT</version>
     <relativePath>../zeppelin-interpreter-parent/pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.zeppelin</groupId>
   <artifactId>zeppelin-flink-cmd</artifactId>
   <packaging>jar</packaging>
-  <version>0.10.0-SNAPSHOT</version>
+  <version>0.9.1-SNAPSHOT</version>
   <name>Zeppelin: Flink-Cmd interpreter</name>
 
   <properties>
diff --git a/spark-submit/pom.xml b/spark-submit/pom.xml
index 8877c78..47b939d 100644
--- a/spark-submit/pom.xml
+++ b/spark-submit/pom.xml
@@ -23,14 +23,14 @@
     <parent>
         <artifactId>zeppelin-interpreter-parent</artifactId>
         <groupId>org.apache.zeppelin</groupId>
-        <version>0.10.0-SNAPSHOT</version>
+        <version>0.9.1-SNAPSHOT</version>
         <relativePath>../zeppelin-interpreter-parent/pom.xml</relativePath>
     </parent>
 
     <groupId>org.apache.zeppelin</groupId>
     <artifactId>zeppelin-spark-submit</artifactId>
     <packaging>jar</packaging>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.9.1-SNAPSHOT</version>
     <name>Zeppelin: Spark-Submit interpreter</name>
 
     <properties>

Reply via email to