Author: tchemit Date: 2010-09-29 14:33:39 +0200 (Wed, 29 Sep 2010) New Revision: 1831 Url: http://nuiton.org/repositories/revision/maven-license-plugin/1831 Log: add developpeurs in pom Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-09-29 08:10:54 UTC (rev 1830) +++ trunk/pom.xml 2010-09-29 12:33:39 UTC (rev 1831) @@ -297,13 +297,23 @@ </roles> </developer> <developer> + <name>Yannick Martel</name> + <id>ymartel</id> + <email>martel@codelutin.com</email> + <organization>CodeLutin</organization> + <timezone>+2</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> + <developer> <name>Jean Couteau</name> <id>jcouteau</id> <email>couteau@codelutin.com</email> <organization>CodeLutin</organization> <timezone>+2</timezone> <roles> - <role>Développeur</role> + <role>Technical writer</role> </roles> </developer> </developers>