Update to Lucene 4.10.0
Closes #27. (cherry picked from commit 1eb2352)
This commit is contained in:
parent
e113a30858
commit
02809f40be
2
pom.xml
2
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue