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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 19 11:16:58 EDT 2009


Author: permaine
Date: 2009-08-19 11:16:58 -0400 (Wed, 19 Aug 2009)
New Revision: 92579

Modified:
   branches/JBPAPP_5_0/component-matrix/pom.xml
Log:
JBPAPP-2574 hsqldb jar is in wrong version in jboss as

Modified: branches/JBPAPP_5_0/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_0/component-matrix/pom.xml	2009-08-19 14:33:04 UTC (rev 92578)
+++ branches/JBPAPP_5_0/component-matrix/pom.xml	2009-08-19 15:16:58 UTC (rev 92579)
@@ -379,7 +379,7 @@
       <dependency>
         <groupId>hsqldb</groupId>
         <artifactId>hsqldb</artifactId>
-        <version>1.8.0.8-brew</version>
+        <version>1.8.0.8patch02-brew</version>
       </dependency>
       
       <dependency>




More information about the jboss-cvs-commits mailing list