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/18 16:03:18 UTC

[tika] branch main updated: TIKA-3751: update maven-bundle-plugin

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 14ca42d62 TIKA-3751: update maven-bundle-plugin
14ca42d62 is described below

commit 14ca42d627bcb0bb3dc3c837b4cc03de9da300c4
Author: THausherr <ti...@snafu.de>
AuthorDate: Wed May 18 18:02:32 2022 +0200

    TIKA-3751: update maven-bundle-plugin
---
 tika-parent/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 7d28b88fb..de560d5fb 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -274,8 +274,7 @@
     <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>
-    <!-- 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.bundle.version>5.1.6</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>