[dna-commits] DNA SVN: r1274 - in trunk: dna-search and 1 other directory.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Tue Sep 29 12:04:11 EDT 2009


Author: rhauch
Date: 2009-09-29 12:04:10 -0400 (Tue, 29 Sep 2009)
New Revision: 1274

Modified:
   trunk/dna-search/pom.xml
   trunk/pom.xml
Log:
DNA-529 Upgrade to Lucene 2.9

Uploaded the Lucene 2.9.0 jars, sources jars, and POM files into the JBoss Maven repository, and change the 'dna-search' POM file to reference this new version.

Modified: trunk/dna-search/pom.xml
===================================================================
--- trunk/dna-search/pom.xml	2009-09-28 20:58:24 UTC (rev 1273)
+++ trunk/dna-search/pom.xml	2009-09-29 16:04:10 UTC (rev 1274)
@@ -45,18 +45,23 @@
     <dependency>
       <groupId>org.apache.lucene</groupId>
       <artifactId>lucene-core</artifactId>
-      <version>2.4.1</version>
+      <version>2.9.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.lucene</groupId>
       <artifactId>lucene-analyzers</artifactId>
-      <version>2.4.1</version>
+      <version>2.9.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.lucene</groupId>
       <artifactId>lucene-snowball</artifactId>
-      <version>2.4.1</version>
+      <version>2.9.0</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.lucene</groupId>
+      <artifactId>lucene-regex</artifactId>
+      <version>2.9.0</version>
+    </dependency>
     <!-- 
     Testing (note the scope)
     -->

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2009-09-28 20:58:24 UTC (rev 1273)
+++ trunk/pom.xml	2009-09-29 16:04:10 UTC (rev 1274)
@@ -8,15 +8,21 @@
 	<url>http://www.jboss.org/dna</url>
 	<inceptionYear>2008</inceptionYear>
 	<description>
-		JBoss DNA provides tools for working with JCR repositories.
+		JBoss DNA is a JCR repository implementation with support for federation and sequencing.
 	</description>
 	<scm>
-		<connection>scm:svn:https://svn.jboss.org/repos/dna/trunk</connection>
+		<connection>scm:svn:https://anonsvn.jboss.org/repos/dna/trunk</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/dna/trunk</developerConnection>   
 	</scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://jira.jboss.org/jira/browse/DNA</url>
+  </issueManagement>
 	<licenses>
 		<license>
 			<name>GNU Lesser General Public License</name>
-			<url>http://www.gnu.org/licenses/lgpl.html</url>
+			<url>http://repository.jboss.org/licenses/lgpl-2.1.txt</url>
+			<!--url>http://www.gnu.org/licenses/lgpl.html</url-->
 			<distribution>repo</distribution>
 			<comments>A business-friendly OSS license</comments>
 		</license>



More information about the dna-commits mailing list