You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by da...@apache.org on 2007/09/20 21:50:00 UTC

svn commit: r577895 - /tapestry/tapestry5/trunk/pom.xml

Author: dadams
Date: Thu Sep 20 12:50:00 2007
New Revision: 577895

URL: http://svn.apache.org/viewvc?rev=577895&view=rev
Log:
Added myself to the root pom as a developer.

Modified:
    tapestry/tapestry5/trunk/pom.xml

Modified: tapestry/tapestry5/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/pom.xml?rev=577895&r1=577894&r2=577895&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/pom.xml (original)
+++ tapestry/tapestry5/trunk/pom.xml Thu Sep 20 12:50:00 2007
@@ -54,6 +54,17 @@
       </roles>
       <timezone>EDT</timezone>
     </developer>
+    <developer>
+    	<id>dadams</id>
+    	<name>Dan Adams</name>
+    	<email>dadams@apache.org</email>
+    	<roles>
+    		<role>Engineer</role>
+    	</roles>
+    	<timezone>EST</timezone>
+    	<organization>Interactive Factory</organization>
+    	<organizationUrl>http://ifactory.com</organizationUrl>
+    </developer>
   </developers>
 
   <ciManagement>