Author: echatellier Date: 2011-11-28 10:41:30 +0100 (Mon, 28 Nov 2011) New Revision: 907 Url: http://forge.codelutin.com/repositories/revision/coser/907 Log: Update nuiton-matrix (with relocated jfreechart). Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-11-28 09:06:59 UTC (rev 906) +++ trunk/pom.xml 2011-11-28 09:41:30 UTC (rev 907) @@ -130,14 +130,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> @@ -184,16 +184,16 @@ </dependency> <dependency> - <groupId>jfree</groupId> + <groupId>org.jfree</groupId> <artifactId>jfreechart</artifactId> - <version>1.0.13</version> + <version>1.0.14</version> <scope>compile</scope> </dependency> <dependency> - <groupId>jfree</groupId> + <groupId>org.jfree</groupId> <artifactId>jcommon</artifactId> - <version>1.0.16</version> + <version>1.0.17</version> <scope>compile</scope> </dependency>