Repository: zeppelin Updated Branches: refs/heads/master 3eea27f65 -> 1a68a742c
[ZEPPELIN-1250] remove 2.11 suffix from zeppelin-server ### What is this PR for? Remove 2.11 suffix from zeppelin-server since it uses scala dependencies only for test, so doesn't need to separate the artifact by scala version ### What type of PR is it? Build ### What is the Jira issue? [ZEPPELIN-1250](https://issues.apache.org/jira/browse/ZEPPELIN-1250) ### Screenshots (if appropriate) Attaching result of compatibility between zeppelin-server_2.10, zeppelin-server_2.11.  ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: Mina Lee <[email protected]> Closes #1243 from minahlee/ZEPPELIN-1250 and squashes the following commits: 8f1149c [Mina Lee] remove 2.11 suffix Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/1a68a742 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/1a68a742 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/1a68a742 Branch: refs/heads/master Commit: 1a68a742cc9a962e564f0e050b8790ea6c8150a0 Parents: 3eea27f Author: Mina Lee <[email protected]> Authored: Fri Jul 29 18:18:09 2016 +0900 Committer: Mina Lee <[email protected]> Committed: Sat Jul 30 18:30:14 2016 +0900 ---------------------------------------------------------------------- zeppelin-distribution/pom.xml | 2 +- zeppelin-server/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zeppelin/blob/1a68a742/zeppelin-distribution/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-distribution/pom.xml b/zeppelin-distribution/pom.xml index d8c0f51..f65044e 100644 --- a/zeppelin-distribution/pom.xml +++ b/zeppelin-distribution/pom.xml @@ -75,7 +75,7 @@ <dependencies> <dependency> - <artifactId>zeppelin-server_2.10</artifactId> + <artifactId>zeppelin-server</artifactId> <groupId>${project.groupId}</groupId> <version>${project.version}</version> </dependency> http://git-wip-us.apache.org/repos/asf/zeppelin/blob/1a68a742/zeppelin-server/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-server/pom.xml b/zeppelin-server/pom.xml index e7e95b8..97b4c66 100644 --- a/zeppelin-server/pom.xml +++ b/zeppelin-server/pom.xml @@ -27,7 +27,7 @@ </parent> <groupId>org.apache.zeppelin</groupId> - <artifactId>zeppelin-server_2.10</artifactId> + <artifactId>zeppelin-server</artifactId> <packaging>jar</packaging> <version>0.7.0-SNAPSHOT</version> <name>Zeppelin: Server</name>
