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