Repository: tez Updated Branches: refs/heads/master 4d100b2bf -> 80f95b1d6
TEZ-3731. Add committer kshukla to Tez Team List (kshukla) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/80f95b1d Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/80f95b1d Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/80f95b1d Branch: refs/heads/master Commit: 80f95b1d6712d3d8d7d98ebd1037b9426142eb39 Parents: 4d100b2 Author: Kuhu Shukla <[email protected]> Authored: Tue May 16 15:45:39 2017 -0500 Committer: Kuhu Shukla <[email protected]> Committed: Tue May 16 15:45:39 2017 -0500 ---------------------------------------------------------------------- docs/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/80f95b1d/docs/pom.xml ---------------------------------------------------------------------- diff --git a/docs/pom.xml b/docs/pom.xml index 61c2cf1..51b6ca0 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -257,6 +257,15 @@ </roles> </developer> <developer> + <id>kshukla</id> + <name>Kuhu Shukla</name> + <email>[email protected]</email> + <timezone>-6</timezone> + <roles> + <role>Committer</role> + </roles> + </developer> + <developer> <id>mattmann</id> <name>Chris Mattmann</name> <email>[email protected]</email>
