]> source.dussan.org Git - archiva.git/commitdiff
test last jackrabbit 2.6-SNAPSHOT which support last lucene version (more performant).
authorOlivier Lamy <olamy@apache.org>
Wed, 1 Aug 2012 14:43:06 +0000 (14:43 +0000)
committerOlivier Lamy <olamy@apache.org>
Wed, 1 Aug 2012 14:43:06 +0000 (14:43 +0000)
If it's not release we will revert this upgrade.

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1368027 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index ff947c0226c05bb16555715d289416e04d3d3869..b0b5ddec43c03a6d8bfaca68a82e4f50cda56aa7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <slf4j.version>1.6.6</slf4j.version>
     <binder.version>0.11</binder.version>
     <spring.version>3.1.2.RELEASE</spring.version>
-    <jackrabbit.version>2.5.0</jackrabbit.version>
+
     <javax.jcr.version>2.0</javax.jcr.version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <surefire.redirectTestOutputToFile>true</surefire.redirectTestOutputToFile>
-    <lucene.version>3.0.3</lucene.version>
+
+    <!-- jackrabbit 2.5.0 supports only lucene 3.0.3 -->
+    <!-- jackrabbit 2.6 will support lucene 3.6.x -->
+    <lucene.version>3.6.1</lucene.version>
+    <jackrabbit.version>2.6-SNAPSHOT</jackrabbit.version>
+
     <cxfVersion>2.6.1</cxfVersion>
     <derbyVersion>10.8.2.2</derbyVersion>
     <httpclient.version>4.1.3</httpclient.version>