Author: echatellier Date: 2012-08-25 08:38:26 +0200 (Sat, 25 Aug 2012) New Revision: 3730 Url: http://forge.codelutin.com/repositories/revision/isis-fish/3730 Log: Use performances improvements in nuiton matrix. Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-08-24 12:57:23 UTC (rev 3729) +++ trunk/pom.xml 2012-08-25 06:38:26 UTC (rev 3730) @@ -62,14 +62,14 @@ <dependency> <groupId>org.nuiton.matrix</groupId> <artifactId>nuiton-matrix</artifactId> - <version>2.3</version> + <version>2.3.1-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.nuiton.matrix</groupId> <artifactId>nuiton-matrix-gui</artifactId> - <version>2.3</version> + <version>2.3.1-SNAPSHOT</version> <scope>compile</scope> </dependency>