[Lutingenerator-commits] r443 - lutingenerator/trunk
Author: tchemit Date: 2009-02-18 19:18:17 +0000 (Wed, 18 Feb 2009) New Revision: 443 Modified: lutingenerator/trunk/changelog.txt lutingenerator/trunk/pom.xml Log: dernier commit avant release Modified: lutingenerator/trunk/changelog.txt =================================================================== --- lutingenerator/trunk/changelog.txt 2009-02-18 17:59:51 UTC (rev 442) +++ lutingenerator/trunk/changelog.txt 2009-02-18 19:18:17 UTC (rev 443) @@ -1,4 +1,4 @@ -0.64 ?? 200902?? +0.64 chemit 20090218 * 20090218 [chatellier] Move test to junit 4 * 20090129 [thimel] rename Util class to GeneratorUtil * 20090129 [chemit] use lutinproject 3.4 (suppress javadoc plugin invocation) Modified: lutingenerator/trunk/pom.xml =================================================================== --- lutingenerator/trunk/pom.xml 2009-02-18 17:59:51 UTC (rev 442) +++ lutingenerator/trunk/pom.xml 2009-02-18 19:18:17 UTC (rev 443) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>3.4-SNAPSHOT</version> + <version>3.4</version> </parent> <artifactId>lutingenerator</artifactId> @@ -93,7 +93,7 @@ <!-- name du projet du labs --> <labs.project>lutingenerator</labs.project> - <lutinutil.version>1.0.2</lutinutil.version> + <lutinutil.version>1.0.3</lutinutil.version> </properties> @@ -106,7 +106,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> @@ -171,7 +171,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>
participants (1)
-
tchemit@users.labs.libre-entreprise.org