[seam-commits] Seam SVN: r9599 - branches/enterprise/JBPAPP_4_3_FP01/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Nov 18 08:51:58 EST 2008


Author: manaRH
Date: 2008-11-18 08:51:58 -0500 (Tue, 18 Nov 2008)
New Revision: 9599

Modified:
   branches/enterprise/JBPAPP_4_3_FP01/build/core.pom.xml
   branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml
Log:
JBPAPP-1361 - upgrade of hibernate-search to 3.0.1.GA_CP01

Modified: branches/enterprise/JBPAPP_4_3_FP01/build/core.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/core.pom.xml	2008-11-18 13:30:44 UTC (rev 9598)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/core.pom.xml	2008-11-18 13:51:58 UTC (rev 9599)
@@ -34,8 +34,8 @@
     </dependency>
     
     <dependency>
-      <groupId>org.hibernate</groupId>
-      <artifactId>hibernate-search</artifactId>
+      <groupId>hibernate-search</groupId>
+      <artifactId>hibernate3-search</artifactId>
       <optional>true</optional>
     </dependency>
     

Modified: branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml	2008-11-18 13:30:44 UTC (rev 9598)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml	2008-11-18 13:51:58 UTC (rev 9599)
@@ -339,13 +339,13 @@
       </dependency>
 
       <dependency>
-        <groupId>org.hibernate</groupId>
-        <artifactId>hibernate-search</artifactId>
-        <version>3.0.1.GA</version>
+        <groupId>hibernate-search</groupId>
+        <artifactId>hibernate3-search</artifactId>
+        <version>3.0.1.GA_CP01</version>
         <exclusions>
         	<exclusion>
-        		<groupId>org.hibernate</groupId>
-            	<artifactId>hibernate</artifactId>
+        		<groupId>hibernate</groupId>
+            	<artifactId>hibernate3</artifactId>
         	</exclusion>
         </exclusions>
       </dependency>




More information about the seam-commits mailing list