[jboss-cvs] JBossAS SVN: r73784 - in trunk: thirdparty and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu May 29 06:03:25 EDT 2008


Author: dimitris at jboss.org
Date: 2008-05-29 06:03:24 -0400 (Thu, 29 May 2008)
New Revision: 73784

Modified:
   trunk/component-matrix/pom.xml
   trunk/thirdparty/pom.xml
Log:
JBAS-5133

hibernate to 3.3.0.CR1
HCA to 3.1.0.CR1
HA to 3.4.0.CR1
HEM to 3.4.0.CR1
HV to 3.1.0.CR1

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2008-05-29 09:33:03 UTC (rev 73783)
+++ trunk/component-matrix/pom.xml	2008-05-29 10:03:24 UTC (rev 73784)
@@ -930,8 +930,8 @@
       
       <dependency>
         <groupId>org.hibernate</groupId>
-        <artifactId>hibernate</artifactId>
-        <version>3.2.6.ga</version>
+        <artifactId>hibernate-core</artifactId>
+        <version>3.3.0.CR1</version>
         <exclusions>
           <exclusion>
             <groupId>org.slf4j</groupId>
@@ -943,7 +943,7 @@
           </exclusion>
         </exclusions>
       </dependency>
-      <!-- re-enable when switching to hibernate 3.3.0.CR1
+
       <dependency>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-jmx</artifactId>
@@ -959,11 +959,11 @@
           </exclusion>
         </exclusions>
       </dependency>
-      -->
+
       <dependency>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-entitymanager</artifactId>
-        <version>3.3.2.GA</version>
+        <version>3.4.0.CR1</version>
         <exclusions>
           <exclusion>
             <groupId>org.hibernate</groupId>
@@ -981,7 +981,7 @@
       <dependency>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-annotations</artifactId>
-        <version>3.3.1.GA</version>
+        <version>3.4.0.CR1</version>
         <exclusions>
           <exclusion>
             <groupId>org.hibernate</groupId>
@@ -993,13 +993,13 @@
       <dependency>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-commons-annotations</artifactId>
-        <version>3.0.0.ga</version>
+        <version>3.1.0.CR1</version>
       </dependency>
       
       <dependency>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-validator</artifactId>
-        <version>3.0.0.GA</version>
+        <version>3.1.0.CR1</version>
         <exclusions>
           <exclusion>
             <groupId>org.hibernate</groupId>

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2008-05-29 09:33:03 UTC (rev 73783)
+++ trunk/thirdparty/pom.xml	2008-05-29 10:03:24 UTC (rev 73784)
@@ -735,12 +735,11 @@
             </dependency>
             <dependency>
               <groupId>org.hibernate</groupId>
-              <artifactId>hibernate</artifactId>
+              <artifactId>hibernate-core</artifactId>
               <mapping>
                 <componentId>hibernate</componentId>
               </mapping>
             </dependency>
-            <!--
             <dependency>
               <groupId>org.hibernate</groupId>
               <artifactId>hibernate-jmx</artifactId>
@@ -748,7 +747,6 @@
                 <componentId>hibernate</componentId>
               </mapping>
             </dependency>
-            -->            
             <dependency>
               <groupId>org.hibernate</groupId>
               <artifactId>hibernate-annotations</artifactId>
@@ -775,7 +773,6 @@
               <artifactId>ejb3-persistence</artifactId>
               <mapping>
                 <componentId>hibernate-entitymanager</componentId>
-                <version>3.3.2.GA</version>
               </mapping>
             </dependency>
             <dependency>
@@ -1145,14 +1142,12 @@
     </dependency>
     <dependency>
       <groupId>org.hibernate</groupId>
-      <artifactId>hibernate</artifactId>
+      <artifactId>hibernate-core</artifactId>
     </dependency>
-    <!--
     <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-jmx</artifactId>
     </dependency>
-    -->
     <dependency>
       <groupId>org.hibernate</groupId>
       <artifactId>hibernate-annotations</artifactId>




More information about the jboss-cvs-commits mailing list