You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ih...@apache.org on 2011/12/05 08:45:47 UTC

svn commit: r1210348 - /logging/site/trunk/author/pom.xml

Author: ihabunek
Date: Mon Dec  5 07:45:47 2011
New Revision: 1210348

URL: http://svn.apache.org/viewvc?rev=1210348&view=rev
Log:
Updated my developer record in POM:
* Fixed invalid id.
* Added PMC member role.

Modified:
    logging/site/trunk/author/pom.xml

Modified: logging/site/trunk/author/pom.xml
URL: http://svn.apache.org/viewvc/logging/site/trunk/author/pom.xml?rev=1210348&r1=1210347&r2=1210348&view=diff
==============================================================================
--- logging/site/trunk/author/pom.xml (original)
+++ logging/site/trunk/author/pom.xml Mon Dec  5 07:45:47 2011
@@ -213,13 +213,14 @@ $ mvn site-deploy
 		</roles>
     </developer>
     <developer>
-    	<id>hoju</id>
+    	<id>ihabunek</id>
     	<name>Ivan Habunek</name>
     	<email>ihabunek@apache.org</email>
 		<url>http://people.apache.org/list_H.html#ihabunek</url>
 		<organization>ASF</organization>
 		<organizationUrl>http://www.apache.org</organizationUrl>
 		<roles>
+			<role>PMC Member</role>
 			<role>log4php</role>
 		</roles>
     </developer>