[hibernate-commits] Hibernate SVN: r20897 - search/branches/v3_1_1_GA_CP.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Feb 10 22:21:31 EST 2011


Author: stliu
Date: 2011-02-10 22:21:31 -0500 (Thu, 10 Feb 2011)
New Revision: 20897

Modified:
   search/branches/v3_1_1_GA_CP/pom.xml
Log:
JBPAPP-5904 update search's depenency

Modified: search/branches/v3_1_1_GA_CP/pom.xml
===================================================================
--- search/branches/v3_1_1_GA_CP/pom.xml	2011-02-11 03:20:05 UTC (rev 20896)
+++ search/branches/v3_1_1_GA_CP/pom.xml	2011-02-11 03:21:31 UTC (rev 20897)
@@ -33,7 +33,7 @@
 	<parent>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate-parent</artifactId>
-        <version>3.3.2.GA_CP03</version>
+        <version>3.3.2.GA_CP04</version>
     </parent>
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-search</artifactId>
@@ -57,7 +57,7 @@
         <dependency>
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-core</artifactId>
-            <version>3.3.2.GA_CP03</version>
+            <version>3.3.2.GA_CP04</version>
         </dependency>
         <dependency>
             <groupId>org.hibernate</groupId>
@@ -161,7 +161,7 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 	            <artifactId>maven-assembly-plugin</artifactId>
-				<version>2.2-beta-2</version>
+				<version>2.2</version>
 	        	<configuration>
 	        		<descriptors>
 	         			<descriptor>src/main/assembly/dist.xml</descriptor>



More information about the hibernate-commits mailing list