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 2020/12/27 13:08:26 UTC

[tika] branch branch_1x updated: TIKA-3256: enforce at least 3.5

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

tilman 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 244eee5  TIKA-3256: enforce at least 3.5
244eee5 is described below

commit 244eee5654940ac445313314a6e50132b9bed88b
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Sun Dec 27 14:08:03 2020 +0100

    TIKA-3256: enforce at least 3.5
---
 tika-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 2240e15..b9e4f8a 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -496,7 +496,7 @@
               <rules>
                 <dependencyConvergence />
                 <requireMavenVersion>
-                  <version>3.3</version>
+                  <version>3.5</version>
                 </requireMavenVersion>
               </rules>
             </configuration>