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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Apr 21 04:37:46 EDT 2010


Author: hardy.ferentschik
Date: 2010-04-21 04:37:46 -0400 (Wed, 21 Apr 2010)
New Revision: 19260

Modified:
   search/trunk/hibernate-search-testing/pom.xml
   search/trunk/hibernate-search/pom.xml
   search/trunk/pom.xml
Log:
HSEARCH-510 Updated sitribution management

Modified: search/trunk/hibernate-search/pom.xml
===================================================================
--- search/trunk/hibernate-search/pom.xml	2010-04-21 07:50:29 UTC (rev 19259)
+++ search/trunk/hibernate-search/pom.xml	2010-04-21 08:37:46 UTC (rev 19260)
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id:$ -->
 <!--
  * Hibernate, Relational Persistence for Idiomatic Java
  * 

Modified: search/trunk/hibernate-search-testing/pom.xml
===================================================================
--- search/trunk/hibernate-search-testing/pom.xml	2010-04-21 07:50:29 UTC (rev 19259)
+++ search/trunk/hibernate-search-testing/pom.xml	2010-04-21 08:37:46 UTC (rev 19260)
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id:$ -->
 <!--
  * Hibernate, Relational Persistence for Idiomatic Java
  * 

Modified: search/trunk/pom.xml
===================================================================
--- search/trunk/pom.xml	2010-04-21 07:50:29 UTC (rev 19259)
+++ search/trunk/pom.xml	2010-04-21 08:37:46 UTC (rev 19260)
@@ -1,5 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Id:$ -->
 <!--
     * Hibernate, Relational Persistence for Idiomatic Java
     * 
@@ -23,40 +22,42 @@
     * 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.2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
-    
+
     <name>Hibernate Search Parent</name>
     <description>Hibernate Search Parent POM</description>
     <url>http://search.hibernate.org</url>
-    
+
     <modules>
         <module>hibernate-search</module>
         <module>hibernate-search-testing</module>
         <module>hibernate-search-archetype</module>
     </modules>
-    
+
     <issueManagement>
         <system>JIRA</system>
         <url>http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH</url>
     </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>
     </scm>
-    
+
     <organization>
         <name>Hibernate</name>
         <url>http://www.hibernate.org</url>
     </organization>
-    
+
     <licenses>
         <license>
             <name>GNU Lesser General Public License</name>
@@ -64,7 +65,7 @@
             <comments>See discussion at http://hibernate.org/356.html for more details.</comments>
         </license>
     </licenses>
-    
+
     <ciManagement>
         <system>Hudson</system>
         <url>http://hudson.jboss.org/hudson/view/hibernate/job/hibernate-search-trunk/</url>
@@ -88,7 +89,7 @@
             <url>http://in.relation.to/Bloggers/Sanne</url>
         </developer>
     </developers>
-    
+
     <mailingLists>
         <mailingList>
             <name>Hibernate Announcements</name>
@@ -122,7 +123,7 @@
             <archive>http://lists.jboss.org/pipermail/hibernate-issues/</archive>
         </mailingList>
     </mailingLists>
-    
+
     <properties>
         <slf4jVersion>1.5.8</slf4jVersion>
         <luceneVersion>2.9.2</luceneVersion>
@@ -130,7 +131,7 @@
         <hibernateCommonsAnnotationVersion>3.2.0.Final</hibernateCommonsAnnotationVersion>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     </properties>
-    
+
     <dependencies>
         <dependency>
             <groupId>org.slf4j</groupId>
@@ -143,8 +144,8 @@
             <version>${slf4jVersion}</version>
             <scope>test</scope>
         </dependency>
-    </dependencies>    
-    
+    </dependencies>
+
     <dependencyManagement>
         <dependencies>
             <dependency>
@@ -219,50 +220,50 @@
                         <artifactId>solr-lucene-core</artifactId>
                     </exclusion>
                     <exclusion>
