mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix version to add incubating string
This commit is contained in:
parent
bc03f79ab6
commit
b7b06cd0c0
1 changed files with 2 additions and 3 deletions
|
|
@ -23,14 +23,13 @@
|
|||
<parent>
|
||||
<artifactId>zeppelin</artifactId>
|
||||
<groupId>org.apache.zeppelin</groupId>
|
||||
<version>0.5.0-SNAPSHOT</version>
|
||||
<relativePath>../</relativePath>
|
||||
<version>0.5.0-incubating-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.apache.zeppelin</groupId>
|
||||
<artifactId>zeppelin-hbase</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>0.5.0-SNAPSHOT</version>
|
||||
<version>0.5.0-incubating-SNAPSHOT</version>
|
||||
<name>Zeppelin: HBase interpreter</name>
|
||||
<url>http://www.apache.org</url>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue