Author: chatellier Date: 2011-03-22 14:47:17 +0000 (Tue, 22 Mar 2011) New Revision: 3192 Log: Use nuiton matrix snapshot Modified: isis-fish/branches/3.3.1/pom.xml Modified: isis-fish/branches/3.3.1/pom.xml =================================================================== --- isis-fish/branches/3.3.1/pom.xml 2011-03-22 14:47:02 UTC (rev 3191) +++ isis-fish/branches/3.3.1/pom.xml 2011-03-22 14:47:17 UTC (rev 3192) @@ -48,14 +48,14 @@ <dependency> <groupId>org.nuiton.matrix</groupId> <artifactId>nuiton-matrix</artifactId> - <version>2.1</version> + <version>2.1.1-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.nuiton.matrix</groupId> <artifactId>nuiton-matrix-gui</artifactId> - <version>2.1</version> + <version>2.1.1-SNAPSHOT</version> <scope>compile</scope> </dependency>