Update to Lucene 4.10.0

Closes #27.

(cherry picked from commit 1eb2352)
This commit is contained in:
David Pilato 2014-09-15 16:28:28 +02:00
parent e113a30858
commit 02809f40be
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
<properties> <properties>
<elasticsearch.version>2.0.0-SNAPSHOT</elasticsearch.version> <elasticsearch.version>2.0.0-SNAPSHOT</elasticsearch.version>
<lucene.version>4.9.0</lucene.version> <lucene.version>4.10.0</lucene.version>
<tests.jvms>1</tests.jvms> <tests.jvms>1</tests.jvms>
<tests.shuffle>true</tests.shuffle> <tests.shuffle>true</tests.shuffle>
<tests.output>onerror</tests.output> <tests.output>onerror</tests.output>