Repository: zeppelin Updated Branches: refs/heads/branch-0.6 b3606510f -> ce6e01d09
[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 (cherry picked from commit 1a68a742cc9a962e564f0e050b8790ea6c8150a0) Signed-off-by: Mina Lee <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/ce6e01d0 Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/ce6e01d0 Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/ce6e01d0 Branch: refs/heads/branch-0.6 Commit: ce6e01d090236cf6f958bfbaf38cc764fe76b4fc Parents: b360651 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:28 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/ce6e01d0/zeppelin-distribution/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-distribution/pom.xml b/zeppelin-distribution/pom.xml index 0bf6abe..9b615fd 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/ce6e01d0/zeppelin-server/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-server/pom.xml b/zeppelin-server/pom.xml index 46fd6fb..75ead2f 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.6.1-SNAPSHOT</version> <name>Zeppelin: Server</name>
