Author: tchemit Date: 2009-08-29 22:41:09 +0200 (Sat, 29 Aug 2009) New Revision: 563 Modified: trunk/changelog.txt trunk/pom.xml Log: [FIX] #36 protect emails [FEATURE] use maven.file.license Modified: trunk/changelog.txt =================================================================== --- trunk/changelog.txt 2009-08-29 18:23:17 UTC (rev 562) +++ trunk/changelog.txt 2009-08-29 20:41:09 UTC (rev 563) @@ -1,5 +1,7 @@ maven-helper-plugin (1.0.2) stable; urgency=high + * [FIX] #36 protect emails + * [FEATURE] use maven.file.license * [FEATURE] improve code + add some usefull methods for plugin * [FEATURE] add some documentation on site + use apt format (no deps to jrst) * [FEATURE] #26 add a check-project-files goal to detect existence of the changelog.txt file for root module of project. Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-08-29 18:23:17 UTC (rev 562) +++ trunk/pom.xml 2009-08-29 20:41:09 UTC (rev 563) @@ -114,34 +114,37 @@ <licenses> <license> - <name>LGPL</name> - <url>http://www.gnu.org/licenses/lgpl.txt</url> - <distribution>repo</distribution> + <name>Lesser General Public License (LGPL)</name> + <!--<url>http://www.gnu.org/licenses/lgpl.txt</url>--> + <url>${project.basedir}/LICENSE.txt</url> + <distribution>local</distribution> </license> </licenses> <developers> - + <developer> - <id>chatellier</id> <name>Eric Chatellier</name> - <email>chatellier@codelutin.com</email> + <id>echatellier</id> + <!--<email>chatellier@codelutin.com</email>--> + <email>http://mailhide.recaptcha.net/d?k=01qLvyYlchVJ90Gg2lfYg-5A==&c=8mzC6s-mCjNM1_m1SA7_-of7jSjrc3-gZDy4QhkY2HA=</email> <organization>CodeLutin</organization> <timezone>+2</timezone> <roles> <role>Développeur</role> </roles> </developer> - + <developer> + <name>Tony Chemit</name> <id>tchemit</id> - <name>Tony Chemit</name> - <email>chemit@codelutin.com</email> + <!--<email>chemit@codelutin.com</email>--> + <email>http://mailhide.recaptcha.net/d?k=01qLvyYlchVJ90Gg2lfYg-5A==&c=Dg32g6wafXimR6aZsnwloBZMGm48dAcjxiDYdzUMzc4=</email> <organization>CodeLutin</organization> + <timezone>+2</timezone> <roles> <role>Développeur</role> </roles> - <timezone>+2</timezone> </developer> </developers>
participants (1)
-
tchemit@users.nuiton.org