You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by gr...@apache.org on 2007/05/18 00:44:35 UTC

svn commit: r539151 - /tapestry/tapestry5/trunk/tapestry-project/pom.xml

Author: gredler
Date: Thu May 17 15:44:35 2007
New Revision: 539151

URL: http://svn.apache.org/viewvc?view=rev&rev=539151
Log:
Add myself (Daniel Gredler) to team list.

Modified:
    tapestry/tapestry5/trunk/tapestry-project/pom.xml

Modified: tapestry/tapestry5/trunk/tapestry-project/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-project/pom.xml?view=diff&rev=539151&r1=539150&r2=539151
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-project/pom.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-project/pom.xml Thu May 17 15:44:35 2007
@@ -35,6 +35,16 @@
       </roles>
       <timezone>PDT</timezone>
     </developer>
+    <developer>
+      <id>gredler</id>
+      <name>Daniel Gredler</name>
+      <email>gredler@apache.org</email>
+      <url>http://daniel.gredler.net/</url>
+      <roles>
+        <role>Newbie</role>
+      </roles>
+      <timezone>EDT</timezone>
+    </developer>
   </developers>
 
   <ciManagement>
@@ -307,4 +317,4 @@
     <cobertura-plugin-version>2.0</cobertura-plugin-version>
   </properties>
 
-</project>
+</project>