You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2006/02/04 18:48:08 UTC

svn commit: r374896 - /cocoon/trunk/pom.xml

Author: reinhard
Date: Sat Feb  4 09:48:05 2006
New Revision: 374896

URL: http://svn.apache.org/viewcvs?rev=374896&view=rev
Log:
add new cocoon-core-components module; add myself as project committer

Modified:
    cocoon/trunk/pom.xml

Modified: cocoon/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/cocoon/trunk/pom.xml?rev=374896&r1=374895&r2=374896&view=diff
==============================================================================
--- cocoon/trunk/pom.xml (original)
+++ cocoon/trunk/pom.xml Sat Feb  4 09:48:05 2006
@@ -45,6 +45,7 @@
     <module>cocoon-captcha</module>
     <module>cocoon-cron</module>
     <module>cocoon-forms</module>
+    <module>cocoon-core-components</module>    
     <!--module>cocoon-jcr</module> -->
     <module>cocoon-portal</module>
     <module>cocoon-session-fw</module>
@@ -173,6 +174,17 @@
       </roles>
       <timezone>+1</timezone>
     </developer>
+    <developer>
+      <id>reinhard</id>
+      <name>Reinhard Poetz</name>
+      <email>reinhard@apache.org</email>
+      <organization>ASF</organization>
+      <organizationUrl>http://www.apache.org</organizationUrl>
+      <roles>
+        <role>Committer</role>
+      </roles>
+      <timezone>+1</timezone>
+    </developer>    
     <developer>
       <id>jbq</id>
       <name>Jean-Baptiste Quenot</name>