r566 - in trunk: . jrst/src/main/java/org/nuiton/jrst
Author: echatellier Date: 2011-04-27 10:35:27 +0200 (Wed, 27 Apr 2011) New Revision: 566 Url: http://nuiton.org/repositories/revision/jrst/566 Log: Evolution #1479: Update to plexus-utils 2.0.7 Evolution #1480: Update to nuiton-util 2.1.2 Evolution #1481: Update nuiton-i18n 2.3.2 Modified: trunk/jrst/src/main/java/org/nuiton/jrst/JRST.java trunk/pom.xml Modified: trunk/jrst/src/main/java/org/nuiton/jrst/JRST.java =================================================================== --- trunk/jrst/src/main/java/org/nuiton/jrst/JRST.java 2011-04-11 08:45:50 UTC (rev 565) +++ trunk/jrst/src/main/java/org/nuiton/jrst/JRST.java 2011-04-27 08:35:27 UTC (rev 566) @@ -5,7 +5,7 @@ * $Id$ * $HeadURL$ * %% - * Copyright (C) 2004 - 2010 CodeLutin + * Copyright (C) 2004 - 2011 CodeLutin, Chatellier Eric * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -186,7 +186,7 @@ */ public static void main(String[] args) throws Exception { - I18n.init(); + I18n.init(null, null); if (args.length == 0) { args = askOption(); Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-04-11 08:45:50 UTC (rev 565) +++ trunk/pom.xml 2011-04-27 08:35:27 UTC (rev 566) @@ -6,7 +6,7 @@ $Id$ $HeadURL$ %% - Copyright (C) 2004 - 2010 CodeLutin + Copyright (C) 2004 - 2011 CodeLutin, Chatellier Eric %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -149,7 +149,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>1.5.15</version> + <version>2.0.7</version> </dependency> <dependency> @@ -383,8 +383,8 @@ <siteSourcesType>apt</siteSourcesType> <doxiaVersion>1.1.4</doxiaVersion> - <nuitonUtilsVersion>2.0</nuitonUtilsVersion> - <nuitonI18nVersion>2.3</nuitonI18nVersion> + <nuitonUtilsVersion>2.1.2</nuitonUtilsVersion> + <nuitonI18nVersion>2.3.2</nuitonI18nVersion> <xalanVersion>2.7.1</xalanVersion> </properties>
participants (1)
-
echatellier@users.nuiton.org