You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jt...@apache.org on 2007/01/03 22:46:22 UTC

svn commit: r492316 - in /maven/pom/trunk: maven-plugin-surrogate-parent/pom.xml maven/pom.xml

Author: jtolentino
Date: Wed Jan  3 13:46:22 2007
New Revision: 492316

URL: http://svn.apache.org/viewvc?view=rev&rev=492316
Log:
Test commit and added name to the list of developers.

Modified:
    maven/pom/trunk/maven-plugin-surrogate-parent/pom.xml
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven-plugin-surrogate-parent/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven-plugin-surrogate-parent/pom.xml?view=diff&rev=492316&r1=492315&r2=492316
==============================================================================
--- maven/pom/trunk/maven-plugin-surrogate-parent/pom.xml (original)
+++ maven/pom/trunk/maven-plugin-surrogate-parent/pom.xml Wed Jan  3 13:46:22 2007
@@ -231,6 +231,16 @@
       </roles>
       <timezone>+1</timezone>
     </developer>
+    <developer>
+      <id>jtolentino</id>
+      <name>Ernesto Tolentino Jr.</name>
+      <email>jtolentino@apache.org</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+      <timezone>+8</timezone>
+    </developer>
   </developers>
 
   <distributionManagement>

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?view=diff&rev=492316&r1=492315&r2=492316
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Wed Jan  3 13:46:22 2007
@@ -235,6 +235,16 @@
       </roles>
       <timezone>0</timezone>
     </developer>
+    <developer>
+      <id>jtolentino</id>
+      <name>Ernesto Tolentino Jr.</name>
+      <email>jtolentino@apache.org</email>
+      <organization>ASF</organization>
+      <roles>
+        <role>PMC Member</role>
+      </roles>
+      <timezone>+8</timezone>
+    </developer>
   </developers>
 
   <distributionManagement>