[hibernate-commits] Hibernate SVN: r20054 - in search/branches/Branch_3_2: hibernate-search and 2 other directories.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sun Jul 25 11:13:04 EDT 2010


Author: epbernard
Date: 2010-07-25 11:13:04 -0400 (Sun, 25 Jul 2010)
New Revision: 20054

Modified:
   search/branches/Branch_3_2/hibernate-search-archetype/pom.xml
   search/branches/Branch_3_2/hibernate-search-testing/pom.xml
   search/branches/Branch_3_2/hibernate-search/pom.xml
   search/branches/Branch_3_2/pom.xml
Log:
Commit v3.2.1

Modified: search/branches/Branch_3_2/hibernate-search/pom.xml
===================================================================
--- search/branches/Branch_3_2/hibernate-search/pom.xml	2010-07-25 15:08:29 UTC (rev 20053)
+++ search/branches/Branch_3_2/hibernate-search/pom.xml	2010-07-25 15:13:04 UTC (rev 20054)
@@ -28,7 +28,7 @@
     <parent>
         <artifactId>hibernate-search-parent</artifactId>
         <groupId>org.hibernate</groupId>
-        <version>3.2.2-SNAPSHOT</version>
+        <version>3.2.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: search/branches/Branch_3_2/hibernate-search-archetype/pom.xml
===================================================================
--- search/branches/Branch_3_2/hibernate-search-archetype/pom.xml	2010-07-25 15:08:29 UTC (rev 20053)
+++ search/branches/Branch_3_2/hibernate-search-archetype/pom.xml	2010-07-25 15:13:04 UTC (rev 20054)
@@ -10,7 +10,7 @@
     <parent>
         <artifactId>hibernate-search-parent</artifactId>
         <groupId>org.hibernate</groupId>
-        <version>3.2.2-SNAPSHOT</version>
+        <version>3.2.1-SNAPSHOT</version>
     </parent>
 
     <groupId>com.example</groupId>

Modified: search/branches/Branch_3_2/hibernate-search-testing/pom.xml
===================================================================
--- search/branches/Branch_3_2/hibernate-search-testing/pom.xml	2010-07-25 15:08:29 UTC (rev 20053)
+++ search/branches/Branch_3_2/hibernate-search-testing/pom.xml	2010-07-25 15:13:04 UTC (rev 20054)
@@ -28,7 +28,7 @@
     <parent>
         <artifactId>hibernate-search-parent</artifactId>
         <groupId>org.hibernate</groupId>
-        <version>3.2.2-SNAPSHOT</version>
+        <version>3.2.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: search/branches/Branch_3_2/pom.xml
===================================================================
--- search/branches/Branch_3_2/pom.xml	2010-07-25 15:08:29 UTC (rev 20053)
+++ search/branches/Branch_3_2/pom.xml	2010-07-25 15:13:04 UTC (rev 20054)
@@ -27,7 +27,7 @@
 
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-search-parent</artifactId>
-    <version>3.2.2-SNAPSHOT</version>
+    <version>3.2.1-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Hibernate Search Aggregator</name>



More information about the hibernate-commits mailing list