Repository: incubator-ranger Updated Branches: refs/heads/master 5ea639547 -> 919b550fa
RANGER-573: Updated doc for the ranger site Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/919b550f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/919b550f Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/919b550f Branch: refs/heads/master Commit: 919b550fa4fd94e6f8091f1865d3c43687c17210 Parents: 5ea6395 Author: sneethiraj <[email protected]> Authored: Tue Sep 29 11:43:17 2015 -0400 Committer: sneethiraj <[email protected]> Committed: Tue Sep 29 11:43:17 2015 -0400 ---------------------------------------------------------------------- docs/pom.xml | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/919b550f/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index 2b43ee6..79dc0a4 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -84,6 +84,18 @@ </mailingLists> <developers> <developer> + <id>alok</id> + <name>Alok Lal</name> + <email>[email protected]</email> + <timezone>-8</timezone> + <roles> + <role>Committer</role> + </roles> + <organization> + Hortonworks + </organization> + </developer> + <developer> <id>agates</id> <name>Alan Gates</name> <email>[email protected]</email> @@ -101,6 +113,7 @@ <email>[email protected]</email> <timezone>-8</timezone> <roles> + <role>PMC</role> <role>Committer</role> </roles> <organization> @@ -137,6 +150,7 @@ <email>[email protected]</email> <timezone>-8</timezone> <roles> + <role>PMC</role> <role>Committer</role> </roles> <organization> @@ -149,6 +163,7 @@ <email>[email protected]</email> <timezone>-8</timezone> <roles> + <role>PMC</role> <role>Committer</role> </roles> <organization> @@ -156,6 +171,18 @@ </organization> </developer> <developer> + <id>gautam</id> + <name>Gautam Borad</name> + <email>[email protected]</email> + <timezone>Asia/Kolkata</timezone> + <roles> + <role>Committer</role> + </roles> + <organization> + Freestone Infotech + </organization> + </developer> + <developer> <id>jghoman</id> <name>Jakob Homan</name> <email>[email protected]</email> @@ -173,6 +200,7 @@ <email>[email protected]</email> <timezone>-5</timezone> <roles> + <role>PMC</role> <role>Committer</role> </roles> <organization> @@ -185,6 +213,7 @@ <email>[email protected]</email> <timezone>-5</timezone> <roles> + <role>PMC</role> <role>Committer</role> </roles> <organization> @@ -197,6 +226,7 @@ <email>[email protected]</email> <timezone>-8</timezone> <roles> + <role>PMC</role> <role>Committer</role> </roles> <organization> @@ -221,6 +251,7 @@ <email>[email protected]</email> <timezone>-8</timezone> <roles> + <role>PMC</role> <role>Committer</role> </roles> <organization> @@ -233,6 +264,7 @@ <email>[email protected]</email> <timezone>-8</timezone> <roles> + <role>PMC</role> <role>Committer</role> </roles> <organization> @@ -245,12 +277,25 @@ <email>[email protected]</email> <timezone>-5</timezone> <roles> + <role>PMC</role> <role>Committer</role> </roles> <organization> Hortonworks </organization> - </developer> + </developer> + <developer> + <id>vel</id> + <name>Velmurugan Periasamy</name> + <email>[email protected]</email> + <timezone>-5</timezone> + <roles> + <role>Committer</role> + </roles> + <organization> + Hortonworks + </organization> + </developer> </developers> <contributors> <contributor>
