Merge pull request #11534 from rmuir/lucene_5_2
use released lucene 5.2 jar
This commit is contained in:
commit
5241eda8f4
8
pom.xml
8
pom.xml
|
@ -41,8 +41,7 @@
|
||||||
|
|
||||||
<!-- libraries -->
|
<!-- libraries -->
|
||||||
<lucene.version>5.2.0</lucene.version>
|
<lucene.version>5.2.0</lucene.version>
|
||||||
<lucene.snapshot.revision>1682335</lucene.snapshot.revision>
|
<lucene.maven.version>5.2.0</lucene.maven.version>
|
||||||
<lucene.maven.version>5.2.0-snapshot-${lucene.snapshot.revision}</lucene.maven.version>
|
|
||||||
<testframework.version>2.1.14</testframework.version>
|
<testframework.version>2.1.14</testframework.version>
|
||||||
<jackson.version>2.5.3</jackson.version>
|
<jackson.version>2.5.3</jackson.version>
|
||||||
<slf4j.version>1.6.2</slf4j.version>
|
<slf4j.version>1.6.2</slf4j.version>
|
||||||
|
@ -114,11 +113,6 @@
|
||||||
<enabled>false</enabled>
|
<enabled>false</enabled>
|
||||||
</snapshots>
|
</snapshots>
|
||||||
</repository>
|
</repository>
|
||||||
<repository>
|
|
||||||
<id>lucene-snapshots</id>
|
|
||||||
<name>Lucene snapshots</name>
|
|
||||||
<url>https://download.elasticsearch.org/lucenesnapshots/${lucene.snapshot.revision}</url>
|
|
||||||
</repository>
|
|
||||||
<repository>
|
<repository>
|
||||||
<id>oss-snapshots</id>
|
<id>oss-snapshots</id>
|
||||||
<name>Sonatype OSS Snapshots</name>
|
<name>Sonatype OSS Snapshots</name>
|
||||||
|
|
Loading…
Reference in New Issue