Author: tchemit Date: 2012-11-11 20:37:44 +0100 (Sun, 11 Nov 2012) New Revision: 1994 Url: http://nuiton.org/repositories/revision/i18n/1994 Log: fixes #2418: Updates to helper-m-p 2.0 refs #2425: Updates to mavenpom 3.4.4 Modified: trunk/i18n-maven-plugin/pom.xml trunk/pom.xml Modified: trunk/i18n-maven-plugin/pom.xml =================================================================== --- trunk/i18n-maven-plugin/pom.xml 2012-11-11 10:36:04 UTC (rev 1993) +++ trunk/i18n-maven-plugin/pom.xml 2012-11-11 19:37:44 UTC (rev 1994) @@ -117,7 +117,6 @@ </exclusions> </dependency> - <!-- FIXME si on ne le rajoute pas, on se retrouve avec la version 1.1 qui ne convient pas --> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-11-11 10:36:04 UTC (rev 1993) +++ trunk/pom.xml 2012-11-11 19:37:44 UTC (rev 1994) @@ -33,7 +33,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>3.4.3</version> + <version>3.4.4-SNAPSHOT</version> </parent> <artifactId>i18n</artifactId> @@ -137,7 +137,6 @@ <!-- pour un muli module on doit fixer le projectId --> <projectId>i18n</projectId> - <helperPluginVersion>2.0-SNAPSHOT</helperPluginVersion> <processorVersion>1.2.1</processorVersion> <!--Multilanguage maven-site --> @@ -226,6 +225,5 @@ </reporting> </profile> - </profiles> </project>