add vikasv to pom.xml
Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c4b802b1 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c4b802b1 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/c4b802b1 Branch: refs/heads/HBASE-18426 Commit: c4b802b1c2a5daea8103e7a446f9eed805484c74 Parents: 6dec2b3 Author: Vikas Vishwakarma <[email protected]> Authored: Wed Jul 26 17:39:47 2017 +0530 Committer: Vikas Vishwakarma <[email protected]> Committed: Wed Jul 26 17:39:47 2017 +0530 ---------------------------------------------------------------------- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/c4b802b1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d986f7e..63d6925 100644 --- a/pom.xml +++ b/pom.xml @@ -495,6 +495,12 @@ <timezone>-8</timezone> </developer> <developer> + <id>vikasv</id> + <name>Vikas Vishwakarma</name> + <email>[email protected]</email> + <timezone>+5</timezone> + </developer> + <developer> <id>virag</id> <name>Virag Kothari</name> <email>[email protected]</email>
