Author: echatellier Date: 2014-12-09 10:55:47 +0000 (Tue, 09 Dec 2014) New Revision: 4155 Url: http://forge.codelutin.com/projects/isis-fish/repository/revisions/4155 Log: fixes #5935: Impossible de remplir la matrice de migration dans l'interface Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-12-08 21:04:03 UTC (rev 4154) +++ trunk/pom.xml 2014-12-09 10:55:47 UTC (rev 4155) @@ -91,14 +91,14 @@ <dependency> <groupId>org.nuiton.matrix</groupId> <artifactId>nuiton-matrix</artifactId> - <version>2.6-SNAPSHOT</version> + <version>2.5.1-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.nuiton.matrix</groupId> <artifactId>nuiton-matrix-gui</artifactId> - <version>2.6-SNAPSHOT</version> + <version>2.5.1-SNAPSHOT</version> <scope>compile</scope> </dependency>