-                         <groupId>commons-fileupload</groupId>
-                         <artifactId>commons-fileupload</artifactId>
-                     </exclusion>
-                     <exclusion>
-                         <groupId>org.apache.solr</groupId>
-                         <artifactId>solr-commons-csv</artifactId>
-                     </exclusion>
-                     <exclusion>
-                         <groupId>org.apache.lucene</groupId>
-                         <artifactId>lucene-highlighter</artifactId>
-                     </exclusion>
-                     <exclusion>
-                         <groupId>org.apache.lucene</groupId>
-                         <artifactId>lucene-queries</artifactId>
-                     </exclusion>
-                     <exclusion>
-                         <groupId>org.apache.lucene</groupId>
-                         <artifactId>lucene-memory</artifactId>
-                     </exclusion>
-                     <exclusion>
-                         <groupId>org.apache.lucene</groupId>
-                         <artifactId>lucene-misc</artifactId>
-                     </exclusion>
-                     <exclusion>
-                         <groupId>org.codehaus.woodstox</groupId>
-                         <artifactId>wstx-asl</artifactId>
-                     </exclusion>
-                     <exclusion>
-                         <groupId>org.apache.geronimo.specs</groupId>
-                         <artifactId>geronimo-stax-api_1.0_spec</artifactId>
-                     </exclusion>
-                     <exclusion>
-                         <groupId>org.apache.lucene</groupId>
-                         <artifactId>lucene-spellchecker</artifactId>
-                     </exclusion>
-                     <exclusion>
-                         <groupId>org.apache.lucene</groupId>
-                         <artifactId>lucene-analyzers</artifactId>
-                     </exclusion>
+                        <groupId>commons-fileupload</groupId>
+                        <artifactId>commons-fileupload</artifactId>
+                    </exclusion>
                     <exclusion>
+                        <groupId>org.apache.solr</groupId>
+                        <artifactId>solr-commons-csv</artifactId>
+                    </exclusion>
+                    <exclusion>
                         <groupId>org.apache.lucene</groupId>
+                        <artifactId>lucene-highlighter</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>org.apache.lucene</groupId>
+                        <artifactId>lucene-queries</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>org.apache.lucene</groupId>
+                        <artifactId>lucene-memory</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>org.apache.lucene</groupId>
+                        <artifactId>lucene-misc</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>org.codehaus.woodstox</groupId>
+                        <artifactId>wstx-asl</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>org.apache.geronimo.specs</groupId>
+                        <artifactId>geronimo-stax-api_1.0_spec</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>org.apache.lucene</groupId>
+                        <artifactId>lucene-spellchecker</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>org.apache.lucene</groupId>
+                        <artifactId>lucene-analyzers</artifactId>
+                    </exclusion>
+                    <exclusion>
+                        <groupId>org.apache.lucene</groupId>
                         <artifactId>lucene-snowball</artifactId>
                     </exclusion>
-                    
+
                 </exclusions>
             </dependency>
             <dependency>
@@ -297,7 +298,7 @@
             </dependency>
         </dependencies>
     </dependencyManagement>
-    
+
     <build>
         <defaultGoal>install</defaultGoal>
         <plugins>
@@ -411,22 +412,20 @@
             </plugins>
         </pluginManagement>
     </build>
-    
+
     <distributionManagement>
         <repository>
-            <!-- Copy the dist to the local checkout of the JBoss maven2 repo ${maven.repository.root} -->
-            <!-- It is anticipated that ${maven.repository.root} be set in user's settings.xml -->
-            <!-- todo : replace this with direct svn access once the svnkit providers are available -->
-            <id>repository.jboss.org</id>
-            <url>file://${maven.repository.root}</url>
+            <id>jboss-releases-repository</id>
+            <name>JBoss Releases Repository</name>
+            <url>https://repository.jboss.org/nexus/service/local/staging/deploy/maven2/</url>
         </repository>
         <snapshotRepository>
