[hibernate-commits] Hibernate SVN: r20845 - in search/trunk: hibernate-search and 4 other directories.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Fri Oct 15 09:31:07 EDT 2010


Author: epbernard
Date: 2010-10-15 09:31:04 -0400 (Fri, 15 Oct 2010)
New Revision: 20845

Modified:
   search/trunk/hibernate-search-analyzers/pom.xml
   search/trunk/hibernate-search-archetype/pom.xml
   search/trunk/hibernate-search-integrationtest/pom.xml
   search/trunk/hibernate-search-testing/pom.xml
   search/trunk/hibernate-search/pom.xml
   search/trunk/pom.xml
Log:
[maven-release-plugin] prepare release v3_3_0_Beta2

Modified: search/trunk/hibernate-search/pom.xml
===================================================================
--- search/trunk/hibernate-search/pom.xml	2010-10-15 13:12:23 UTC (rev 20844)
+++ search/trunk/hibernate-search/pom.xml	2010-10-15 13:31:04 UTC (rev 20845)
@@ -22,15 +22,13 @@
   ~  51 Franklin Street, Fifth Floor
   ~  Boston, MA  02110-1301  USA
   -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <artifactId>hibernate-search-parent</artifactId>
         <groupId>org.hibernate</groupId>
-        <version>3.3.0-SNAPSHOT</version>
+        <version>3.3.0.Beta2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: search/trunk/hibernate-search-analyzers/pom.xml
===================================================================
--- search/trunk/hibernate-search-analyzers/pom.xml	2010-10-15 13:12:23 UTC (rev 20844)
+++ search/trunk/hibernate-search-analyzers/pom.xml	2010-10-15 13:31:04 UTC (rev 20845)
@@ -22,15 +22,13 @@
   ~  51 Franklin Street, Fifth Floor
   ~  Boston, MA  02110-1301  USA
   -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <artifactId>hibernate-search-parent</artifactId>
         <groupId>org.hibernate</groupId>
-        <version>3.3.0-SNAPSHOT</version>
+        <version>3.3.0.Beta2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: search/trunk/hibernate-search-archetype/pom.xml
===================================================================
--- search/trunk/hibernate-search-archetype/pom.xml	2010-10-15 13:12:23 UTC (rev 20844)
+++ search/trunk/hibernate-search-archetype/pom.xml	2010-10-15 13:31:04 UTC (rev 20845)
@@ -1,7 +1,5 @@
 <?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <!-- 
@@ -12,7 +10,7 @@
     <parent>
         <artifactId>hibernate-search-parent</artifactId>
         <groupId>org.hibernate</groupId>
-        <version>3.3.0-SNAPSHOT</version>
+        <version>3.3.0.Beta2</version>
     </parent>
 
     <groupId>com.example</groupId>

Modified: search/trunk/hibernate-search-integrationtest/pom.xml
===================================================================
--- search/trunk/hibernate-search-integrationtest/pom.xml	2010-10-15 13:12:23 UTC (rev 20844)
+++ search/trunk/hibernate-search-integrationtest/pom.xml	2010-10-15 13:31:04 UTC (rev 20845)
@@ -1,14 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <artifactId>hibernate-search-parent</artifactId>
         <groupId>org.hibernate</groupId>
-        <version>3.3.0-SNAPSHOT</version>
+        <version>3.3.0.Beta2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: search/trunk/hibernate-search-testing/pom.xml
===================================================================
--- search/trunk/hibernate-search-testing/pom.xml	2010-10-15 13:12:23 UTC (rev 20844)
+++ search/trunk/hibernate-search-testing/pom.xml	2010-10-15 13:31:04 UTC (rev 20845)
@@ -28,7 +28,7 @@
     <parent>
         <artifactId>hibernate-search-parent</artifactId>
         <groupId>org.hibernate</groupId>
-        <version>3.3.0-SNAPSHOT</version>
+        <version>3.3.0.Beta2</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: search/trunk/pom.xml
===================================================================
--- search/trunk/pom.xml	2010-10-15 13:12:23 UTC (rev 20844)
+++ search/trunk/pom.xml	2010-10-15 13:31:04 UTC (rev 20845)
@@ -22,14 +22,12 @@
   ~  51 Franklin Street, Fifth Floor
   ~  Boston, MA  02110-1301  USA
   -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.hibernate</groupId>
     <artifactId>hibernate-search-parent</artifactId>
-    <version>3.3.0-SNAPSHOT</version>
+    <version>3.3.0.Beta2</version>
     <packaging>pom</packaging>
 
     <name>Hibernate Search Aggregator</name>
@@ -52,9 +50,9 @@
     </issueManagement>
 
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/hibernate/search/trunk</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate/search/trunk</developerConnection>
-        <url>http://fisheye.jboss.com/browse/Hibernate/search/trunk</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/hibernate/search/tags/v3_3_0_Beta2</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate/search/tags/v3_3_0_Beta2</developerConnection>
+        <url>http://fisheye.jboss.com/browse/Hibernate/search/tags/v3_3_0_Beta2</url>
     </scm>
 
     <organization>
@@ -449,8 +447,8 @@
                 <jdbc.driver>org.hsqldb.jdbcDriver</jdbc.driver>
                 <jdbc.url>jdbc:hsqldb:.</jdbc.url>
                 <jdbc.user>sa</jdbc.user>
-                <jdbc.pass/>
-                <jdbc.isolation/>
+                <jdbc.pass />
+                <jdbc.isolation />
             </properties>
         </profile>
         <!--
