Author: echatellier Date: 2014-04-14 12:50:44 +0200 (Mon, 14 Apr 2014) New Revision: 3951 Url: http://forge.codelutin.com/projects/isis-fish/repository/revisions/3951 Log: Update libs and use nuiton-matrix snapshot Modified: branches/4.0.1/pom.xml Modified: branches/4.0.1/pom.xml =================================================================== --- branches/4.0.1/pom.xml 2014-04-11 15:21:43 UTC (rev 3950) +++ branches/4.0.1/pom.xml 2014-04-14 10:50:44 UTC (rev 3951) @@ -6,7 +6,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>5.0.4</version> + <version>5.0.5</version> </parent> <groupId>fr.ifremer</groupId> @@ -81,14 +81,14 @@ <dependency> <groupId>org.nuiton.matrix</groupId> <artifactId>nuiton-matrix</artifactId> - <version>2.3.2</version> + <version>2.4-SNAPSHOT</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.nuiton.matrix</groupId> <artifactId>nuiton-matrix-gui</artifactId> - <version>2.3.2</version> + <version>2.4-SNAPSHOT</version> <scope>compile</scope> </dependency> @@ -166,6 +166,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> + <version>3.3.2</version> </dependency> <dependency>
participants (1)
-
echatellier@users.forge.codelutin.com