[seam-commits] Seam SVN: r7509 - trunk/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Mar 5 12:26:25 EST 2008
Author: norman.richards at jboss.com
Date: 2008-03-05 12:26:25 -0500 (Wed, 05 Mar 2008)
New Revision: 7509
Modified:
trunk/build/root.pom.xml
Log:
use jfreechart 1.0.8 since 1.0.9 is buggy
Modified: trunk/build/root.pom.xml
===================================================================
--- trunk/build/root.pom.xml 2008-03-05 17:13:44 UTC (rev 7508)
+++ trunk/build/root.pom.xml 2008-03-05 17:26:25 UTC (rev 7509)
@@ -789,7 +789,7 @@
<dependency>
<groupId>jfree</groupId>
<artifactId>jfreechart</artifactId>
- <version>1.0.9</version>
+ <version>1.0.8a</version>
<exclusions>
<exclusion>
<groupId>junit</groupId>
More information about the seam-commits
mailing list