diff options
author | James William Dumay <jdumay@apache.org> | 2008-11-05 04:04:49 +0000 |
---|---|---|
committer | James William Dumay <jdumay@apache.org> | 2008-11-05 04:04:49 +0000 |
commit | b35fd5e19b5fd885c04e92c16563243fa533ea51 (patch) | |
tree | ea1981b7c84595cc62cd5cb705e76a5df0d83f23 /pom.xml | |
parent | 9069a71190bb07544df522c6c892fad7e03913f4 (diff) | |
download | archiva-b35fd5e19b5fd885c04e92c16563243fa533ea51.tar.gz archiva-b35fd5e19b5fd885c04e92c16563243fa533ea51.zip |
Upgrade lucene to 2.4.0
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@711507 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -516,7 +516,7 @@ <dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-core</artifactId> - <version>2.3.1</version> + <version>2.4.0</version> </dependency> <dependency> <groupId>javax.mail</groupId> |