Repository: hbase Updated Branches: refs/heads/master 50daed268 -> 2e31e834a
Fix company name for garyh Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2e31e834 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2e31e834 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/2e31e834 Branch: refs/heads/master Commit: 2e31e834a67be8a88afaaca7691eadaf55f84b49 Parents: 50daed2 Author: Gary Helmling <[email protected]> Authored: Wed Mar 25 13:56:30 2015 -0700 Committer: Gary Helmling <[email protected]> Committed: Wed Mar 25 13:56:54 2015 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/2e31e834/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3f94abc..d5b974c 100644 --- a/pom.xml +++ b/pom.xml @@ -198,8 +198,8 @@ <name>Gary Helmling</name> <email>[email protected]</email> <timezone>-8</timezone> - <organization>Continuuity</organization> - <organizationUrl>http://www.continuuity.com</organizationUrl> + <organization>Cask</organization> + <organizationUrl>http://www.cask.co</organizationUrl> </developer> <developer> <id>gchanan</id>
