[jboss-svn-commits] JBL Code SVN: r35821 - labs/jbossrules/soa_branches/BRMS-5.1.x.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Nov 1 14:42:26 EDT 2010


Author: kurt.stam at jboss.com
Date: 2010-11-01 14:42:26 -0400 (Mon, 01 Nov 2010)
New Revision: 35821

Modified:
   labs/jbossrules/soa_branches/BRMS-5.1.x/pom.xml
Log:
BRMS-421, setting the hibernate dependencies to  3.3.2.GA_CP03, so they are in agreement with WPE.

Modified: labs/jbossrules/soa_branches/BRMS-5.1.x/pom.xml
===================================================================
--- labs/jbossrules/soa_branches/BRMS-5.1.x/pom.xml	2010-11-01 16:25:28 UTC (rev 35820)
+++ labs/jbossrules/soa_branches/BRMS-5.1.x/pom.xml	2010-11-01 18:42:26 UTC (rev 35821)
@@ -1580,7 +1580,7 @@
     	<dependency>
     		<groupId>org.hibernate</groupId>
     		<artifactId>hibernate-entitymanager</artifactId>
-    		<version>3.4.0.GA</version>
+    		<version>3.3.2.GA_CP03</version>
     	</dependency>
 		
       <dependency>
@@ -1592,25 +1592,25 @@
     	<dependency>
     		<groupId>org.hibernate</groupId>
     		<artifactId>hibernate-annotations</artifactId>
-    		<version>3.4.0.GA</version>
+    		<version>3.3.2.GA_CP03</version>
     	</dependency>
 
     	<dependency>
     		<groupId>org.hibernate</groupId>
     		<artifactId>hibernate-commons-annotations</artifactId>
-    		<version>3.1.0.GA</version>
+    		<version>3.3.2.GA_CP03</version>
     	</dependency>
 
     	<dependency>
     		<groupId>org.hibernate</groupId>
     		<artifactId>hibernate-core</artifactId>
-    		<version>3.3.0.SP1</version>
+    		<version>3.3.2.GA_CP03</version>
     	</dependency>
 
 	   <dependency>
          <groupId>org.hibernate</groupId>
          <artifactId>hibernate-validator</artifactId>
-         <version>3.1.0.GA</version>
+         <version>3.3.2.GA_CP03</version>
       </dependency>
 
       <dependency>



More information about the jboss-svn-commits mailing list