mirror of https://github.com/apache/lucene.git
LUCENE-9092: Upgrade randomizedtesting to 2.7.5 and Carrot2 to 3.16.2
This commit is contained in:
parent
1812b367ab
commit
d130bffa8f
|
@ -67,6 +67,8 @@ Other
|
|||
|
||||
* LUCENE-8768: Fix Javadocs build in Java 11. (Namgyu Kim)
|
||||
|
||||
* LUCENE-9092: upgrade randomizedtesting to 2.7.5 (Dawid Weiss)
|
||||
|
||||
======================= Lucene 8.5.0 =======================
|
||||
|
||||
API Changes
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
/com.adobe.xmp/xmpcore = 5.1.3
|
||||
|
||||
com.carrotsearch.randomizedtesting.version = 2.7.2
|
||||
com.carrotsearch.randomizedtesting.version = 2.7.5
|
||||
/com.carrotsearch.randomizedtesting/junit4-ant = ${com.carrotsearch.randomizedtesting.version}
|
||||
/com.carrotsearch.randomizedtesting/randomizedtesting-runner = ${com.carrotsearch.randomizedtesting.version}
|
||||
|
||||
|
@ -244,7 +244,7 @@ org.bouncycastle.version = 1.60
|
|||
/org.carrot2.attributes/attributes-binder = 1.3.3
|
||||
/org.carrot2.shaded/carrot2-guava = 18.0
|
||||
|
||||
/org.carrot2/carrot2-mini = 3.16.0
|
||||
/org.carrot2/carrot2-mini = 3.16.2
|
||||
|
||||
org.carrot2.morfologik.version = 2.1.5
|
||||
/org.carrot2/morfologik-fsa = ${org.carrot2.morfologik.version}
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
84ed6b5f70906f9ef173db67ccde657b43ea60df
|
|
@ -0,0 +1 @@
|
|||
967e89a9a46a5b15ce8bef199f01be4830af1a31
|
|
@ -23,7 +23,7 @@ Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this r
|
|||
Versions of Major Components
|
||||
---------------------
|
||||
Apache Tika 1.19.1
|
||||
Carrot2 3.16.0
|
||||
Carrot2 3.16.2
|
||||
Velocity 2.0 and Velocity Tools 3.0
|
||||
Apache ZooKeeper 3.5.5
|
||||
Jetty 9.4.19.v20190610
|
||||
|
@ -89,6 +89,8 @@ Other Changes
|
|||
|
||||
* SOLR-13797: SolrResourceLoader no longer caches bad results when asked for wrong type (Mike Drob)
|
||||
|
||||
* LUCENE-9092: Upgrade Carrot2 to 3.16.2 (Dawid Weiss).
|
||||
|
||||
================== 8.5.0 ==================
|
||||
|
||||
Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
6bb27fd0dfe24a5671d9751a943728a54be48ed7
|
|
@ -0,0 +1 @@
|
|||
decabb42b88a8d40c1894984f4af8adb833f766b
|
|
@ -1 +0,0 @@
|
|||
b9e4fce45b3ee7bb14c5b72804dc1e483e61340d
|
|
@ -0,0 +1 @@
|
|||
e044cdd1aeaafe12df7808a3d9295a03a2717f12
|
|
@ -1 +0,0 @@
|
|||
84ed6b5f70906f9ef173db67ccde657b43ea60df
|
|
@ -0,0 +1 @@
|
|||
967e89a9a46a5b15ce8bef199f01be4830af1a31
|
Loading…
Reference in New Issue