Author: bleny Date: 2013-04-08 16:04:19 +0200 (Mon, 08 Apr 2013) New Revision: 1645 Url: http://forge.codelutin.com/projects/wao/repository/revisions/1645 Log: breaking build using last i18n version Modified: trunk/pom.xml trunk/wao-business/pom.xml trunk/wao-ui/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-04-08 13:54:26 UTC (rev 1644) +++ trunk/pom.xml 2013-04-08 14:04:19 UTC (rev 1645) @@ -337,7 +337,7 @@ <license.licenseName>agpl_v3</license.licenseName> <!-- libraries version --> - <nuitonI18nVersion>2.4.1</nuitonI18nVersion> + <nuitonI18nVersion>2.5</nuitonI18nVersion> <nuitonUtilsVersion>2.6.12</nuitonUtilsVersion> <nuitonCsvVersion>2.6.12.1</nuitonCsvVersion> <nuitonWebVersion>1.10</nuitonWebVersion> @@ -405,7 +405,7 @@ <plugin> <groupId>org.nuiton.i18n</groupId> - <artifactId>maven-i18n-plugin</artifactId> + <artifactId>i18n-maven-plugin</artifactId> <version>${nuitonI18nVersion}</version> </plugin> Modified: trunk/wao-business/pom.xml =================================================================== --- trunk/wao-business/pom.xml 2013-04-08 13:54:26 UTC (rev 1644) +++ trunk/wao-business/pom.xml 2013-04-08 14:04:19 UTC (rev 1645) @@ -202,7 +202,7 @@ </plugin> <plugin> <groupId>org.nuiton.i18n</groupId> - <artifactId>maven-i18n-plugin</artifactId> + <artifactId>i18n-maven-plugin</artifactId> <executions> <execution> <configuration> Modified: trunk/wao-ui/pom.xml =================================================================== --- trunk/wao-ui/pom.xml 2013-04-08 13:54:26 UTC (rev 1644) +++ trunk/wao-ui/pom.xml 2013-04-08 14:04:19 UTC (rev 1645) @@ -175,7 +175,7 @@ <plugins> <plugin> <groupId>org.nuiton.i18n</groupId> - <artifactId>maven-i18n-plugin</artifactId> + <artifactId>i18n-maven-plugin</artifactId> <executions> <execution> <id>parse Tapestry</id>
participants (1)
-
bleny@users.forge.codelutin.com