Author: tchemit Date: 2009-02-18 17:30:48 +0000 (Wed, 18 Feb 2009) New Revision: 1362 Modified: maven-license-switcher-plugin/trunk/changelog.txt maven-license-switcher-plugin/trunk/pom.xml Log: dernier commit avant release Modified: maven-license-switcher-plugin/trunk/changelog.txt =================================================================== --- maven-license-switcher-plugin/trunk/changelog.txt 2009-02-18 16:43:18 UTC (rev 1361) +++ maven-license-switcher-plugin/trunk/changelog.txt 2009-02-18 17:30:48 UTC (rev 1362) @@ -1,4 +1,4 @@ -0.6 chemit 200812?? +0.6 chemit 20090218 * 20090217 [chemit] use project.build.sourceEncoding instead of maven.compile.encoding as default encoding * 20081210 [chemit] use lutinproject 3.4 Modified: maven-license-switcher-plugin/trunk/pom.xml =================================================================== --- maven-license-switcher-plugin/trunk/pom.xml 2009-02-18 16:43:18 UTC (rev 1361) +++ maven-license-switcher-plugin/trunk/pom.xml 2009-02-18 17:30:48 UTC (rev 1362) @@ -10,7 +10,7 @@ <parent> <groupId>org.codelutin</groupId> <artifactId>lutinproject</artifactId> - <version>3.4-SNAPSHOT</version> + <version>3.4</version> </parent> <artifactId>maven-license-switcher-plugin</artifactId> @@ -89,9 +89,8 @@ <labs.id>12</labs.id> <labs.project>lutinutil</labs.project> - <i18n.version>0.9-SNAPSHOT</i18n.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> <maven.version>2.0.9</maven.version>