[seam-commits] Seam SVN: r8750 - branches/Seam_2_0_FP/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Aug 20 10:48:21 EDT 2008


Author: manaRH
Date: 2008-08-20 10:48:20 -0400 (Wed, 20 Aug 2008)
New Revision: 8750

Modified:
   branches/Seam_2_0_FP/build/core.pom.xml
   branches/Seam_2_0_FP/build/ioc.pom.xml
   branches/Seam_2_0_FP/build/remoting.pom.xml
   branches/Seam_2_0_FP/build/root.pom.xml
   branches/Seam_2_0_FP/build/ui.pom.xml
Log:
changed hibernate version to 3.2.1.SP1_CP04

Modified: branches/Seam_2_0_FP/build/core.pom.xml
===================================================================
--- branches/Seam_2_0_FP/build/core.pom.xml	2008-08-20 12:26:25 UTC (rev 8749)
+++ branches/Seam_2_0_FP/build/core.pom.xml	2008-08-20 14:48:20 UTC (rev 8750)
@@ -16,8 +16,8 @@
 
   <dependencies>
     <dependency>
-      <groupId>org.hibernate</groupId>
-      <artifactId>hibernate</artifactId>
+      <groupId>hibernate</groupId>
+      <artifactId>hibernate3</artifactId>
       <optional>true</optional>
     </dependency>
 

Modified: branches/Seam_2_0_FP/build/ioc.pom.xml
===================================================================
--- branches/Seam_2_0_FP/build/ioc.pom.xml	2008-08-20 12:26:25 UTC (rev 8749)
+++ branches/Seam_2_0_FP/build/ioc.pom.xml	2008-08-20 14:48:20 UTC (rev 8750)
@@ -87,8 +87,8 @@
     </dependency>
 
     <dependency>
-      <groupId>org.hibernate</groupId>
-      <artifactId>hibernate</artifactId>
+      <groupId>hibernate</groupId>
+      <artifactId>hibernate3</artifactId>
       <optional>true</optional>
     </dependency>
 

Modified: branches/Seam_2_0_FP/build/remoting.pom.xml
===================================================================
--- branches/Seam_2_0_FP/build/remoting.pom.xml	2008-08-20 12:26:25 UTC (rev 8749)
+++ branches/Seam_2_0_FP/build/remoting.pom.xml	2008-08-20 14:48:20 UTC (rev 8750)
@@ -32,8 +32,8 @@
 		</dependency>
 
 		<dependency>
-			<groupId>org.hibernate</groupId>
-			<artifactId>hibernate</artifactId>
+			<groupId>hibernate</groupId>
+			<artifactId>hibernate3</artifactId>
 			<optional>true</optional>
 		</dependency>
 

Modified: branches/Seam_2_0_FP/build/root.pom.xml
===================================================================
--- branches/Seam_2_0_FP/build/root.pom.xml	2008-08-20 12:26:25 UTC (rev 8749)
+++ branches/Seam_2_0_FP/build/root.pom.xml	2008-08-20 14:48:20 UTC (rev 8750)
@@ -254,9 +254,9 @@
       </dependency>
 
       <dependency>
-        <groupId>org.hibernate</groupId>
-        <artifactId>hibernate</artifactId>
-        <version>3.2.4.sp1</version>
+        <groupId>hibernate</groupId>
+        <artifactId>hibernate3</artifactId>
+        <version>3.2.4.SP1_CP04-brew</version>
         <exclusions>
           <exclusion>
             <groupId>commons-collections</groupId>
@@ -286,6 +286,10 @@
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
           </exclusion>
+        	<exclusion>
+        		<groupId>org.hibernate</groupId>
+            	<artifactId>hibernate</artifactId>
+        	</exclusion>
         </exclusions>
       </dependency>
 
@@ -302,6 +306,10 @@
             <groupId>org.hibernate</groupId>
             <artifactId>ejb3-persistence</artifactId>
           </exclusion>
+          <exclusion>
+        	<groupId>org.hibernate</groupId>
+            <artifactId>hibernate</artifactId>
+       	  </exclusion>
         </exclusions>
       </dependency>
 
@@ -309,12 +317,24 @@
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-validator</artifactId>
         <version>3.0.0.GA</version>
+        <exclusions>
+        	<exclusion>
+        		<groupId>org.hibernate</groupId>
+            	<artifactId>hibernate</artifactId>
+        	</exclusion>
+        </exclusions>
       </dependency>
 
       <dependency>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-search</artifactId>
         <version>3.0.0.GA</version>
+        <exclusions>
+        	<exclusion>
+        		<groupId>org.hibernate</groupId>
+            	<artifactId>hibernate</artifactId>
+        	</exclusion>
+        </exclusions>
       </dependency>
 
       <dependency>

Modified: branches/Seam_2_0_FP/build/ui.pom.xml
===================================================================
--- branches/Seam_2_0_FP/build/ui.pom.xml	2008-08-20 12:26:25 UTC (rev 8749)
+++ branches/Seam_2_0_FP/build/ui.pom.xml	2008-08-20 14:48:20 UTC (rev 8750)
@@ -137,8 +137,8 @@
     </dependency>
 
     <dependency>
-      <groupId>org.hibernate</groupId>
-      <artifactId>hibernate</artifactId>
+      <groupId>hibernate</groupId>
+      <artifactId>hibernate3</artifactId>
       <optional>true</optional>
     </dependency>
 




More information about the seam-commits mailing list