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 54c51cd00 TIKA-3751: revert maven.bundle.version to 5.1.4 due to build 
failures
54c51cd00 is described below

commit 54c51cd0049586312e07a10475d442cd9ae37052
Author: THausherr <[email protected]>
AuthorDate: Sun May 8 08:15:36 2022 +0200

    TIKA-3751: revert maven.bundle.version to 5.1.4 due to build failures
---
 tika-parent/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index c9ba6c742..38833522d 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -274,7 +274,8 @@
     <groovy.maven.version>2.1.1</groovy.maven.version>
     <maven.antrun.version>3.1.0</maven.antrun.version>
     <maven.assembly.version>3.3.0</maven.assembly.version>
-    <maven.bundle.version>5.1.5</maven.bundle.version>
+    <!-- 5.1.5 sometimes brings "Error checking manifest uptodate status" in 
tika-parser-html-commons -->
+    <maven.bundle.version>5.1.4</maven.bundle.version>
     <maven.compiler.plugin.version>3.10.1</maven.compiler.plugin.version>
     <maven.failsafe.version>3.0.0-M6</maven.failsafe.version>
     <maven.javadoc.version>3.4.0</maven.javadoc.version>

Reply via email to