You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by jv...@apache.org on 2005/07/08 17:18:56 UTC

svn commit: r209813 - /maven/continuum/trunk/continuum-test-projects/m2/pom.xml

Author: jvanzyl
Date: Fri Jul  8 08:18:56 2005
New Revision: 209813

URL: http://svn.apache.org/viewcvs?rev=209813&view=rev
Log:
adding developer

Modified:
    maven/continuum/trunk/continuum-test-projects/m2/pom.xml

Modified: maven/continuum/trunk/continuum-test-projects/m2/pom.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-test-projects/m2/pom.xml?rev=209813&r1=209812&r2=209813&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-test-projects/m2/pom.xml (original)
+++ maven/continuum/trunk/continuum-test-projects/m2/pom.xml Fri Jul  8 08:18:56 2005
@@ -25,4 +25,16 @@
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/maven/continuum/trunk/continuum-test-projects/m2</connection>
   </scm>
+  <developers>
+    <developer>
+      <id>jvanzyl</id>
+      <name>Jason van Zyl</name>
+      <email>jason@zenplex.com</email>
+      <organization>Zenplex</organization>
+      <roles>
+        <role>Developer</role>
+        <role>Release Manager</role>
+      </roles>
+    </developer>
+  </developers>
 </project>