[Lutinutil-commits] r1366 - maven-i18n-plugin/trunk
Author: tchemit Date: 2009-02-18 17:44:24 +0000 (Wed, 18 Feb 2009) New Revision: 1366 Modified: maven-i18n-plugin/trunk/changelog.txt maven-i18n-plugin/trunk/pom.xml Log: dernier commit avant release Modified: maven-i18n-plugin/trunk/changelog.txt =================================================================== --- maven-i18n-plugin/trunk/changelog.txt 2009-02-18 17:38:25 UTC (rev 1365) +++ maven-i18n-plugin/trunk/changelog.txt 2009-02-18 17:44:24 UTC (rev 1366) @@ -1,4 +1,4 @@ -0.9 ??? 200902?? +0.9 chemit 20090218 * 20090217 [chemit] use project.build.sourceEncoding instead of maven.compile.encoding as default encoding * 20090214 [chemit] add safeMode, showTouchedFiles properties in parser mojo (none safeMode will improve performance) * 20090205 [chemit] use lutinproject 3.4 Modified: maven-i18n-plugin/trunk/pom.xml =================================================================== --- maven-i18n-plugin/trunk/pom.xml 2009-02-18 17:38:25 UTC (rev 1365) +++ maven-i18n-plugin/trunk/pom.xml 2009-02-18 17:44:24 UTC (rev 1366) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>3.4-SNAPSHOT</version> + <version>3.4</version> </parent> <artifactId>maven-i18n-plugin</artifactId> @@ -87,10 +87,9 @@ <!-- nom du projet sur le labs --> <labs.project>lutinutil</labs.project> - <i18n.version>${project.version}</i18n.version> <maven.version>2.0.9</maven.version> - <processor.version>0.17-SNAPSHOT</processor.version> - <lutinpluginutil.version>0.3-SNAPSHOT</lutinpluginutil.version> + <processor.version>0.17</processor.version> + <lutinpluginutil.version>0.3</lutinpluginutil.version> </properties> <build> @@ -189,7 +188,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