[jboss-cvs] JBossAS SVN: r73352 - trunk/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 13 10:52:55 EDT 2008


Author: dimitris at jboss.org
Date: 2008-05-13 10:52:55 -0400 (Tue, 13 May 2008)
New Revision: 73352

Modified:
   trunk/component-matrix/pom.xml
Log:
doh, hibernate is in the maven repo as 3.2.6.ga (small letters).

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2008-05-13 14:36:47 UTC (rev 73351)
+++ trunk/component-matrix/pom.xml	2008-05-13 14:52:55 UTC (rev 73352)
@@ -930,7 +930,7 @@
       <dependency>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate</artifactId>
-        <version>3.2.6.GA</version>
+        <version>3.2.6.ga</version>
         <exclusions>
           <exclusion>
             <groupId>org.slf4j</groupId>




More information about the jboss-cvs-commits mailing list