Author: echatellier Date: 2017-02-10 15:12:31 +0100 (Fri, 10 Feb 2017) New Revision: 4390 Url: http://forge.codelutin.com/projects/isis-fish/repository/revisions/4390 Log: Fix build Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2017-01-19 18:47:50 UTC (rev 4389) +++ trunk/pom.xml 2017-02-10 14:12:31 UTC (rev 4390) @@ -90,7 +90,7 @@ <dependency> <groupId>org.nuiton.matrix</groupId> <artifactId>nuiton-matrix</artifactId> - <version>2.5.1</version> + <version>2.5.2-SNAPSHOT</version> <scope>compile</scope> </dependency> @@ -97,7 +97,7 @@ <dependency> <groupId>org.nuiton.matrix</groupId> <artifactId>nuiton-matrix-gui</artifactId> - <version>2.5.1</version> + <version>2.5.2-SNAPSHOT</version> <scope>compile</scope> </dependency>