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

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/master by this push:
     new d2de3f610 WW-5320 upgrade Felix Maven Bundle Plugin
     new 6ab23d416 Merge pull request #696 from hboutemy/patch-4
d2de3f610 is described below

commit d2de3f610de14dc2adb949b623a5f72829a7ef62
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Tue Jul 11 08:49:29 2023 +0200

    WW-5320 upgrade Felix Maven Bundle Plugin
    
    fixes last Reproducible Builds issue after #555
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1df237e76..a0ff8b25e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -287,7 +287,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>5.1.6</version>
+                    <version>5.1.9</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>

Reply via email to