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 20:42:31 UTC

[tika] branch master updated: Require Java 8 (TIKA-2553).

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 e757a6b  Require Java 8 (TIKA-2553).
e757a6b is described below

commit e757a6b825d557fb81ea0ccece2599566c966668
Author: tballison <ta...@mitre.org>
AuthorDate: Tue Jan 23 15:42:22 2018 -0500

    Require Java 8 (TIKA-2553).
---
 CHANGES.txt         | 2 ++
 tika-parent/pom.xml | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 96b041c..3dea163 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,7 @@
 Release 2.0.0 - ???
 
+   * Require Java 8 (TIKA-2553).
+
    * Add a parser for XPS (TIKA-2524).
 
    * Mime magic for Dolby Digital AC3 and EAC3 files
diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 6cba9b5..d17ffea 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -301,8 +301,8 @@
   </dependencyManagement>
 
   <properties>
-    <maven.compiler.source>1.7</maven.compiler.source>
-    <maven.compiler.target>1.7</maven.compiler.target>
+    <maven.compiler.source>1.8</maven.compiler.source>
+    <maven.compiler.target>1.8</maven.compiler.target>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding>
     <!-- NOTE: sync tukaani version with commons-compress in tika-parsers -->

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