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 16:21:52 UTC

[tika] branch branch_1x updated: upgrade geo-apis and sis (TIKA-2535).

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 9e1cd30  upgrade geo-apis and sis (TIKA-2535).
9e1cd30 is described below

commit 9e1cd3023b234b9ec1c9b3c75419de59d28d5df6
Author: tballison <ta...@mitre.org>
AuthorDate: Tue Jan 23 11:21:42 2018 -0500

    upgrade geo-apis and sis (TIKA-2535).
---
 CHANGES.txt          | 2 ++
 tika-parsers/pom.xml | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 2e6d3a9..251d7fe 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,6 +5,8 @@ Release 1.18 - ???
    * Fixed bug where TesseractOCRParser ignores configured ImageMagickPath,
      and set rotation script to ignore Python warnings (TIKA-2509)
 
+   * Upgrade geo-apis to 3.0.1 (TIKA-2535).
+
 Release 1.17 - December 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 3879403..a214f39 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.