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/22 17:54:48 UTC

[tika] branch master updated: TIKA-2824 - general upgrades: h2

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

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


The following commit(s) were added to refs/heads/master by this push:
     new da6e6a0  TIKA-2824 - general upgrades: h2
da6e6a0 is described below

commit da6e6a033760ebb24d1e706137314ddbb6506035
Author: TALLISON <ta...@apache.org>
AuthorDate: Fri Feb 22 11:25:00 2019 -0500

    TIKA-2824 - general upgrades: h2
---
 CHANGES.txt       | 2 +-
 tika-eval/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 9269715..ad55bce 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -11,7 +11,7 @@ Release 1.21 - ????
    * Add a CSVParser.  CSV detection is currently based solely on filename
      and/or information conveyed via Metadata (TIKA-2826).
 
-   * General upgrades: jackcess, opennlp, httpcomponents, zstd-jni, cxf, Lucene (TIKA-2824)
+   * General upgrades: h2, jackcess, opennlp, httpcomponents, zstd-jni, cxf, Lucene (TIKA-2824)
 
    * Bundle xerces2 with tika-parsers (TIKA-2802).
 
diff --git a/tika-eval/pom.xml b/tika-eval/pom.xml
index 5e9e30a..0374308 100644
--- a/tika-eval/pom.xml
+++ b/tika-eval/pom.xml
@@ -62,7 +62,7 @@
         <dependency>
             <groupId>com.h2database</groupId>
             <artifactId>h2</artifactId>
-            <version>1.4.197</version>
+            <version>1.4.198</version>
         </dependency>
         <dependency>
             <groupId>com.optimaize.languagedetector</groupId>