mirror of https://github.com/apache/lucene.git
LUCENE-7948: Upgrade randomizedtesting to 2.5.3 (minor fixes in test filtering for IDEs).
This commit is contained in:
parent
eca049e13f
commit
efe9003043
|
@ -58,6 +58,11 @@ Build
|
||||||
instead of locally installing first, to workaround a double repository push of
|
instead of locally installing first, to workaround a double repository push of
|
||||||
*-sources.jar and *-javadoc.jar files. (Lynn Monson via Steve Rowe)
|
*-sources.jar and *-javadoc.jar files. (Lynn Monson via Steve Rowe)
|
||||||
|
|
||||||
|
Other
|
||||||
|
|
||||||
|
* LUCENE-7948, LUCENE-7937: Upgrade randomizedtesting to 2.5.3 (minor fixes
|
||||||
|
in test filtering for IDEs). (Mike Sokolov, Dawid Weiss)
|
||||||
|
|
||||||
======================= Lucene 7.0.0 =======================
|
======================= Lucene 7.0.0 =======================
|
||||||
|
|
||||||
New Features
|
New Features
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
/antlr/antlr = 2.7.7
|
/antlr/antlr = 2.7.7
|
||||||
/com.adobe.xmp/xmpcore = 5.1.2
|
/com.adobe.xmp/xmpcore = 5.1.2
|
||||||
|
|
||||||
com.carrotsearch.randomizedtesting.version = 2.5.2
|
com.carrotsearch.randomizedtesting.version = 2.5.3
|
||||||
/com.carrotsearch.randomizedtesting/junit4-ant = ${com.carrotsearch.randomizedtesting.version}
|
/com.carrotsearch.randomizedtesting/junit4-ant = ${com.carrotsearch.randomizedtesting.version}
|
||||||
/com.carrotsearch.randomizedtesting/randomizedtesting-runner = ${com.carrotsearch.randomizedtesting.version}
|
/com.carrotsearch.randomizedtesting/randomizedtesting-runner = ${com.carrotsearch.randomizedtesting.version}
|
||||||
|
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
91f3284993b44dcb2f003b5f28617abba13971d2
|
|
|
@ -0,0 +1 @@
|
||||||
|
053da66a10597283d48266d1f09d572f8608ae3f
|
|
@ -1 +0,0 @@
|
||||||
b8f91682cfeb8f9196aad56ace9c9a13330acef6
|
|
|
@ -0,0 +1 @@
|
||||||
|
c3809c2c2bc135109a7e1e231463da303299b5dd
|
|
@ -1 +0,0 @@
|
||||||
91f3284993b44dcb2f003b5f28617abba13971d2
|
|
|
@ -0,0 +1 @@
|
||||||
|
053da66a10597283d48266d1f09d572f8608ae3f
|
Loading…
Reference in New Issue