mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
[ZEPPELIN-1179] Append scala version to remaining maven artifacts
This commit is contained in:
parent
7bed3ece2e
commit
4594607f60
3 changed files with 3 additions and 3 deletions
|
|
@ -26,7 +26,7 @@
|
|||
<relativePath>..</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>zeppelin-ignite</artifactId>
|
||||
<artifactId>zeppelin-ignite_2.10</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>0.7.0-SNAPSHOT</version>
|
||||
<name>Zeppelin: Apache Ignite interpreter</name>
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@
|
|||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<artifactId>zeppelin-server</artifactId>
|
||||
<artifactId>zeppelin-server_2.10</artifactId>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
</parent>
|
||||
|
||||
<groupId>org.apache.zeppelin</groupId>
|
||||
<artifactId>zeppelin-server</artifactId>
|
||||
<artifactId>zeppelin-server_2.10</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>0.7.0-SNAPSHOT</version>
|
||||
<name>Zeppelin: Server</name>
|
||||
|
|
|
|||
Loading…
Reference in a new issue