@@ -477,7 +475,7 @@
                 <jdbc.url>jdbc:mysql://vmg08.mw.lab.eng.bos.redhat.com/searctru</jdbc.url>
                 <jdbc.user>searctru</jdbc.user>
                 <jdbc.pass>searctru</jdbc.pass>
-                <jdbc.isolation/>
+                <jdbc.isolation />
             </properties>
         </profile>
 
@@ -497,7 +495,7 @@
                 <jdbc.url>jdbc:mysql://vmg02.mw.lab.eng.bos.redhat.com/searctru</jdbc.url>
                 <jdbc.user>searctru</jdbc.user>
                 <jdbc.pass>searctru</jdbc.pass>
-                <jdbc.isolation/>
+                <jdbc.isolation />
             </properties>
         </profile>
 
@@ -518,7 +516,7 @@
                 </jdbc.url>
                 <jdbc.user>searctru</jdbc.user>
                 <jdbc.pass>searctru</jdbc.pass>
-                <jdbc.isolation/>
+                <jdbc.isolation />
             </properties>
         </profile>
 
@@ -538,7 +536,7 @@
                 <jdbc.url>jdbc:postgresql://vmg01.mw.lab.eng.bos.redhat.com:5432:searctru</jdbc.url>
                 <jdbc.user>searctru</jdbc.user>
                 <jdbc.pass>searctru</jdbc.pass>
-                <jdbc.isolation/>
+                <jdbc.isolation />
             </properties>
         </profile>
 
@@ -558,7 +556,7 @@
                 <jdbc.url>jdbc:postgresql://vmg03.mw.lab.eng.bos.redhat.com:5432:searctru</jdbc.url>
                 <jdbc.user>searctru</jdbc.user>
                 <jdbc.pass>searctru</jdbc.pass>
-                <jdbc.isolation/>
+                <jdbc.isolation />
             </properties>
         </profile>
 
@@ -578,7 +576,7 @@
                 <jdbc.url>jdbc:postgresql://notinstalled.lab.eng.bos.redhat.com:5432:searctru</jdbc.url>
                 <jdbc.user>searctru</jdbc.user>
                 <jdbc.pass>searctru</jdbc.pass>
-                <jdbc.isolation/>
+                <jdbc.isolation />
             </properties>
         </profile>
 
@@ -609,7 +607,7 @@
                 <jdbc.url>jdbc:db2://dev32.qa.atl.jboss.com:50000/jbossqa</jdbc.url>
                 <jdbc.user>searctru</jdbc.user>
                 <jdbc.pass>searctru</jdbc.pass>
-                <jdbc.isolation/>
+                <jdbc.isolation />
             </properties>
         </profile>
 
@@ -634,7 +632,7 @@
                 <jdbc.url>jdbc:db2://dev67.qa.atl.jboss.com:50000/jbossqa</jdbc.url>
                 <jdbc.user>searctru</jdbc.user>
                 <jdbc.pass>searctru</jdbc.pass>
-                <jdbc.isolation/>
+                <jdbc.isolation />
             </properties>
         </profile>
 
@@ -659,7 +657,7 @@
                 <jdbc.url>jdbc:db2://vmg06.mw.lab.eng.bos.redhat.com:50000/jbossqa</jdbc.url>
                 <jdbc.user>searctru</jdbc.user>
                 <jdbc.pass>searctru</jdbc.pass>
-                <jdbc.isolation/>
+                <jdbc.isolation />
             </properties>
         </profile>
 
@@ -680,7 +678,7 @@
                 <jdbc.url>jdbc:oracle:thin:@dev20.qa.atl.jboss.com:1521:qa</jdbc.url>
                 <jdbc.user>searctru</jdbc.user>
                 <jdbc.pass>searctru</jdbc.pass>
-                <jdbc.isolation/>
+                <jdbc.isolation />
             </properties>
         </profile>
 
@@ -701,7 +699,7 @@
                 <jdbc.url>jdbc:oracle:thin:@vmg05.mw.lab.eng.bos.redhat.com:1521:qaora10</jdbc.url>
                 <jdbc.user>searctru</jdbc.user>
                 <jdbc.pass>searctru</jdbc.pass>
-                <jdbc.isolation/>
+                <jdbc.isolation />
             </properties>
         </profile>
 
@@ -721,7 +719,7 @@
                 <jdbc.url>jdbc:oracle:thin:@dev04.qa.atl2.redhat.com:1521:qaora11</jdbc.url>
                 <jdbc.user>searctru</jdbc.user>
                 <jdbc.pass>searctru</jdbc.pass>
-                <jdbc.isolation/>
+                <jdbc.isolation />
             </properties>
         </profile>
 
@@ -743,7 +741,7 @@
                 </jdbc.url>
                 <jdbc.user>searctru</jdbc.user>
                 <jdbc.pass>searctru</jdbc.pass>
-                <jdbc.isolation/>
+                <jdbc.isolation />
             </properties>
         </profile>
 
@@ -763,7 +761,7 @@
                 <jdbc.url>jdbc:sybase:Tds:vmg07.mw.lab.eng.bos.redhat.com:5000/searctru</jdbc.url>
                 <jdbc.user>searctru</jdbc.user>
                 <jdbc.pass>searctru</jdbc.pass>
-                <jdbc.isolation/>
+                <jdbc.isolation />
             </properties>
         </profile>
 



More information about the hibernate-commits mailing list