Updated Branches: refs/heads/trunk 74dfb8e17 -> c8b4e1aba
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/c8b4e1ab Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c8b4e1ab Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c8b4e1ab Branch: refs/heads/trunk Commit: c8b4e1aba624d3f85e7e192280cd7ba207738531 Parents: 74dfb8e Author: Yusaku Sako <[email protected]> Authored: Mon Dec 2 19:54:34 2013 -0800 Committer: Yusaku Sako <[email protected]> Committed: Mon Dec 2 19:54:34 2013 -0800 ---------------------------------------------------------------------- docs/pom.xml | 46 ++++++++++++++++++++++++++++----------------- docs/src/site/site.xml | 4 ++-- 2 files changed, 31 insertions(+), 19 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/c8b4e1ab/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index f44cfbc..15e5057 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -115,7 +115,7 @@ <email>[email protected]</email> <timezone>+2</timezone> <roles> - <role>Committer</role> + <role>PMC</role> </roles> <organization> Hortonworks @@ -127,7 +127,7 @@ <email>[email protected]</email> <timezone>+2</timezone> <roles> - <role>Committer</role> + <role>PMC</role> </roles> <organization> Hortonworks @@ -139,7 +139,7 @@ <email>[email protected]</email> <timezone>+2</timezone> <roles> - <role>Committer</role> + <role>PMC</role> </roles> <organization> Hortonworks @@ -160,7 +160,7 @@ <email>[email protected]</email> <timezone>-8</timezone> <roles> - <role>Committer</role> + <role>PMC</role> </roles> <organization> Hortonworks @@ -172,7 +172,7 @@ <email>[email protected]</email> <timezone></timezone> <roles> - <role>Committer</role> + <role>PMC</role> </roles> <organization> Red Hat @@ -196,7 +196,7 @@ <email>[email protected]</email> <timezone>+2</timezone> <roles> - <role>Committer</role> + <role>PMC</role> </roles> <organization> Hortonworks @@ -208,7 +208,7 @@ <email>[email protected]</email> <timezone>+2</timezone> <roles> - <role>Committer</role> + <role>PMC</role> </roles> <organization> Hortonworks @@ -247,7 +247,7 @@ <role>PMC</role> </roles> <organization> - + WANdisco </organization> </developer> <developer> @@ -280,7 +280,7 @@ <email>[email protected]</email> <timezone>-8</timezone> <roles> - <role>Committer</role> + <role>PMC</role> </roles> <organization> Hortonworks @@ -316,7 +316,7 @@ <email>[email protected]</email> <timezone>+2</timezone> <roles> - <role>Committer</role> + <role>PMC</role> </roles> <organization> Hortonworks @@ -340,7 +340,7 @@ <email>[email protected]</email> <timezone>+2</timezone> <roles> - <role>Committer</role> + <role>PMC</role> </roles> <organization> Hortonworks @@ -352,7 +352,7 @@ <email>[email protected]</email> <timezone>+2</timezone> <roles> - <role>Committer</role> + <role>PMC</role> </roles> <organization> Hortonworks @@ -376,7 +376,7 @@ <email>[email protected]</email> <timezone>-8</timezone> <roles> - <role>Committer</role> + <role>PMC</role> </roles> <organization> - @@ -419,6 +419,18 @@ </organization> </developer> <developer> + <id>subin</id> + <name>Subin </name> + <email>[email protected]</email> + <timezone>-8</timezone> + <roles> + <role>PMC</role> + </roles> + <organization> + HP + </organization> + </developer> + <developer> <id>tbeerbower</id> <name>Thomas Beerbower</name> <email>[email protected]</email> @@ -436,7 +448,7 @@ <email>[email protected]</email> <timezone>-8</timezone> <roles> - <role>Committer</role> + <role>PMC</role> </roles> <organization> Hortonworks @@ -451,7 +463,7 @@ <role>PMC</role> </roles> <organization> - - + Pivotal </organization> </developer> <developer> @@ -460,7 +472,7 @@ <email>[email protected]</email> <timezone>-8</timezone> <roles> - <role>Committer</role> + <role>PMC</role> </roles> <organization> Hortonworks @@ -472,7 +484,7 @@ <email>[email protected]</email> <timezone>-8</timezone> <roles> - <role>Committer</role> + <role>PMC</role> </roles> <organization> Hortonworks http://git-wip-us.apache.org/repos/asf/ambari/blob/c8b4e1ab/docs/src/site/site.xml ---------------------------------------------------------------------- diff --git a/docs/src/site/site.xml b/docs/src/site/site.xml index 5c7b13f..aab267b 100644 --- a/docs/src/site/site.xml +++ b/docs/src/site/site.xml @@ -35,8 +35,8 @@ </custom> <bannerLeft> <name>Ambari</name> - <src>http://incubator.apache.org/ambari/images/apache-ambari-project.jpg</src> - <href>http://incubator.apache.org/ambari</href> + <src>http://ambari.apache.org/images/apache-ambari-project.jpg</src> + <href>http://ambari.apache.org/</href> </bannerLeft> <publishDate position="right"/>
