You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2022/05/07 16:56:11 UTC

[tika] branch main updated: TIKA-3751: update plugins, remove option not suppported in jdk8

This is an automated email from the ASF dual-hosted git repository.

tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new 0a6475d79 TIKA-3751: update plugins, remove option not suppported in jdk8
0a6475d79 is described below

commit 0a6475d7960a8eea950614498b98cb5e9aa20588
Author: THausherr <ti...@snafu.de>
AuthorDate: Sat May 7 18:55:08 2022 +0200

    TIKA-3751: update plugins, remove option not suppported in jdk8
---
 tika-core/pom.xml      | 3 +--
 tika-translate/pom.xml | 4 ++--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/tika-core/pom.xml b/tika-core/pom.xml
index cc69cee3d..3f6adfa4e 100644
--- a/tika-core/pom.xml
+++ b/tika-core/pom.xml
@@ -263,7 +263,6 @@
         <version>3.0.5</version>
         <configuration>
           <jvmArgs>-Xmx256m</jvmArgs>
-          <jvmArgs>-XX:MaxPermSize=256m</jvmArgs>
           <timeout>240000</timeout>
           <effort>max</effort>
         <failOnError>true</failOnError>
@@ -272,7 +271,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.8</version>
+        <version>3.3.0</version>
         <reportSets>
           <reportSet>
             <reports>
diff --git a/tika-translate/pom.xml b/tika-translate/pom.xml
index 950742a40..4d8f6b0e1 100644
--- a/tika-translate/pom.xml
+++ b/tika-translate/pom.xml
@@ -139,7 +139,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-project-info-reports-plugin</artifactId>
-          <version>3.2.2l</version>
+          <version>3.3.0</version>
           <reportSets>
             <reportSet>
               <reports>
@@ -153,7 +153,7 @@
           <artifactId>findbugs-maven-plugin</artifactId>
           <version>3.0.5</version>
           <configuration>
-            <jvmArgs>-Xmx256m,-XX:MaxPermSize=256m</jvmArgs>
+            <jvmArgs>-Xmx256m</jvmArgs>
             <timeout>240000</timeout>
             <effort>max</effort>
             <failOnError>true</failOnError>