Skip to content

Commit

Permalink
Upgrade to Lucene 4.10.1 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemccand committed Sep 24, 2014
1 parent 4fd6012 commit da5f0f7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@

<properties>
<elasticsearch.version>2.0.0-SNAPSHOT</elasticsearch.version>
<lucene.version>4.10.0</lucene.version>
<lucene.version>4.10.1</lucene.version>
<lucene.maven.version>4.10.1-snapshot-1627368</lucene.maven.version>
<tests.jvms>1</tests.jvms>
<tests.shuffle>true</tests.shuffle>
<tests.output>onerror</tests.output>
Expand All @@ -41,6 +42,10 @@
</properties>

<repositories>
<repository>
<id>Lucene snapshots</id>
<url>https://download.elasticsearch.org/lucenesnapshots/</url>
</repository>
<repository>
<id>sonatype</id>
<url>http://oss.sonatype.org/content/repositories/releases/</url>
Expand All @@ -51,7 +56,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 da5f0f7

Please sign in to comment.