Author: sletellier Date: 2013-03-01 14:36:18 +0100 (Fri, 01 Mar 2013) New Revision: 116 Url: http://forge.codelutin.com/projects/jmexico/repository/revisions/116 Log: Fixes #2069 : Update all dependencies Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-12-29 13:14:06 UTC (rev 115) +++ trunk/pom.xml 2013-03-01 13:36:18 UTC (rev 116) @@ -6,7 +6,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmineAndCentral</artifactId> - <version>3.4.7</version> + <version>3.4.8-SNAPSHOT</version> </parent> <groupId>fr.reseaumexico</groupId> @@ -23,10 +23,10 @@ <!-- libraries version --> <nuitonI18nVersion>2.5</nuitonI18nVersion> - <nuitonUtilsVersion>2.6.4</nuitonUtilsVersion> - <eugenePluginVersion>2.5.6</eugenePluginVersion> - <jaxxVersion>2.5.6</jaxxVersion> - <swingXVersion>1.6.4</swingXVersion> + <nuitonUtilsVersion>2.6.9</nuitonUtilsVersion> + <eugenePluginVersion>2.6.1</eugenePluginVersion> + <jaxxVersion>2.5.10</jaxxVersion> + <swingXVersion>1.6.5-1</swingXVersion> <license.organizationName>Réseau Mexico, Codelutin</license.organizationName> </properties> @@ -133,7 +133,7 @@ <dependency> <groupId>xmlunit</groupId> <artifactId>xmlunit</artifactId> - <version>1.3</version> + <version>1.4</version> <scope>test</scope> </dependency>
participants (1)
-
sletellier@users.forge.codelutin.com