You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2019/02/12 14:58:07 UTC

[tika] branch branch_1x updated: TIKA-2824 update Lucene to 7.0.0

This is an automated email from the ASF dual-hosted git repository.

tallison pushed a commit to branch branch_1x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_1x by this push:
     new cfa524e  TIKA-2824 update Lucene to 7.0.0
cfa524e is described below

commit cfa524eec4ea645370ef6c9674ccc44875ddbded
Author: TALLISON <ta...@apache.org>
AuthorDate: Tue Feb 12 09:52:39 2019 -0500

    TIKA-2824 update Lucene to 7.0.0
---
 CHANGES.txt         | 2 +-
 tika-parent/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 9acda4a..dfa6bae 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,6 @@
 Release 1.21 - ????
 
-   * General upgrades: jackcess, opennlp, httpcomponents, zstd-jni, cxf (TIKA-2824)
+   * General upgrades: jackcess, opennlp, httpcomponents, zstd-jni, cxf, Lucene (TIKA-2824)
 
    * Bundle xerces2 with tika-parsers (TIKA-2802).
 
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 92dcf4a..5cff4d5 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -332,7 +332,7 @@
          javax.activation dependency in tika-server -->
     <jaxb.version>2.3.2</jaxb.version>
     <cli.version>1.4</cli.version>
-    <lucene.version>7.6.0</lucene.version>
+    <lucene.version>7.7.0</lucene.version>
     <mockito.version>2.23.4</mockito.version>
   </properties>