Author: tchemit Date: 2009-02-18 19:20:52 +0000 (Wed, 18 Feb 2009) New Revision: 444 Modified: maven-generator-plugin/trunk/changelog.txt maven-generator-plugin/trunk/pom.xml Log: dernier commit avant release Modified: maven-generator-plugin/trunk/changelog.txt =================================================================== --- maven-generator-plugin/trunk/changelog.txt 2009-02-18 19:18:17 UTC (rev 443) +++ maven-generator-plugin/trunk/changelog.txt 2009-02-18 19:20:52 UTC (rev 444) @@ -1,4 +1,4 @@ -0.64 ?? 200812?? +0.64 chemit 20090218 * 20090211 [chatellier] add testPhase property in mojo to specify when using it in test phase * 20090210 [chatellier] add info and debug maven log messages * 20090210 [chatellier] add default value on all non required parameters Modified: maven-generator-plugin/trunk/pom.xml =================================================================== --- maven-generator-plugin/trunk/pom.xml 2009-02-18 19:18:17 UTC (rev 443) +++ maven-generator-plugin/trunk/pom.xml 2009-02-18 19:20:52 UTC (rev 444) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>3.4-SNAPSHOT</version> + <version>3.4</version> </parent> <artifactId>maven-generator-plugin</artifactId> @@ -100,7 +100,7 @@ <plugin> <groupId>org.codelutin</groupId> <artifactId>maven-jrst-plugin</artifactId> - <version>0.8.3</version> + <version>0.8.4</version> <configuration> <directoryIn>${maven.src.dir}/site</directoryIn> <directoryOut>${maven.site.gen.dir}</directoryOut> @@ -173,7 +173,7 @@ <plugin> <groupId>org.codelutin</groupId> <artifactId>maven-license-switcher-plugin</artifactId> - <version>0.5</version> + <version>0.6</version> <configuration> <licenseName>${license-switcher.licenseName}</licenseName> </configuration>