Update where fellas work

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404403 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-10-31 22:55:09 +00:00
parent e74cd24ff2
commit 4e35934d9b
1 changed files with 10 additions and 4 deletions

14
pom.xml
View File

@ -55,6 +55,7 @@
<module>hbase-hadoop-compat</module>
<module>hbase-common</module>
<module>hbase-it</module>
<module>hbase-examples</module>
</modules>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/hbase/trunk</connection>
@ -167,8 +168,8 @@
<name>Jonathan Gray</name>
<email>jgray@fb.com</email>
<timezone>-8</timezone>
<organization>Facebook</organization>
<organizationUrl>http://www.facebook.com</organizationUrl>
<organization>Continuuity</organization>
<organizationUrl>http://www.continuuity.com</organizationUrl>
</developer>
<developer>
<id>jmhsieh</id>
@ -239,7 +240,7 @@
<name>Ryan Rawson</name>
<email>rawson@apache.org</email>
<timezone>-8</timezone>
<organization>CX</organization>
<organization>DrawnToScale</organization>
<organizationUrl>http://www.cx.com</organizationUrl>
</developer>
<developer>
@ -247,7 +248,7 @@
<name>Michael Stack</name>
<email>stack@apache.org</email>
<timezone>-8</timezone>
<organization>StumbleUpon</organization>
<organization>Cloudera</organization>
<organizationUrl>http://www.stumbleupon.com/</organizationUrl>
</developer>
<developer>
@ -941,6 +942,11 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<artifactId>hbase-examples</artifactId>
<groupId>org.apache.hbase</groupId>
<version>${project.version}</version>
</dependency>
<!-- General dependencies -->
<dependency>
<groupId>io.netty</groupId>