|
From: <be...@us...> - 2009-05-20 16:38:34
|
Revision: 301
http://qalab.svn.sourceforge.net/qalab/?rev=301&view=rev
Author: benoitx
Date: 2009-05-20 16:38:18 +0000 (Wed, 20 May 2009)
Log Message:
-----------
Must define the version explicitly.
Also Updated to JFreeChart 1.0.13 and JCommon 1.0.16
Modified Paths:
--------------
trunk/maven-qalab-plugin/project.xml
Modified: trunk/maven-qalab-plugin/project.xml
===================================================================
--- trunk/maven-qalab-plugin/project.xml 2008-03-16 15:38:17 UTC (rev 300)
+++ trunk/maven-qalab-plugin/project.xml 2009-05-20 16:38:18 UTC (rev 301)
@@ -62,20 +62,20 @@
<dependency>
<groupId>net.objectlab</groupId>
<artifactId>qalab</artifactId>
- <version>${pom.currentVersion}</version>
+ <version>1.2</version>
<type>jar</type>
<url>http://www.objectlab.co.uk/qalab/</url>
</dependency>
<dependency>
<groupId>jfree</groupId>
<artifactId>jfreechart</artifactId>
- <version>1.0.2</version>
+ <version>1.0.13</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>jfree</groupId>
<artifactId>jcommon</artifactId>
- <version>1.0.5</version>
+ <version>1.0.16</version>
<type>jar</type>
</dependency>
<dependency>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|