Skip to content

Commit ecf1a49

Browse files
committed
Upgrade to Lucene 4.10.3-snapshot-1637985
1 parent 7b47777 commit ecf1a49

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

pom.xml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ governing permissions and limitations under the License. -->
4444

4545
<properties>
4646
<elasticsearch.version>1.5.0-SNAPSHOT</elasticsearch.version>
47-
<lucene.version>4.10.2</lucene.version>
47+
<lucene.version>4.10.3</lucene.version>
48+
<lucene.maven.version>4.10.3-snapshot-1637985</lucene.maven.version>
4849
<tests.output>onerror</tests.output>
4950
<tests.shuffle>true</tests.shuffle>
5051
<tests.output>onerror</tests.output>
@@ -53,6 +54,13 @@ governing permissions and limitations under the License. -->
5354
<es.logger.level>INFO</es.logger.level>
5455
</properties>
5556

57+
<repositories>
58+
<repository>
59+
<id>Lucene Snapshots</id>
60+
<url>https://download.elasticsearch.org/lucenesnapshots/1637985/</url>
61+
</repository>
62+
</repositories>
63+
5664
<dependencies>
5765
<dependency>
5866
<groupId>org.hamcrest</groupId>
@@ -75,7 +83,7 @@ governing permissions and limitations under the License. -->
7583
<dependency>
7684
<groupId>org.apache.lucene</groupId>
7785
<artifactId>lucene-test-framework</artifactId>
78-
<version>${lucene.version}</version>
86+
<version>${lucene.maven.version}</version>
7987
<scope>test</scope>
8088
</dependency>
8189

0 commit comments

Comments
 (0)