[jboss-cvs] JBossAS SVN: r92420 - branches/JBPAPP_5_0/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 17 09:07:15 EDT 2009


Author: fnasser at redhat.com
Date: 2009-08-17 09:07:15 -0400 (Mon, 17 Aug 2009)
New Revision: 92420

Modified:
   branches/JBPAPP_5_0/component-matrix/pom.xml
Log:
Version of JFreeChart was a regression from the one used in EAP 4.x

Modified: branches/JBPAPP_5_0/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_0/component-matrix/pom.xml	2009-08-17 12:17:10 UTC (rev 92419)
+++ branches/JBPAPP_5_0/component-matrix/pom.xml	2009-08-17 13:07:15 UTC (rev 92420)
@@ -964,7 +964,7 @@
       <dependency>
         <groupId>jfree</groupId>
         <artifactId>jfreechart</artifactId>
-        <version>1.0.2</version>
+        <version>1.0.9-brew</version>
       </dependency>
       
       <dependency>




More information about the jboss-cvs-commits mailing list