Author: fdesbois Date: 2010-01-28 12:27:48 +0100 (Thu, 28 Jan 2010) New Revision: 31 Modified: trunk/pom.xml Log: Add tchemit and fdesbois in developers Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-01-28 11:18:25 UTC (rev 30) +++ trunk/pom.xml 2010-01-28 11:27:48 UTC (rev 31) @@ -67,6 +67,29 @@ <description>TODO</description> <inceptionYear>2010</inceptionYear> + + <developers> + <developer> + <id>tchemit</id> + <name>Tony Chemit</name> + <email>chemit@codelutin.com</email> + <organization>CodeLutin</organization> + <timezone>+2</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> + <developer> + <id>fdesbois</id> + <name>Florian Desbois</name> + <email>fdesbois@codelutin.com</email> + <organization>CodeLutin</organization> + <timezone>+2</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> + </developers> <!-- ************************************************************* --> <!-- *** Build Settings ****************************************** -->