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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Tue Aug 24 13:15:32 EDT 2010


Author: epbernard
Date: 2010-08-24 13:15:32 -0400 (Tue, 24 Aug 2010)
New Revision: 20254

Modified:
   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_Beta1

Modified: search/trunk/hibernate-search/pom.xml
===================================================================
--- search/trunk/hibernate-search/pom.xml	2010-08-24 16:59:32 UTC (rev 20253)
+++ search/trunk/hibernate-search/pom.xml	2010-08-24 17:15:32 UTC (rev 20254)
@@ -28,7 +28,7 @@
     <parent>
         <artifactId>hibernate-search-parent</artifactId>
         <groupId>org.hibernate</groupId>
-        <version>3.3.0-SNAPSHOT</version>
+        <version>3.3.0.Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: search/trunk/hibernate-search-archetype/pom.xml
===================================================================
--- search/trunk/hibernate-search-archetype/pom.xml	2010-08-24 16:59:32 UTC (rev 20253)
+++ search/trunk/hibernate-search-archetype/pom.xml	2010-08-24 17:15:32 UTC (rev 20254)
@@ -10,7 +10,7 @@
     <parent>
         <artifactId>hibernate-search-parent</artifactId>
         <groupId>org.hibernate</groupId>
-        <version>3.3.0-SNAPSHOT</version>
+        <version>3.3.0.Beta1</version>
     </parent>
 
     <groupId>com.example</groupId>

Modified: search/trunk/hibernate-search-integrationtest/pom.xml
===================================================================
--- search/trunk/hibernate-search-integrationtest/pom.xml	2010-08-24 16:59:32 UTC (rev 20253)
+++ search/trunk/hibernate-search-integrationtest/pom.xml	2010-08-24 17:15:32 UTC (rev 20254)
@@ -6,7 +6,7 @@
     <parent>
         <artifactId>hibernate-search-parent</artifactId>
         <groupId>org.hibernate</groupId>
-        <version>3.3.0-SNAPSHOT</version>
+        <version>3.3.0.Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: search/trunk/hibernate-search-testing/pom.xml
===================================================================
--- search/trunk/hibernate-search-testing/pom.xml	2010-08-24 16:59:32 UTC (rev 20253)
+++ search/trunk/hibernate-search-testing/pom.xml	2010-08-24 17:15:32 UTC (rev 20254)
@@ -28,7 +28,7 @@
     <parent>
         <artifactId>hibernate-search-parent</artifactId>
         <groupId>org.hibernate</groupId>
-        <version>3.3.0-SNAPSHOT</version>
+        <version>3.3.0.Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

Modified: search/trunk/pom.xml
===================================================================
--- search/trunk/pom.xml	2010-08-24 16:59:32 UTC (rev 20253)
+++ search/trunk/pom.xml	2010-08-24 17:15:32 UTC (rev 20254)
@@ -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.Beta1</version>
     <packaging>pom</packaging>
 
     <name>Hibernate Search Aggregator</name>
@@ -51,9 +49,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_Beta1</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/hibernate/search/tags/v3_3_0_Beta1</developerConnection>
+        <url>http://fisheye.jboss.com/browse/Hibernate/search/tags/v3_3_0_Beta1</url>
     </scm>
 
     <organization>
@@ -493,8 +491,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>
         <!--
@@ -521,7 +519,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>
 
@@ -541,7 +539,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>
 
@@ -562,7 +560,7 @@
                 </jdbc.url>
                 <jdbc.user>searctru</jdbc.user>
                 <jdbc.pass>searctru</jdbc.pass>
-                <jdbc.isolation/>
+                <jdbc.isolation />
             </properties>
         </profile>
 
@@ -583,7 +581,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>
 
@@ -604,7 +602,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>
 
@@ -624,7 +622,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>
 
@@ -655,7 +653,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>
 
@@ -680,7 +678,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>
 
@@ -705,7 +703,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>
 
@@ -726,7 +724,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>
 
@@ -747,7 +745,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>
 
@@ -767,7 +765,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>
 
@@ -789,7 +787,7 @@
                 </jdbc.url>
                 <jdbc.user>searctru</jdbc.user>
                 <jdbc.pass>searctru</jdbc.pass>
-                <jdbc.isolation/>
+                <jdbc.isolation />
             </properties>
         </profile>
 
@@ -809,7 +807,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