Author: tchemit Date: 2011-02-10 16:47:48 +0100 (Thu, 10 Feb 2011) New Revision: 3063 Url: http://chorem.org/repositories/revision/pollen/3063 Log: fix members + licenses Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-02-10 12:27:14 UTC (rev 3062) +++ trunk/pom.xml 2011-02-10 15:47:48 UTC (rev 3063) @@ -200,18 +200,24 @@ <inceptionYear>2009</inceptionYear> <url>http://maven-site.chorem.org/pollen/</url> + <licenses> + <license> + <name>GNU Affero General Public License version 3</name> + <url>http://www.gnu.org/licenses/agpl.html</url> + <distribution>repo</distribution> + </license> + </licenses> + <!-- Developpers, contributors... --> <developers> <developer> <id>fdesbois</id> <name>Florian DESBOIS</name> - <email>florian.desbois@gmail.com</email> - <organization>ALMA - Code Lutin</organization> - <organizationUrl>http:/alma.univ-nantes.fr</organizationUrl> + <email>desbois@codelutin.com</email> + <organization>Code Lutin</organization> + <organizationUrl>http://www.codelutin.com/</organizationUrl> <timezone>+1</timezone> <roles> - <role>Chef de Projet</role> - <role>Analyste</role> <role>Développeur</role> </roles> </developer> @@ -230,13 +236,12 @@ </developer> <developer> <id>kmorin</id> - <name>Kevin MORIN</name> + <name>Kevin Morin</name> <email>morin@codelutin.com</email> - <organization>ALMA - Code Lutin</organization> - <organizationUrl>http:/alma.univ-nantes.fr</organizationUrl> + <organization>Code Lutin</organization> + <organizationUrl>http://www.codelutin.com/</organizationUrl> <timezone>+1</timezone> <roles> - <role>Architecte</role> <role>Développeur</role> </roles> </developer> @@ -303,7 +308,8 @@ <id>tchemit</id> <name>Tony Chemit</name> <email>chemit@codelutin.com</email> - <organization>CodeLutin</organization> + <organization>Code Lutin</organization> + <organizationUrl>http://www.codelutin.com/</organizationUrl> <timezone>+2</timezone> <roles> <role>Développeur</role>