Author: sletellier Date: 2011-04-26 16:49:16 +0200 (Tue, 26 Apr 2011) New Revision: 266 Url: http://chorem.org/repositories/revision/bow/266 Log: - Add tony as developer - Add bbrossau and vbriand as contributor Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-04-26 13:47:31 UTC (rev 265) +++ trunk/pom.xml 2011-04-26 14:49:16 UTC (rev 266) @@ -74,8 +74,42 @@ <role>Debian packager</role> </roles> </developer> + + <developer> + <id>tchemit</id> + <name>Tony Chemit</name> + <email>chemit@codelutin.com</email> + <organization>CodeLutin</organization> + <timezone>+1</timezone> + <roles> + <role>Developer</role> + </roles> + </developer> </developers> + <contributors> + <contributor> + <id>bbrossaud</id> + <name>Benoit Brossaud</name> + <organization>CodeLutin</organization> + <timezone>+1</timezone> + <roles> + <role>Developer</role> + </roles> + </contributor> + + <contributor> + <id>vbriand</id> + <name>Valentin Brillant</name> + <organization>CodeLutin</organization> + <timezone>+1</timezone> + <roles> + <role>Developer</role> + </roles> + </contributor> + + </contributors> + <scm> <connection>scm:svn:http://svn.chorem.org/svn/bow/trunk</connection> <developerConnection>
participants (1)
-
sletellier@users.chorem.org