Author: tchemit Date: 2010-04-20 15:15:01 +0200 (Tue, 20 Apr 2010) New Revision: 4 Log: add members to project Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-04-20 13:10:34 UTC (rev 3) +++ trunk/pom.xml 2010-04-20 13:15:01 UTC (rev 4) @@ -32,6 +32,31 @@ <inceptionYear>2010</inceptionYear> <url>http://maven-site.nuiton.org/${project.artifactId}</url> + <developers> + + <developer> + <name>Tony Chemit</name> + <id>tchemit</id> + <email>chemit@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> + </roles> + </developer> + + </developers> <!-- ************************************************************* --> <!-- *** Build Settings ****************************************** --> <!-- ************************************************************* -->