You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2012/10/31 23:55:10 UTC

svn commit: r1404403 - /hbase/trunk/pom.xml

Author: stack
Date: Wed Oct 31 22:55:09 2012
New Revision: 1404403

URL: http://svn.apache.org/viewvc?rev=1404403&view=rev
Log:
Update where fellas work

Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1404403&r1=1404402&r2=1404403&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Wed Oct 31 22:55:09 2012
@@ -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>