Author: echatellier Date: 2011-11-28 10:39:19 +0100 (Mon, 28 Nov 2011) New Revision: 3540 Url: http://forge.codelutin.com/repositories/revision/isis-fish/3540 Log: Update nuiton-matrix (with relocated jfreechart) and h2. Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-11-25 16:42:01 UTC (rev 3539) +++ trunk/pom.xml 2011-11-28 09:39:19 UTC (rev 3540) @@ -62,14 +62,14 @@ <dependency> <groupId>org.nuiton.matrix</groupId> <artifactId>nuiton-matrix</artifactId> - <version>2.2</version> + <version>2.2.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.nuiton.matrix</groupId> <artifactId>nuiton-matrix-gui</artifactId> - <version>2.2</version> + <version>2.2.1</version> <scope>compile</scope> </dependency> @@ -272,7 +272,7 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.3.161</version> + <version>1.3.162</version> <scope>compile</scope> </dependency>
participants (1)
-
echatellier@users.forge.codelutin.com