[hibernate-commits] Hibernate SVN: r20039 - search/branches/Branch_3_2/hibernate-search.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sun Jul 25 10:35:20 EDT 2010


Author: epbernard
Date: 2010-07-25 10:35:20 -0400 (Sun, 25 Jul 2010)
New Revision: 20039

Modified:
   search/branches/Branch_3_2/hibernate-search/pom.xml
Log:
exclude IndexingGeneratedCorpusTest for release 3.2.1

Modified: search/branches/Branch_3_2/hibernate-search/pom.xml
===================================================================
--- search/branches/Branch_3_2/hibernate-search/pom.xml	2010-07-25 13:53:23 UTC (rev 20038)
+++ search/branches/Branch_3_2/hibernate-search/pom.xml	2010-07-25 14:35:20 UTC (rev 20039)
@@ -28,7 +28,7 @@
     <parent>
         <artifactId>hibernate-search-parent</artifactId>
         <groupId>org.hibernate</groupId>
-        <version>3.2.1-SNAPSHOT</version>
+        <version>3.2.1.Final</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -143,6 +143,7 @@
                     <excludes>
                         <exclude>**/classloading/*.java</exclude>
                         <exclude>**/*PerfTest.java</exclude>
+                        <exclude>**/IndexingGeneratedCorpusTest.java</exclude>
                     </excludes>
                 </configuration>
             </plugin>



More information about the hibernate-commits mailing list