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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 17 10:47:45 EDT 2009


Author: fnasser at redhat.com
Date: 2009-08-17 10:47:45 -0400 (Mon, 17 Aug 2009)
New Revision: 92429

Modified:
   branches/JBPAPP_5_0/component-matrix/pom.xml
Log:
Version of JCommon 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 14:39:44 UTC (rev 92428)
+++ branches/JBPAPP_5_0/component-matrix/pom.xml	2009-08-17 14:47:45 UTC (rev 92429)
@@ -970,7 +970,7 @@
       <dependency>
         <groupId>jfree</groupId>
         <artifactId>jcommon</artifactId>
-        <version>1.0.2</version>
+        <version>1.0.12</version>
       </dependency>
       
       <dependency>




More information about the jboss-cvs-commits mailing list