Upgrade to Lucene 5.0.0-snapshot-1641343

This commit is contained in:
Michael McCandless 2014-11-24 05:52:02 -05:00 committed by mikemccand
parent 2f4861905d
commit 99b08b0a5c
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>
<tests.jvms>1</tests.jvms>
<tests.shuffle>true</tests.shuffle>
<tests.output>onerror</tests.output>
@ -44,7 +44,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>