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 2017/11/13 17:49:10 UTC

[tika] 02/02: * Upgrade to OpenNLP 1.8.3 (TIKA-2502).

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

commit 780ab0c71b7bce24a3c2bb96b995964395fffece
Author: tballison <ta...@mitre.org>
AuthorDate: Mon Nov 13 12:48:59 2017 -0500

      * Upgrade to OpenNLP 1.8.3 (TIKA-2502).
---
 CHANGES.txt          | 2 ++
 tika-parsers/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index bf899f4..fa3522a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,7 @@
 Release 1.17 - ???
 
+  * Upgrade to OpenNLP 1.8.3 (TIKA-2502).
+
   * Upgrade to Jackson 2.9.2 (TIKA-2501).
 
   * Catch potential NPE in getting InputStream for attachments
diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index 7a188bb..45d34a5 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -311,7 +311,7 @@
     <dependency>
       <groupId>org.apache.opennlp</groupId>
       <artifactId>opennlp-tools</artifactId>
-      <version>1.6.0</version>
+      <version>1.8.3</version>
     </dependency>
 
     <dependency>

-- 
To stop receiving notification emails like this one, please contact
"commits@tika.apache.org" <co...@tika.apache.org>.