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 2b165b9  [Hotfix] Fix version mismatch in flink module
2b165b9 is described below

commit 2b165b948108f88262b51ec09c028b3230f36927
Author: Jeff Zhang <zjf...@apache.org>
AuthorDate: Sat Jul 10 23:22:16 2021 +0800

    [Hotfix] Fix version mismatch in flink module
---
 flink/flink1.13-shims/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink/flink1.13-shims/pom.xml b/flink/flink1.13-shims/pom.xml
index 7fabbd4..7079267 100644
--- a/flink/flink1.13-shims/pom.xml
+++ b/flink/flink1.13-shims/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <artifactId>flink-parent</artifactId>
         <groupId>org.apache.zeppelin</groupId>
-        <version>0.10.0-SNAPSHOT</version>
+        <version>0.9.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Reply via email to