Upgrade to Lucene 5.0.0-snapshot-1641343
This commit is contained in:
parent
2f4861905d
commit
99b08b0a5c
4
pom.xml
4
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>5.0.0</lucene.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.jvms>1</tests.jvms>
|
||||||
<tests.shuffle>true</tests.shuffle>
|
<tests.shuffle>true</tests.shuffle>
|
||||||
<tests.output>onerror</tests.output>
|
<tests.output>onerror</tests.output>
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>Lucene snapshots</id>
|
<id>Lucene snapshots</id>
|
||||||
<url>https://download.elasticsearch.org/lucenesnapshots/1637347/</url>
|
<url>https://download.elasticsearch.org/lucenesnapshots/1641343/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
<repository>
|
||||||
<id>sonatype</id>
|
<id>sonatype</id>
|
||||||
|
|
Loading…
Reference in New Issue