r2022 - in trunk: . i18n-maven-plugin src/site/apt src/site/en/apt
Author: tchemit Date: 2014-02-04 06:21:11 +0100 (Tue, 04 Feb 2014) New Revision: 2022 Url: http://nuiton.org/projects/i18n/repository/revisions/2022 Log: fixes #3025: Updates plexus-utils to 3.0.17 fixes #3026: Updates xwork-core to 2.3.16 update doc Modified: trunk/i18n-maven-plugin/pom.xml trunk/pom.xml trunk/src/site/apt/index.apt trunk/src/site/en/apt/index.apt Modified: trunk/i18n-maven-plugin/pom.xml =================================================================== --- trunk/i18n-maven-plugin/pom.xml 2014-02-04 04:51:47 UTC (rev 2021) +++ trunk/i18n-maven-plugin/pom.xml 2014-02-04 05:21:11 UTC (rev 2022) @@ -319,7 +319,6 @@ <plugin> <groupId>org.antlr</groupId> <artifactId>antlr4-maven-plugin</artifactId> - <version>4.1</version> <executions> <execution> <goals> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-02-04 04:51:47 UTC (rev 2021) +++ trunk/pom.xml 2014-02-04 05:21:11 UTC (rev 2022) @@ -48,11 +48,11 @@ </modules> <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/i18n/trunk</connection> + <connection>scm:svn:https://nuiton.org/svn/i18n/trunk</connection> <developerConnection> - scm:svn:http://svn.nuiton.org/svn/i18n/trunk + scm:svn:https://nuiton.org/svn/i18n/trunk </developerConnection> - <url>http://nuiton.org/projects/i18n/repository/show/trunk</url> + <url>https://nuiton.org/projects/i18n/repository/show/trunk</url> </scm> <distributionManagement> <site> @@ -67,6 +67,7 @@ <projectId>i18n</projectId> <processorVersion>1.3</processorVersion> + <antlrVersion>4.2</antlrVersion> <!--Multilanguage maven-site --> <locales>fr,en</locales> @@ -79,7 +80,7 @@ <dependency> <groupId>org.antlr</groupId> <artifactId>antlr4-runtime</artifactId> - <version>4.1</version> + <version>${antlrVersion}</version> </dependency> <dependency> @@ -140,19 +141,33 @@ <dependency> <groupId>org.apache.struts.xwork</groupId> <artifactId>xwork-core</artifactId> - <version>2.3.15.1</version> + <version>2.3.16</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>3.0.10</version> + <version>3.0.17</version> <scope>compile</scope> </dependency> </dependencies> </dependencyManagement> + <build> + + <pluginManagement> + <plugins> + <plugin> + <groupId>org.antlr</groupId> + <artifactId>antlr4-maven-plugin</artifactId> + <version>${antlrVersion}</version> + </plugin> + </plugins> + </pluginManagement> + + </build> + <profiles> <!-- to include in the build the ant task --> <profile> Modified: trunk/src/site/apt/index.apt =================================================================== --- trunk/src/site/apt/index.apt 2014-02-04 04:51:47 UTC (rev 2021) +++ trunk/src/site/apt/index.apt 2014-02-04 05:21:11 UTC (rev 2022) @@ -53,8 +53,17 @@ - {{{./maven-i18n-plugin/index.html}I18n Maven Plugin}} - - {{{./ant-i18n-task/index.html}I18n Ant task}} (ce module a été désactivé depuis la version 2.0) +Quoi de neuf dans la version 3.0 +* Compatibilité 1.8 + + Pour être compatible avec java 1.8, des méthodes de la classe I18n ont été renommées + ({{{./migrate.html}Guide de migration}}). + +* Suppression de mojos obsolètes + + Les mojo jsp et tapestry ont été supprimés. + Quoi de neuf dans la version 2.5 * Renommage du plugin en i18n-maven-plugin. Modified: trunk/src/site/en/apt/index.apt =================================================================== --- trunk/src/site/en/apt/index.apt 2014-02-04 04:51:47 UTC (rev 2021) +++ trunk/src/site/en/apt/index.apt 2014-02-04 05:21:11 UTC (rev 2022) @@ -56,6 +56,16 @@ - {{{./maven-i18n-plugin/index.html}I18n Maven Plugin}} +What's new in 3.0 version + +* Compatibility 1.8 + + To be compatible with java 1.8, some methods of the class <I18n> were renamed ({{{./migrate.html}Migration guide}}). + +* Remove some deprecated mojos + + Mojo jsp and tapestry were removed. + What's new in 2.5 version * Plugin was renamed to i18n-maven-plugin.
participants (1)
-
tchemit@users.nuiton.org