Author: echatellier Date: 2011-10-28 17:24:46 +0200 (Fri, 28 Oct 2011) New Revision: 3510 Url: http://forge.codelutin.com/repositories/revision/isis-fish/3510 Log: Use nuiton matrix 2.2 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-10-28 15:02:40 UTC (rev 3509) +++ trunk/pom.xml 2011-10-28 15:24:46 UTC (rev 3510) @@ -63,14 +63,14 @@ <dependency> <groupId>org.nuiton.matrix</groupId> <artifactId>nuiton-matrix</artifactId> - <version>2.2-SNAPSHOT</version> + <version>2.2</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.nuiton.matrix</groupId> <artifactId>nuiton-matrix-gui</artifactId> - <version>2.2-SNAPSHOT</version> + <version>2.2</version> <scope>compile</scope> </dependency>