File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 32
32
33
33
<properties >
34
34
<elasticsearch .version>2.0.0-SNAPSHOT</elasticsearch .version>
35
- <lucene .version>4.10.0</lucene .version>
35
+ <lucene .version>4.10.1</lucene .version>
36
+ <lucene .maven.version>4.10.1-snapshot-1627368</lucene .maven.version>
36
37
<tests .jvms>1</tests .jvms>
37
38
<tests .shuffle>true</tests .shuffle>
38
39
<tests .output>onerror</tests .output>
41
42
</properties >
42
43
43
44
<repositories >
45
+ <repository >
46
+ <id >Lucene snapshots</id >
47
+ <url >https://download.elasticsearch.org/lucenesnapshots/</url >
48
+ </repository >
44
49
<repository >
45
50
<id >sonatype</id >
46
51
<url >http://oss.sonatype.org/content/repositories/releases/</url >
51
56
<dependency >
52
57
<groupId >org.apache.lucene</groupId >
53
58
<artifactId >lucene-test-framework</artifactId >
54
- <version >${lucene.version} </version >
59
+ <version >${lucene.maven. version} </version >
55
60
<scope >test</scope >
56
61
</dependency >
57
62
You can’t perform that action at this time.
0 commit comments