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 2022/05/04 10:14:42 UTC

[tika] branch main updated: [TIKA-3749] upgrade maven-bundle-plugin (#556)

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

tallison 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 b9efda88a [TIKA-3749] upgrade maven-bundle-plugin (#556)
b9efda88a is described below

commit b9efda88a3a1e42247870cb082144cd9dd9b21a5
Author: Hervé Boutemy <he...@free.fr>
AuthorDate: Wed May 4 12:14:37 2022 +0200

    [TIKA-3749] upgrade maven-bundle-plugin (#556)
---
 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 0b79fa149..1fab1f63f 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -274,7 +274,7 @@
     <groovy.maven.version>2.1.1</groovy.maven.version>
     <maven.antrun.version>3.0.0</maven.antrun.version>
     <maven.assembly.version>3.3.0</maven.assembly.version>
-    <maven.bundle.version>5.1.4</maven.bundle.version>
+    <maven.bundle.version>5.1.5</maven.bundle.version>
     <maven.compiler.plugin.version>3.10.0</maven.compiler.plugin.version>
     <maven.failsafe.version>3.0.0-M5</maven.failsafe.version>
     <maven.javadoc.version>3.3.2</maven.javadoc.version>