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/26 12:15:42 UTC

[struts] branch master updated: upgrade maven-war-plugin to 3.3.1

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 <hb...@apache.org>
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>