You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by to...@apache.org on 2022/06/02 19:12:41 UTC

[db-jdo] branch main updated: upgrade Felix maven-bundle-plugin

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

tobous pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/db-jdo.git


The following commit(s) were added to refs/heads/main by this push:
     new 20b14bf8 upgrade Felix maven-bundle-plugin
20b14bf8 is described below

commit 20b14bf8a3ebb74cf0c3c5056098fd57ee82ee40
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Thu May 26 09:37:15 2022 +0200

    upgrade Felix maven-bundle-plugin
---
 parent-pom/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent-pom/pom.xml b/parent-pom/pom.xml
index 8f52106d..d15c3853 100644
--- a/parent-pom/pom.xml
+++ b/parent-pom/pom.xml
@@ -276,7 +276,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>5.1.4</version>
+                    <version>5.1.6</version>
                 </plugin>
                 <plugin>
                     <artifactId>maven-javadoc-plugin</artifactId>