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 62c85e8  upgrade maven-war-plugin to 3.3.1
     new a4e7034  Merge pull request #519 from hboutemy/patch-3
62c85e8 is described below

commit 62c85e8d11669b27d8d8b8da23c656a7d6b13b5a
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Fri Dec 24 16:22:08 2021 +0100

    upgrade maven-war-plugin to 3.3.1
    
    will bring reproducible war
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4209a61..de05b76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -311,7 +311,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-war-plugin</artifactId>
-                    <version>3.2.3</version>
+                    <version>3.3.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.felix</groupId>

Reply via email to