Repository: hbase Updated Branches: refs/heads/master fe12ad506 -> bb540c840
My first commit! Adding myself to the team Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/bb540c84 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/bb540c84 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/bb540c84 Branch: refs/heads/master Commit: bb540c84097efbf0846bd31c56b255d9072b0476 Parents: fe12ad5 Author: Virag Kothari <[email protected]> Authored: Thu Dec 11 17:32:03 2014 -0800 Committer: Virag Kothari <[email protected]> Committed: Thu Dec 11 17:32:03 2014 -0800 ---------------------------------------------------------------------- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/bb540c84/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9f53941..41419ed 100644 --- a/pom.xml +++ b/pom.xml @@ -418,6 +418,14 @@ <organizationUrl>http://www.cloudera.com</organizationUrl> </developer> <developer> + <id>virag</id> + <name>Virag Kothari</name> + <email>[email protected]</email> + <timezone>-8</timezone> + <organization>Yahoo!</organization> + <organizationUrl>http://www.yahoo.com</organizationUrl> + </developer> + <developer> <id>zjushch</id> <name>Chunhui Shen</name> <email>[email protected]</email>
