Repository: hbase Updated Branches: refs/heads/master 448ac5b37 -> abc27c606
Add liyu 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/abc27c60 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/abc27c60 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/abc27c60 Branch: refs/heads/master Commit: abc27c60614ee6d28c3dcc7f17e4021e7769514f Parents: 448ac5b Author: Yu Li <[email protected]> Authored: Thu Mar 17 13:05:16 2016 +0800 Committer: Yu Li <[email protected]> Committed: Thu Mar 17 13:05:16 2016 +0800 ---------------------------------------------------------------------- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/abc27c60/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index cc3df91..fcd7c20 100644 --- a/pom.xml +++ b/pom.xml @@ -361,6 +361,14 @@ <organizationUrl>http://www.facebook.com</organizationUrl> </developer> <developer> + <id>liyu</id> + <name>Yu Li</name> + <email>[email protected]</email> + <timezone>+8</timezone> + <organization>Alibaba</organization> + <organizationUrl>http://www.taobao.com</organizationUrl> + </developer> + <developer> <id>mbautin</id> <name>Mikhail Bautin</name> <email>[email protected]</email>
