Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Upgrade to Lucene 4.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemccand committed Sep 28, 2014
1 parent 918ac2e commit fbb42b8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@
</parent>

<properties>
<elasticsearch.version>1.4.0-SNAPSHOT</elasticsearch.version>
<lucene.version>4.10.0</lucene.version>
<elasticsearch.version>1.4.0-Beta-SNAPSHOT</elasticsearch.version>
<lucene.version>4.10.1</lucene.version>
<lucene.maven.version>4.10.1</lucene.maven.version>
<tests.jvms>1</tests.jvms>
<tests.shuffle>true</tests.shuffle>
<tests.output>onerror</tests.output>
Expand All @@ -51,7 +52,7 @@
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-test-framework</artifactId>
<version>${lucene.version}</version>
<version>${lucene.maven.version}</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit fbb42b8

Please sign in to comment.