You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2021/12/24 15:20:07 UTC

[struts] branch master updated: upgrade Felix maven-bundle-plugin to 5.1.3

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 e1154d8  upgrade Felix maven-bundle-plugin to 5.1.3
     new 50e2c4e  Merge pull request #518 from hboutemy/patch-2
e1154d8 is described below

commit e1154d8b3a8ec5eb77ef47a1fd00903dd9c2e3bf
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Fri Dec 24 16:17:14 2021 +0100

    upgrade Felix maven-bundle-plugin to 5.1.3
    
    this will fix Reproducible Builds issue
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index df8f9a2..4209a61 100644
--- a/pom.xml
+++ b/pom.xml
@@ -316,7 +316,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>5.1.1</version>
+                    <version>5.1.3</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>