Repository: incubator-hivemall Updated Branches: refs/heads/master 9c0aae3d4 -> 273851f39
Updated developer information Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/273851f3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/273851f3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/273851f3 Branch: refs/heads/master Commit: 273851f39f2eca54f14310a4b60b2e6e100d91a1 Parents: 9c0aae3 Author: myui <[email protected]> Authored: Tue Dec 27 16:05:16 2016 +0900 Committer: myui <[email protected]> Committed: Tue Dec 27 16:05:16 2016 +0900 ---------------------------------------------------------------------- pom.xml | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/273851f3/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6834910..45c82e5 100644 --- a/pom.xml +++ b/pom.xml @@ -91,22 +91,18 @@ <organizationUrl>https://www.treasuredata.com/</organizationUrl> <roles> <role>PPMC Member</role> - <role>Committer</role> - <role>Initial Developer</role> </roles> <timezone>+9</timezone> </developer> <developer> <id>maropu</id> <name>Takashi Yamamuro</name> - <email>linguin.m.s[at]gmail.com</email> + <email>yamamuro[at]apache.org</email> <url>https://github.com/maropu/</url> <organization>Nippon Telegraph and Telephone Corporation (NTT)</organization> <organizationUrl>http://www.ntt.co.jp/</organizationUrl> <roles> <role>PPMC Member</role> - <role>Committer</role> - <role>Apache Spark Contributor</role> </roles> <timezone>+9</timezone> </developer> @@ -119,9 +115,7 @@ <organizationUrl>http://hortonworks.com/</organizationUrl> <roles> <role>PPMC Member</role> - <role>Committer</role> - <role>ASF Member</role> - <role>Apache Pig PMC Chair</role> + <role>Mentor</role> </roles> <timezone>-8</timezone> </developer> @@ -134,7 +128,6 @@ <organizationUrl>https://www.treasuredata.com/</organizationUrl> <roles> <role>PPMC Member</role> - <role>Committer</role> </roles> <timezone>+9</timezone> </developer> @@ -147,12 +140,10 @@ <organizationUrl>http://www.ntt.co.jp/</organizationUrl> <roles> <role>PPMC Member</role> - <role>Committer</role> - <role>Apache Hadoop Committer</role> </roles> <timezone>+9</timezone> </developer> - <!-- Project mentors --> + <!-- Project mentors --> <developer> <id>rvs</id> <name>Roman Shaposhnik</name> @@ -161,11 +152,7 @@ <organization>Pivotal Inc.</organization> <organizationUrl>https://pivotal.io/</organizationUrl> <roles> - <role>PPMC Member</role> <role>Champion</role> - <role>ASF Member</role> - <role>Incubator PMC Member</role> - <role>Apache Bigtop PMC Member</role> </roles> </developer> <developer> @@ -176,10 +163,7 @@ <organization>Databricks Inc.</organization> <organizationUrl>https://databricks.com/</organizationUrl> <roles> - <role>PPMC Member</role> <role>Mentor</role> - <role>ASF Member</role> - <role>Apache Spark PMC Member</role> </roles> </developer> <developer> @@ -190,10 +174,7 @@ <organization>Microsoft Corporation</organization> <organizationUrl>https://www.microsoft.com/</organizationUrl> <roles> - <role>PPMC Member</role> <role>Mentor</role> - <role>ASF Member</role> - <role>Apache REEF Chair</role> </roles> </developer> <developer> @@ -204,10 +185,7 @@ <organization>Databricks Inc.</organization> <organizationUrl>https://databricks.com/</organizationUrl> <roles> - <role>PPMC Member</role> <role>Mentor</role> - <role>ASF Member</role> - <role>Apache Spark PMC Member</role> </roles> </developer> </developers>
