Upgrade to Lucene 5.0.0-snapshot-1641343

This commit is contained in:
Michael McCandless 2014-11-24 05:51:40 -05:00 committed by mikemccand
parent 55042f0f23
commit abb03dc3d9
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
<properties>
<elasticsearch.version>2.0.0-SNAPSHOT</elasticsearch.version>
<lucene.version>5.0.0</lucene.version>
<lucene.maven.version>5.0.0-snapshot-1637347</lucene.maven.version>
<lucene.maven.version>5.0.0-snapshot-1641343</lucene.maven.version>
<poi.version>3.10.1</poi.version>
<tests.jvms>1</tests.jvms>
<tests.shuffle>true</tests.shuffle>
@ -45,7 +45,7 @@
<repositories>
<repository>
<id>Lucene snapshots</id>
<url>https://download.elasticsearch.org/lucenesnapshots/1637347/</url>
<url>https://download.elasticsearch.org/lucenesnapshots/1641343/</url>
</repository>
<repository>
<id>sonatype</id>