You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ct...@apache.org on 2018/09/14 13:57:31 UTC

lucene-solr:branch_7x: SOLR-12551: fix Tika version in list of major components in CHANGES.txt

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7x ae6ceb5cb -> 4febf7783


SOLR-12551: fix Tika version in list of major components in CHANGES.txt


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/4febf778
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/4febf778
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/4febf778

Branch: refs/heads/branch_7x
Commit: 4febf778369d7db708ac07fe42a46b194b495c8a
Parents: ae6ceb5
Author: Cassandra Targett <ct...@apache.org>
Authored: Fri Sep 14 08:57:07 2018 -0500
Committer: Cassandra Targett <ct...@apache.org>
Committed: Fri Sep 14 08:57:07 2018 -0500

----------------------------------------------------------------------
 solr/CHANGES.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/4febf778/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index d88c5eb..346249e 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -42,7 +42,7 @@ Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this r
 
 Versions of Major Components
 ---------------------
-Apache Tika 1.17
+Apache Tika 1.18
 Carrot2 3.16.0
 Velocity 1.7 and Velocity Tools 2.0
 Apache ZooKeeper 3.4.11
@@ -385,7 +385,7 @@ Other Changes
 
 * SOLR-12744: Improve logging messages and verbosity around recoveries (Cao Manh Dat, Varun Thacker)
 
-* SOLR-8742: In HdfsDirectoryTest replace RAMDirectory usages with ByteBuffersDirectory. 
+* SOLR-8742: In HdfsDirectoryTest replace RAMDirectory usages with ByteBuffersDirectory.
   (hossman, Mark Miller, Andrzej Bialecki, Steve Rowe)
 
 ==================  7.4.0 ==================
@@ -8196,8 +8196,8 @@ Bug Fixes
 
 * SOLR-6693: bin\solr.cmd doesn't support 32-bit JRE/JDK running on Windows due to
   parenthesis in JAVA_HOME. (Timothy Potter, Christopher Hewitt, Jan Høydahl)
-  
-* SOLR-12662: Reproducing TestPolicy failures: NPE and NoClassDefFoundError. 
+
+* SOLR-12662: Reproducing TestPolicy failures: NPE and NoClassDefFoundError.
   (Steve Rowe)
 
 Optimizations