You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by zj...@apache.org on 2021/05/14 09:33:33 UTC

[zeppelin] branch branch-0.9 updated: [HotFix] Fix pom version in flink1.13-shims

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 ba15198  [HotFix] Fix pom version in flink1.13-shims
ba15198 is described below

commit ba151984b94db6ff345c5051e8fec20d758fec27
Author: Jeff Zhang <zj...@apache.org>
AuthorDate: Fri May 14 17:32:31 2021 +0800

    [HotFix] Fix pom version in flink1.13-shims
---
 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 e7ef24e..2ff7a01 100644
--- a/flink/flink1.13-shims/pom.xml
+++ b/flink/flink1.13-shims/pom.xml
@@ -28,7 +28,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.zeppelin</groupId>
     <artifactId>flink1.13-shims</artifactId>
-    <version>0.10.0-SNAPSHOT</version>
+    <version>0.9.1-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>Zeppelin: Flink1.13 Shims</name>