diff options
author | Olivier Lamy <olamy@apache.org> | 2012-08-01 14:43:06 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-08-01 14:43:06 +0000 |
commit | 914469d3af0bb2c0c9b1d8d7c0a43b56a4253b10 (patch) | |
tree | 6f8cbfa837de2441102d9c6b71974d924b7b7b7f /pom.xml | |
parent | 2dc029447c0c56512713754811c93f45e0b1af92 (diff) | |
download | archiva-914469d3af0bb2c0c9b1d8d7c0a43b56a4253b10.tar.gz archiva-914469d3af0bb2c0c9b1d8d7c0a43b56a4253b10.zip |
test last jackrabbit 2.6-SNAPSHOT which support last lucene version (more performant).
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
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -75,11 +75,16 @@ <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> |