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 2018/01/23 19:30:53 UTC

[tika] 01/03: Update geo-apis and sis to avoid license problems (TIKA-2535 and LEGAL-360).

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 6bd187a4d1ae9d82afc6943c0a89d23aa9f50ec2
Author: tballison <ta...@mitre.org>
AuthorDate: Tue Jan 23 11:17:12 2018 -0500

    Update geo-apis and sis to avoid license problems (TIKA-2535 and LEGAL-360).
---
 CHANGES.txt          | 2 ++
 tika-parsers/pom.xml | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 6f76fb4..07f21ac 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,8 @@ Release 2.0.0 - ???
 
    * Add a parser for XPS (TIKA-2524).
 
+   * Upgrade geo-apis to 3.0.1 (TIKA-2535)
+
 Release 1.17 - 12/8/2017
 
   ***NOTE: THIS IS THE LAST VERSION OF TIKA THAT WILL RUN
diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index c2f0a5a..81a5765 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -45,7 +45,7 @@
     <pdfbox.version>2.0.8</pdfbox.version>
     <jempbox.version>1.8.13</jempbox.version>
     <netcdf-java.version>4.5.5</netcdf-java.version>
-    <sis.version>0.6</sis.version>
+    <sis.version>0.8</sis.version>
     <!-- used by POI, PDFBox and Jackcess ...try to sync -->
     <bouncycastle.version>1.54</bouncycastle.version>
     <commonsexec.version>1.3</commonsexec.version>
@@ -481,7 +481,7 @@
     <dependency>
       <groupId>org.opengis</groupId>
       <artifactId>geoapi</artifactId>
-      <version>3.0.0</version>
+      <version>3.0.1</version>
     </dependency>
 
     <dependency>

-- 
To stop receiving notification emails like this one, please contact
tallison@apache.org.