Author: echatellier Date: 2012-08-10 16:43:15 +0200 (Fri, 10 Aug 2012) New Revision: 3721 Url: http://forge.codelutin.com/repositories/revision/isis-fish/3721 Log: fixes #1400 : Update to nuiton-matrix 2.3 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-08-10 14:37:18 UTC (rev 3720) +++ trunk/pom.xml 2012-08-10 14:43:15 UTC (rev 3721) @@ -62,14 +62,14 @@ <dependency> <groupId>org.nuiton.matrix</groupId> <artifactId>nuiton-matrix</artifactId> - <version>2.3-SNAPSHOT</version> + <version>2.3</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.nuiton.matrix</groupId> <artifactId>nuiton-matrix-gui</artifactId> - <version>2.3-SNAPSHOT</version> + <version>2.3</version> <scope>compile</scope> </dependency>