[seam-commits] Seam SVN: r7508 - branches/Seam_2_0/build.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Mar 5 12:13:44 EST 2008
Author: norman.richards at jboss.com
Date: 2008-03-05 12:13:44 -0500 (Wed, 05 Mar 2008)
New Revision: 7508
Modified:
branches/Seam_2_0/build/root.pom.xml
Log:
use jfreechart 1.0.8 since 1.0.9 is buggy
Modified: branches/Seam_2_0/build/root.pom.xml
===================================================================
--- branches/Seam_2_0/build/root.pom.xml 2008-03-04 20:32:41 UTC (rev 7507)
+++ branches/Seam_2_0/build/root.pom.xml 2008-03-05 17:13:44 UTC (rev 7508)
@@ -765,7 +765,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