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/06/21 20:22:35 UTC

[tika] branch branch_1x updated: TIKA-2679 -- bump 1.x to 1.8

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 729d29e  TIKA-2679 -- bump 1.x to 1.8
729d29e is described below

commit 729d29e5cce441fa17efb3afbbff4111f7000c01
Author: tballison <ta...@mitre.org>
AuthorDate: Thu Jun 21 16:22:23 2018 -0400

    TIKA-2679 -- bump 1.x to 1.8
---
 tika-parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 3a37a42..ef02d27 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 -->