r79 - in trunk: . jmexico-editor jmexico-editor-demo jmexico-model
Author: tchemit Date: 2012-10-06 13:29:06 +0200 (Sat, 06 Oct 2012) New Revision: 79 Url: http://forge.codelutin.com/repositories/revision/jmexico/79 Log: fixes #1572: Upgrade some librairies and plugins Modified: trunk/jmexico-editor-demo/pom.xml trunk/jmexico-editor/pom.xml trunk/jmexico-model/pom.xml trunk/pom.xml Modified: trunk/jmexico-editor/pom.xml =================================================================== --- trunk/jmexico-editor/pom.xml 2012-08-30 14:46:50 UTC (rev 78) +++ trunk/jmexico-editor/pom.xml 2012-10-06 11:29:06 UTC (rev 79) @@ -64,7 +64,7 @@ </dependency> <dependency> - <groupId>org.swinglabs</groupId> + <groupId>org.swinglabs.swingx</groupId> <artifactId>swingx-core</artifactId> </dependency> @@ -114,7 +114,7 @@ <plugin> <groupId>org.nuiton.i18n</groupId> - <artifactId>maven-i18n-plugin</artifactId> + <artifactId>i18n-maven-plugin</artifactId> <executions> <execution> <id>scan-sources</id> Modified: trunk/jmexico-editor-demo/pom.xml =================================================================== --- trunk/jmexico-editor-demo/pom.xml 2012-08-30 14:46:50 UTC (rev 78) +++ trunk/jmexico-editor-demo/pom.xml 2012-10-06 11:29:06 UTC (rev 79) @@ -145,7 +145,7 @@ <plugin> <groupId>org.nuiton.i18n</groupId> - <artifactId>maven-i18n-plugin</artifactId> + <artifactId>i18n-maven-plugin</artifactId> <executions> <execution> <id>scan-sources</id> Modified: trunk/jmexico-model/pom.xml =================================================================== --- trunk/jmexico-model/pom.xml 2012-08-30 14:46:50 UTC (rev 78) +++ trunk/jmexico-model/pom.xml 2012-10-06 11:29:06 UTC (rev 79) @@ -75,7 +75,7 @@ <plugin> <groupId>org.nuiton.eugene</groupId> - <artifactId>maven-eugene-plugin</artifactId> + <artifactId>eugene-maven-plugin</artifactId> <configuration> <resolver>org.nuiton.util.FasterCachedResourceResolver</resolver> <templates> @@ -93,7 +93,7 @@ <inputs>src/main/xmi:mexico.zargo</inputs> </configuration> <goals> - <goal>smart-generate</goal> + <goal>generate</goal> </goals> </execution> </executions> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-08-30 14:46:50 UTC (rev 78) +++ trunk/pom.xml 2012-10-06 11:29:06 UTC (rev 79) @@ -11,7 +11,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>3.3.7</version> + <version>3.3.8</version> </parent> <groupId>fr.reseaumexico</groupId> @@ -46,22 +46,22 @@ <developer> <id>sletellier</id> <name>Sylvain Letellier</name> - <email>letellier@codelutin.com</email> + <email>letellier at codelutin dot com</email> <organization>CodeLutin</organization> <roles> <role>Developer</role> </roles> - <timezone>+2</timezone> + <timezone>Europe/Paris</timezone> </developer> <developer> <id>tchemit</id> <name>Tony Chemit</name> - <email>chemit@codelutin.com</email> + <email>chemit at codelutin dot com</email> <organization>CodeLutin</organization> <roles> <role>Developer</role> </roles> - <timezone>+2</timezone> + <timezone>Europe/Paris</timezone> </developer> </developers> @@ -77,10 +77,11 @@ <projectId>jmexico</projectId> <!-- libraries version --> - <nuitonI18nVersion>2.4.1</nuitonI18nVersion> - <nuitonUtilsVersion>2.5</nuitonUtilsVersion> - <eugenePluginVersion>2.4.2</eugenePluginVersion> - <jaxxVersion>2.5</jaxxVersion> + <nuitonI18nVersion>2.5</nuitonI18nVersion> + <nuitonUtilsVersion>2.6.3</nuitonUtilsVersion> + <eugenePluginVersion>2.5</eugenePluginVersion> + <jaxxVersion>2.5.5</jaxxVersion> + <swingXVersion>1.6.4</swingXVersion> <license.organizationName>Réseau Mexico, Codelutin</license.organizationName> </properties> @@ -115,9 +116,9 @@ </dependency> <dependency> - <groupId>org.swinglabs</groupId> + <groupId>org.swinglabs.swingx</groupId> <artifactId>swingx-core</artifactId> - <version>1.6.2-2</version> + <version>${swingXVersion}</version> </dependency> <!-- xml parser --> @@ -158,7 +159,7 @@ <plugin> <groupId>org.nuiton.i18n</groupId> - <artifactId>maven-i18n-plugin</artifactId> + <artifactId>i18n-maven-plugin</artifactId> <version>${nuitonI18nVersion}</version> <configuration> </configuration> @@ -172,7 +173,7 @@ <plugin> <groupId>org.nuiton.eugene</groupId> - <artifactId>maven-eugene-plugin</artifactId> + <artifactId>eugene-maven-plugin</artifactId> <version>${eugenePluginVersion}</version> </plugin> @@ -187,7 +188,9 @@ <!-- Source control management. --> <scm> - <connection>scm:svn:http://svn.forge.codelutin.com/svn/jmexico/trunk</connection> + <connection> + scm:svn:http://svn.forge.codelutin.com/svn/jmexico/trunk + </connection> <developerConnection> scm:svn:http://svn.forge.codelutin.com/svn/jmexico/trunk </developerConnection>
participants (1)
-
tchemit@users.forge.codelutin.com