Author: tchemit Date: 2011-02-10 16:48:47 +0100 (Thu, 10 Feb 2011) New Revision: 2763 Url: http://chorem.org/repositories/revision/jtimer/2763 Log: fix members + licenses Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-02-10 12:25:51 UTC (rev 2762) +++ trunk/pom.xml 2011-02-10 15:48:47 UTC (rev 2763) @@ -22,8 +22,8 @@ <licenses> <license> <name>General Public License (GPL)</name> - <url>${maven.license.file}</url> - <distribution>local</distribution> + <url>http://www.gnu.org/licenses/gpl.html</url> + <distribution>repo</distribution> </license> </licenses> @@ -32,7 +32,8 @@ <name>Eric Chatellier</name> <id>echatellier</id> <email>chatellier@codelutin.com</email> - <organization>CodeLutin</organization> + <organization>Code Lutin</organization> + <organizationUrl>http://www.codelutin.com/</organizationUrl> <timezone>+2</timezone> <roles> <role>Développeur</role> @@ -50,7 +51,8 @@ <name>Tony Chemit</name> <id>tchemit</id> <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>
participants (1)
-
tchemit@users.chorem.org