summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2010-04-28 14:50:58 +0200
committerAndreas Baumann <abaumann@yahoo.com>2010-04-28 14:50:58 +0200
commit4879b20713668217154036df3812ff5d816583cb (patch)
tree59495ec1ef162cc760d4bfda206c8f8d5fb2dcd9
parentaa2f93f8ea68c6e05fb3d1e8102522bfcad09fcf (diff)
downloadLuceneAnalyzer-4879b20713668217154036df3812ff5d816583cb.tar.gz
LuceneAnalyzer-4879b20713668217154036df3812ff5d816583cb.tar.bz2
updated lucene-core to 2.9.1
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c3875bf..929d753 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
- <version>2.4.1</version>
+ <version>2.9.1</version>
</dependency>
<dependency>
<groupId>jargs</groupId>