diff options
author | Brett Porter <brett@apache.org> | 2008-02-28 03:46:40 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2008-02-28 03:46:40 +0000 |
commit | 6d7b2f3457b81f26021ec8a98a588332ee7439bd (patch) | |
tree | 623882816e6fae626229b7a49a4ef8716840d69a /pom.xml | |
parent | 433deddf4e6433b1c6119b86eb171acb598a683d (diff) | |
download | archiva-6d7b2f3457b81f26021ec8a98a588332ee7439bd.tar.gz archiva-6d7b2f3457b81f26021ec8a98a588332ee7439bd.zip |
[MRM-720] upgrade to Lucene 2.3.1
Submitted and tested by: James William Dumay
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@631832 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -406,7 +406,7 @@ <dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-core</artifactId> - <version>2.0.0</version> + <version>2.3.1</version> </dependency> <dependency> <groupId>javax.mail</groupId> |