You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by to...@apache.org on 2010/05/25 08:52:16 UTC

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

Author: todd
Date: Tue May 25 06:52:16 2010
New Revision: 947939

URL: http://svn.apache.org/viewvc?rev=947939&view=rev
Log:
Add myself to developer list in pom

Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=947939&r1=947938&r2=947939&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Tue May 25 06:52:16 2010
@@ -122,6 +122,14 @@
       <organization>StumbleUpon</organization>
       <organizationUrl>http://www.stumbleupon.com/</organizationUrl>
     </developer>
+    <developer>
+      <id>todd</id>
+      <name>Todd Lipcon</name>
+      <email>todd@apache.org</email>
+      <timezone>-8</timezone>
+      <organization>Cloudera</organization>
+      <organizationUrl>http://www.cloudera.com</organizationUrl>
+    </developer>
   </developers>
 
   <repositories>