Upgrade to Lucene 4.10.1
Original commit: elastic/x-pack-elasticsearch@31273b6769
This commit is contained in:
parent
2fbf4436aa
commit
3b1ae0b593
6
pom.xml
6
pom.xml
|
@ -16,10 +16,6 @@
|
||||||
|
|
||||||
<!-- needed for some test features for now, remove with 1.3 release -->
|
<!-- needed for some test features for now, remove with 1.3 release -->
|
||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
|
||||||
<id>Lucene snapshots</id>
|
|
||||||
<url>https://download.elasticsearch.org/lucenesnapshots/</url>
|
|
||||||
</repository>
|
|
||||||
<repository>
|
<repository>
|
||||||
<id>oss.sonatype.org-snapshot</id>
|
<id>oss.sonatype.org-snapshot</id>
|
||||||
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
|
<url>http://oss.sonatype.org/content/repositories/snapshots</url>
|
||||||
|
@ -35,7 +31,7 @@
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<lucene.version>4.10.1</lucene.version>
|
<lucene.version>4.10.1</lucene.version>
|
||||||
<lucene.maven.version>4.10.1-snapshot-1627368</lucene.maven.version>
|
<lucene.maven.version>4.10.1</lucene.maven.version>
|
||||||
<elasticsearch.version>1.4.0.Beta1-SNAPSHOT</elasticsearch.version>
|
<elasticsearch.version>1.4.0.Beta1-SNAPSHOT</elasticsearch.version>
|
||||||
|
|
||||||
<tests.jvms>auto</tests.jvms>
|
<tests.jvms>auto</tests.jvms>
|
||||||
|
|
Loading…
Reference in New Issue