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

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


The following commit(s) were added to refs/heads/branch-0.10 by this push:
     new be8cc50  [HotFix] Fix flink1.14-shims version
be8cc50 is described below

commit be8cc5009bd680754fca7b853540e181f76b0680
Author: Jeff Zhang <zjf...@apache.org>
AuthorDate: Fri Oct 8 10:26:31 2021 +0800

    [HotFix] Fix flink1.14-shims version
---
 flink/flink1.14-shims/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/flink/flink1.14-shims/pom.xml b/flink/flink1.14-shims/pom.xml
index c160548..faa0c1a 100644
--- a/flink/flink1.14-shims/pom.xml
+++ b/flink/flink1.14-shims/pom.xml
@@ -21,14 +21,14 @@
     <parent>
         <artifactId>flink-parent</artifactId>
         <groupId>org.apache.zeppelin</groupId>
-        <version>0.11.0-SNAPSHOT</version>
+        <version>0.10.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.zeppelin</groupId>
     <artifactId>flink1.14-shims</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.10.1-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>Zeppelin: Flink1.14 Shims</name>
 
@@ -196,4 +196,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>

Reply via email to