You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by mo...@apache.org on 2018/03/06 21:46:29 UTC

zeppelin git commit: [ZEPPELIN-3300] branch-0.8 broken due to 0.9.0 parent dependency in sap interpreter

Repository: zeppelin
Updated Branches:
  refs/heads/branch-0.8 3b3ce9ed8 -> 8d06dee3b


[ZEPPELIN-3300] branch-0.8 broken due to 0.9.0 parent dependency in sap interpreter

### What is this PR for?
Hotfix PR for branch-0.8 build

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

### Todos
* [ ] - Task

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-3300

### 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: Andreas Weise <a....@avm.de>

Closes #2842 from weand/ZEPPELIN-3300 and squashes the following commits:

bbb5ccea8 [Andreas Weise] ZEPPELIN-3300 hotfix branch-0.8: 0.9.0-SNAPSHOT dependency in sap/pom.xml


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

Branch: refs/heads/branch-0.8
Commit: 8d06dee3b70ab07534f499bec0135b7918aefbde
Parents: 3b3ce9e
Author: Andreas Weise <a....@avm.de>
Authored: Tue Mar 6 22:09:44 2018 +0100
Committer: Lee moon soo <mo...@apache.org>
Committed: Tue Mar 6 13:46:25 2018 -0800

----------------------------------------------------------------------
 sap/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/8d06dee3/sap/pom.xml
----------------------------------------------------------------------
diff --git a/sap/pom.xml b/sap/pom.xml
index f0bf317..861ade9 100644
--- a/sap/pom.xml
+++ b/sap/pom.xml
@@ -24,14 +24,14 @@
     <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</relativePath>
     </parent>
 
     <groupId>org.apache.zeppelin</groupId>
     <artifactId>sap</artifactId>
     <packaging>jar</packaging>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>0.8.0-SNAPSHOT</version>
     <name>Zeppelin: Sap</name>
     <description>Zeppelin SAP support</description>