-            <id>snapshots.jboss.org</id>
-            <name>JBoss Snapshot Repository</name>          
-            <url>dav:https://snapshots.jboss.org/maven2</url>
+            <id>jboss-snapshots-repository</id>
+            <name>JBoss Snapshots Repository</name>
+            <url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
         </snapshotRepository>
     </distributionManagement>
-    
+
     <profiles>
         <!-- =============================== -->
         <!-- Database profiles               -->
@@ -450,8 +449,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>
         <!--
@@ -461,7 +460,7 @@
             First, those with OSS drivers
             ###################################################################
         -->
-        
+
         <!-- The MySQL 5 test envionment -->
         <profile>
             <id>mysql5</id>
@@ -478,10 +477,10 @@
                 <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>
-        
+
         <!-- The MySQL 5.1 test envionment -->
         <profile>
             <id>mysql51</id>
@@ -498,10 +497,10 @@
                 <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>
-        
+
         <!-- The MySQL 5.1 Cluster test envionment -->
         <profile>
             <id>mysql51-cluster</id>
@@ -519,10 +518,10 @@
                 </jdbc.url>
                 <jdbc.user>searctru</jdbc.user>
                 <jdbc.pass>searctru</jdbc.pass>
-                <jdbc.isolation />
+                <jdbc.isolation/>
             </properties>
         </profile>
-        
+
         <!-- The PostgreSQL 8.2.4 test envionment -->
         <profile>
             <id>postgresql824</id>
@@ -540,10 +539,10 @@
                 <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>
-        
+
         <!-- The PostgreSQL 8.3.7 test environment -->
         <profile>
             <id>postgresql837</id>
@@ -561,10 +560,10 @@
                 <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>
-        
+
         <!-- The PostgreSQL 8.4  test environment -->
         <profile>
             <id>postgresql84</id>
@@ -581,16 +580,16 @@
                 <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>
-        
+
         <!--
             ###################################################################
             Then, those with commercial drivers
             ###################################################################
         -->
-        
+
         <!-- The DB2 8.x test envionment (using 9x drivers)-->
         <profile>
             <id>db2v82</id>
@@ -612,10 +611,10 @@
                 <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>
-        
+
         <!-- The DB2 9.1 test envionment (using 9x drivers)-->
         <profile>
             <id>db2v91</id>
@@ -637,10 +636,10 @@
                 <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>
-        
+
         <!-- The DB2 9.7 test envionment (using 9x drivers)-->
         <profile>
             <id>db2v97</id>
@@ -662,10 +661,10 @@
                 <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>
-        
+
         <!-- The Oracle9i test envionment -->
         <profile>
             <id>oracle9i</id>
@@ -683,10 +682,10 @@
                 <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>
-        
+
         <!-- The Oracle10g test envionment -->
         <profile>
             <id>oracle10g</id>
@@ -704,10 +703,10 @@
                 <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>
-        
+
         <!-- The Oracle11g test envionment -->
         <profile>
             <id>oracle11g</id>
@@ -724,10 +723,10 @@
                 <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>
-        
+
         <!-- The Oracle11gRAC test envionment -->
         <profile>
             <id>oracle11gRAC</id>
@@ -746,10 +745,10 @@
                 </jdbc.url>
                 <jdbc.user>searctru</jdbc.user>
                 <jdbc.pass>searctru</jdbc.pass>
-                <jdbc.isolation />
+                <jdbc.isolation/>
             </properties>
         </profile>
-        
+
         <!-- The Sybase 15 test envionment -->
         <profile>
             <id>sybase15</id>
@@ -766,10 +765,10 @@
                 <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>
-        
+
         <!-- The SQLServer2005 (MS JDBC) test envionment -->
         <profile>
             <id>mssql2005</id>
@@ -789,7 +788,7 @@
                 <jdbc.isolation>4096</jdbc.isolation>
             </properties>
         </profile>
-        
+
         <!-- The SQLServer2005 (MS JDBC) test envionment -->
         <profile>
             <id>mssql2008</id>



More information about the hibernate-commits mailing list