Updated Branches: refs/heads/trunk 83b348880 -> e4b099a5a
Updated committer list. (yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e4b099a5 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e4b099a5 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e4b099a5 Branch: refs/heads/trunk Commit: e4b099a5a2bba6003f96275bf129e864b3d745ce Parents: 83b3488 Author: Yusaku Sako <[email protected]> Authored: Thu Dec 12 11:08:57 2013 -0800 Committer: Yusaku Sako <[email protected]> Committed: Thu Dec 12 11:08:57 2013 -0800 ---------------------------------------------------------------------- docs/pom.xml | 60 +++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 54 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e4b099a5/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index ea99560..596ece5 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -98,18 +98,42 @@ <developers> <developer> - <id>omalley</id> - <name>Owen O'Malley</name> - <email>[email protected]</email> - <timezone>-8</timezone> + <id>ababiichuk</id> + <name>Andrii Babiichuk</name> + <email>[email protected]</email> + <timezone>+2</timezone> <roles> <role>PMC</role> </roles> <organization> - Hortonworks - </organization> + Hortonworks + </organization> </developer> <developer> + <id>abaranchuk</id> + <name>Artem Baranchuk</name> + <email>[email protected]</email> + <timezone>+2</timezone> + <roles> + <role>Committer</role> + </roles> + <organization> + Hortonworks + </organization> + </developer> + <developer> + <id>aonishuk</id> + <name>Andrew Onischuk</name> + <email>[email protected]</email> + <timezone>+2</timezone> + <roles> + <role>Committer</role> + </roles> + <organization> + Hortonworks + </organization> + </developer> + <developer> <id>atkach</id> <name>Andrii Tkach</name> <email>[email protected]</email> @@ -347,6 +371,18 @@ </organization> </developer> <developer> + <id>omalley</id> + <name>Owen O'Malley</name> + <email>[email protected]</email> + <timezone>-8</timezone> + <roles> + <role>PMC</role> + </roles> + <organization> + Hortonworks + </organization> + </developer> + <developer> <id>onechiporenko</id> <name>Oleg Nechiporenko</name> <email>[email protected]</email> @@ -443,6 +479,18 @@ </organization> </developer> <developer> + <id>vbrodetskyi</id> + <name>Vitaly Brodetskyi</name> + <email>[email protected]</email> + <timezone>+2</timezone> + <roles> + <role>Committer</role> + </roles> + <organization> + Hortonworks + </organization> + </developer> + <developer> <id>vikram</id> <name>Vikram Dixit</name> <email>[email protected]</email>
