You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ji...@apache.org on 2018/09/15 20:32:27 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_7_5 29b26e322 -> eec0ac651


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/eec0ac65
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/eec0ac65
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/eec0ac65

Branch: refs/heads/branch_7_5
Commit: eec0ac6510631e1ba8d7cb805191da63af61b41b
Parents: 29b26e3
Author: Cassandra Targett <ct...@apache.org>
Authored: Fri Sep 14 08:57:07 2018 -0500
Committer: Jim Ferenczi <ji...@apache.org>
Committed: Sat Sep 15 22:31:44 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/eec0ac65/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 8f93607..ee9e1b1 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -22,7 +22,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
@@ -362,7 +362,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 ==================
@@ -8173,8 +8173,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