[jboss-cvs] JBossAS SVN: r72900 - in trunk: ejb3 and 3 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 30 12:34:46 EDT 2008


Author: pgier
Date: 2008-04-30 12:34:46 -0400 (Wed, 30 Apr 2008)
New Revision: 72900

Modified:
   trunk/component-matrix/pom.xml
   trunk/ejb3/pom.xml
   trunk/embedded/pom.xml
   trunk/hibernate-int/pom.xml
   trunk/thirdparty/pom.xml
Log:
[JBAS-5133] Update hibernate core to 3.3.0.CR1

Modified: trunk/component-matrix/pom.xml
===================================================================
--- trunk/component-matrix/pom.xml	2008-04-30 15:26:06 UTC (rev 72899)
+++ trunk/component-matrix/pom.xml	2008-04-30 16:34:46 UTC (rev 72900)
@@ -333,12 +333,6 @@
       </dependency>
       
       <dependency>
-        <groupId>hibernate</groupId>
-        <artifactId>hibernate3</artifactId>
-        <version>3.2.4.SP1</version>
-      </dependency>
-      
-      <dependency>
         <groupId>hsqldb</groupId>
         <artifactId>hsqldb</artifactId>
         <version>1.8.0.8-brew</version>
@@ -908,6 +902,18 @@
       
       <dependency>
         <groupId>org.hibernate</groupId>
+        <artifactId>hibernate-core</artifactId>
+        <version>3.3.0.CR1</version>
+      </dependency>
+      
+      <dependency>
+        <groupId>org.hibernate</groupId>
+        <artifactId>hibernate-jmx</artifactId>
+        <version>3.3.0.CR1</version>
+      </dependency>
+      
+      <dependency>
+        <groupId>org.hibernate</groupId>
         <artifactId>hibernate-entitymanager</artifactId>
         <version>3.3.2.GA</version>
       </dependency>

Modified: trunk/ejb3/pom.xml
===================================================================
--- trunk/ejb3/pom.xml	2008-04-30 15:26:06 UTC (rev 72899)
+++ trunk/ejb3/pom.xml	2008-04-30 16:34:46 UTC (rev 72900)
@@ -30,9 +30,10 @@
       <groupId>cglib</groupId>
       <artifactId>cglib</artifactId>
     </dependency>
+    
     <dependency>
-      <groupId>hibernate</groupId>
-      <artifactId>hibernate3</artifactId>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-core</artifactId>
     </dependency>
     
     <dependency>

Modified: trunk/embedded/pom.xml
===================================================================
--- trunk/embedded/pom.xml	2008-04-30 15:26:06 UTC (rev 72899)
+++ trunk/embedded/pom.xml	2008-04-30 16:34:46 UTC (rev 72900)
@@ -32,10 +32,6 @@
   <dependencies>
     <!-- Compile (global dependencies) -->
     <dependency>
-      <groupId>hibernate</groupId>
-      <artifactId>hibernate3</artifactId>
-    </dependency>
-    <dependency>
       <groupId>javax.security</groupId>
       <artifactId>jaas</artifactId>
     </dependency>
@@ -66,6 +62,10 @@
     </dependency>
     <dependency>
       <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
       <artifactId>hibernate-annotations</artifactId>
     </dependency>
     <dependency>

Modified: trunk/hibernate-int/pom.xml
===================================================================
--- trunk/hibernate-int/pom.xml	2008-04-30 15:26:06 UTC (rev 72899)
+++ trunk/hibernate-int/pom.xml	2008-04-30 16:34:46 UTC (rev 72900)
@@ -39,10 +39,14 @@
       <artifactId>jboss-logging-spi</artifactId>
     </dependency>
     <dependency>
-      <groupId>hibernate</groupId>
-      <artifactId>hibernate3</artifactId>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-core</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-jmx</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.jboss.jbossas</groupId>
       <artifactId>jboss-as-system-jmx</artifactId>
     </dependency>

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2008-04-30 15:26:06 UTC (rev 72899)
+++ trunk/thirdparty/pom.xml	2008-04-30 16:34:46 UTC (rev 72900)
@@ -656,6 +656,20 @@
             </dependency>
             <dependency>
               <groupId>org.hibernate</groupId>
+              <artifactId>hibernate-core</artifactId>
+              <mapping>
+                <componentId>hibernate</componentId>
+              </mapping>
+            </dependency>
+            <dependency>
+              <groupId>org.hibernate</groupId>
+              <artifactId>hibernate-jmx</artifactId>
+              <mapping>
+                <componentId>hibernate</componentId>
+              </mapping>
+            </dependency>
+            <dependency>
+              <groupId>org.hibernate</groupId>
               <artifactId>hibernate-annotations</artifactId>
               <mapping>
                 <componentId>hibernate-annotations</componentId>
@@ -945,10 +959,6 @@
       <artifactId>getopt</artifactId>
     </dependency>
     <dependency>
-      <groupId>hibernate</groupId>
-      <artifactId>hibernate3</artifactId>
-    </dependency>
-    <dependency>
       <groupId>jaxen</groupId>
       <artifactId>jaxen</artifactId>
     </dependency>
@@ -1042,6 +1052,14 @@
     </dependency>
     <dependency>
       <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-core</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-jmx</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
       <artifactId>ejb3-persistence</artifactId>
     </dependency>
     <dependency>




More information about the jboss-cvs-commits mailing list