You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ju...@apache.org on 2010/06/01 23:04:06 UTC

svn commit: r950247 - /commons/proper/codec/trunk/pom.xml

Author: julius
Date: Tue Jun  1 21:04:06 2010
New Revision: 950247

URL: http://svn.apache.org/viewvc?rev=950247&view=rev
Log:
moving myself from <contributor> to <developer> section of pom.xml

Modified:
    commons/proper/codec/trunk/pom.xml

Modified: commons/proper/codec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=950247&r1=950246&r2=950247&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Tue Jun  1 21:04:06 2010
@@ -97,6 +97,13 @@
             <id>dgraham</id>
             <email>dgraham@apache.org</email>
         </developer>
+        <developer>
+            <name>Julius Davies</name>
+            <id>julius</id>
+            <email>julius@apache.org</email>
+            <organizationUrl>http://juliusdavies.ca/</organizationUrl>
+            <timezone>-8</timezone>
+        </developer>
     </developers>
     <contributors>
         <contributor>
@@ -151,14 +158,6 @@
             <roles><role>Base64 code [CODEC-69]</role></roles>
         </contributor>
         <contributor>
-            <name>Julius Davies</name>
-            <email>juliusdavies@gmail.com</email>
-            <roles>
-               <role>Base64InputStream</role>
-               <role>Base64OutputStream</role>
-            </roles>
-        </contributor>
-        <contributor>
             <name>Sebastian Bazley</name>
             <email>sebb@apache.org</email>
             <roles><role>Streaming Base64</role></roles>