summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2011-11-09 11:43:09 +0100
committerAndreas Baumann <abaumann@yahoo.com>2011-11-09 11:43:09 +0100
commit860cd3bd33d6a2be64b63bcbca1ee6d2695dd041 (patch)
treebdc1cfebed55ed10a28efe88543bfcd0643860cd
parentbdbc89e0f9d0579242e74ecb80759bd063abe15f (diff)
downloadLuceneAnalyzer-860cd3bd33d6a2be64b63bcbca1ee6d2695dd041.tar.gz
LuceneAnalyzer-860cd3bd33d6a2be64b63bcbca1ee6d2695dd041.tar.bz2
-
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index abf4522..ed4acf9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
- <version>3.1.0</version>
+ <version>3.4.0</version>
</dependency>
<dependency>
<groupId>jargs</groupId>