10 Feb
2011
10 Feb
'11
3:48 p.m.
Author: tchemit Date: 2011-02-10 16:48:18 +0100 (Thu, 10 Feb 2011) New Revision: 3070 Url: http://chorem.org/repositories/revision/lima/3070 Log: fix license Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-02-10 12:26:34 UTC (rev 3069) +++ trunk/pom.xml 2011-02-10 15:48:18 UTC (rev 3070) @@ -196,8 +196,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>