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>dgra...@apache.org</email> </developer> + <developer> + <name>Julius Davies</name> + <id>julius</id> + <email>jul...@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>juliusdav...@gmail.com</email> - <roles> - <role>Base64InputStream</role> - <role>Base64OutputStream</role> - </roles> - </contributor> - <contributor> <name>Sebastian Bazley</name> <email>s...@apache.org</email> <roles><role>Streaming Base64</role></roles>