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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu Dec 3 09:34:33 EST 2009


Author: stliu
Date: 2009-12-03 09:34:33 -0500 (Thu, 03 Dec 2009)
New Revision: 18121

Modified:
   search/branches/v3_1_1_GA_CP/pom.xml
Log:
JBPAPP-3210 Hibernate Search branch v3_1_1_GA_CP depends on core 3.3.1 which should be 3.3.2

Modified: search/branches/v3_1_1_GA_CP/pom.xml
===================================================================
--- search/branches/v3_1_1_GA_CP/pom.xml	2009-12-03 10:23:16 UTC (rev 18120)
+++ search/branches/v3_1_1_GA_CP/pom.xml	2009-12-03 14:34:33 UTC (rev 18121)
@@ -243,6 +243,18 @@
                     </goals>
                 </configuration>
             </plugin>
+            	<plugin>
+				<groupId>org.jboss.maven.plugins</groupId>
+				<artifactId>maven-test-ext-plugin</artifactId>
+				<version>1.1.0</version>
+				<executions>
+					<execution>
+						<goals>
+							<goal>extend</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
         </plugins>
         <testResources>
             <testResource>
@@ -777,7 +789,7 @@
     <properties>
         <slf4jVersion>1.4.2</slf4jVersion>
         <luceneVersion>2.4.1</luceneVersion>
-        <hibernateVersion>3.3.1.GA</hibernateVersion>
+        <hibernateVersion>3.3.2.GA</hibernateVersion>
     </properties>
 
 </project>



More information about the hibernate-commits mailing list