Author: bleny Date: 2010-12-22 19:26:23 +0100 (Wed, 22 Dec 2010) New Revision: 1978 Url: http://nuiton.org/repositories/revision/nuiton-utils/1978 Log: add missing developers at http://maven-site.nuiton.org/nuiton-utils/dev-activity.html ; should tchemit and jcouteau be added ? they are both inherited from mavenpom and it seems OK on nuiton-utils maven site Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-12-22 17:56:43 UTC (rev 1977) +++ trunk/pom.xml 2010-12-22 18:26:23 UTC (rev 1978) @@ -107,6 +107,55 @@ <inceptionYear>2004</inceptionYear> <url>http://maven-site.nuiton.org/nuiton-utils</url> + <developers> + + <developer> + <name>Brendan Le Ny</name> + <id>bleny</id> + <email>bleny@codelutin.com</email> + <organization>CodeLutin</organization> + <timezone>+2</timezone> + <roles> + <role>developer</role> + </roles> + </developer> + + <developer> + <name>Benjamin Poussin</name> + <id>bpoussin</id> + <email>poussin@codelutin.com</email> + <organization>CodeLutin</organization> + <timezone>+2</timezone> + <roles> + <role>Développeur</role> + <role>Debian packager</role> + </roles> + </developer> + + <developer> + <name>Éric Chatellier</name> + <id>echatellier</id> + <email>chatellier@codelutin.com</email> + <organization>CodeLutin</organization> + <timezone>+2</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> + + <developer> + <name>Sylvain Letellier</name> + <id>sletellier</id> + <email>letellier@codelutin.com</email> + <organization>CodeLutin</organization> + <timezone>+2</timezone> + <roles> + <role>Développeur</role> + </roles> + </developer> + + </developers> + <!-- ************************************************************* --> <!-- *** Build Settings ****************************************** --> <!-- ************************************************************* -->
participants (1)
-
bleny@users.nuiton.org