Repository: incubator-zeppelin Updated Branches: refs/heads/master 8cde5c9bd -> ef557d79a
[ZEPPELIN-896] Remove individual developer tags from pom ### What is this PR for? This PR removes individual developer tags from project pom. ### What type of PR is it? [Bug Fix] ### What is the Jira issue? [ZEPPELIN-896](https://issues.apache.org/jira/browse/ZEPPELIN-896) Author: Luciano Resende <[email protected]> Closes #925 from lresende/pom-cleanup and squashes the following commits: 74c844f [Luciano Resende] [ZEPPELIN-896] Remove individual developer tags from pom Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/ef557d79 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/ef557d79 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/ef557d79 Branch: refs/heads/master Commit: ef557d79a50f16903b2fd122e2eda6c75e8f5b73 Parents: 8cde5c9 Author: Luciano Resende <[email protected]> Authored: Sun Apr 24 11:04:43 2016 -0700 Committer: Lee moon soo <[email protected]> Committed: Mon May 30 10:57:31 2016 -0700 ---------------------------------------------------------------------- pom.xml | 21 --------------------- r/pom.xml | 8 -------- zeppelin-zengine/pom.xml | 10 ---------- 3 files changed, 39 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/ef557d79/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 28508e7..d5f87a9 100755 --- a/pom.xml +++ b/pom.xml @@ -60,27 +60,6 @@ <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-zeppelin.git</developerConnection> </scm> - <developers> - <developer> - <id>moon</id> - <name>Lee moon soo</name> - <organization>NFLabs</organization> - <organizationUrl>http://www.nflabs.com</organizationUrl> - </developer> - <developer> - <id>alex</id> - <name>Alexander Bezzubov</name> - <organization>NFLabs</organization> - <organizationUrl>http://www.nflabs.com</organizationUrl> - </developer> - <developer> - <id>anthonycorbacho</id> - <name>Anthony Corbacho</name> - <organization>NFLabs</organization> - <organizationUrl>http://www.nflabs.com</organizationUrl> - </developer> - </developers> - <inceptionYear>2013</inceptionYear> <modules> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/ef557d79/r/pom.xml ---------------------------------------------------------------------- diff --git a/r/pom.xml b/r/pom.xml index 911db10..2a8fc3b 100644 --- a/r/pom.xml +++ b/r/pom.xml @@ -40,14 +40,6 @@ <scala.binary.version>2.10</scala.binary.version> </properties> - <developers> - <developer> - <id>amos</id> - <name>Amos Elberg</name> - </developer> - </developers> - - <dependencies> <dependency> <groupId>org.slf4j</groupId> http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/ef557d79/zeppelin-zengine/pom.xml ---------------------------------------------------------------------- diff --git a/zeppelin-zengine/pom.xml b/zeppelin-zengine/pom.xml index 30e211d..fc9132b 100644 --- a/zeppelin-zengine/pom.xml +++ b/zeppelin-zengine/pom.xml @@ -35,16 +35,6 @@ <description>Zeppelin Zengine</description> <url>http://zeppelin.incubator.apache.org</url> - <developers> - <developer> - <id>moon</id> - <name>Lee moon soo</name> - <organization>NFLabs</organization> - <organizationUrl>http://www.nflabs.com</organizationUrl> - </developer> - </developers> - - <dependencies> <dependency> <groupId>${project.groupId}</groupId>
