You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/07/05 18:46:30 UTC

[tomcat-jakartaee-migration] branch main updated: Update Maven Assembly plugin to 3.4.0

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

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git


The following commit(s) were added to refs/heads/main by this push:
     new 91ff707  Update Maven Assembly plugin to 3.4.0
91ff707 is described below

commit 91ff7071472e78f115567d87cb85ecb9ec4f1450
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Jul 5 19:46:25 2022 +0100

    Update Maven Assembly plugin to 3.4.0
---
 CHANGES.md | 2 ++
 pom.xml    | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index f6d1719..e9536ae 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -21,6 +21,8 @@
 
 - Update Maven AntRun plugin to 3.1.0. (markt)
 
+- Update Maven Assembly plugin to 3.4.0. (markt)
+
 ## 1.0.0
 
 - Fix [#14](https://github.com/apache/tomcat-jakartaee-migration/issues/14). Do not migrate `javax.xml.(registry|rpc)` namespaces. (mgrigorov)
diff --git a/pom.xml b/pom.xml
index 7a11671..93d8797 100644
--- a/pom.xml
+++ b/pom.xml
@@ -224,7 +224,7 @@
              org.apache.maven.plugins ...which is assumed by default.
          -->
         <artifactId>maven-assembly-plugin</artifactId>
-        <version>3.2.0</version>
+        <version>3.4.0</version>
         <executions>
           <execution>
             <id>make-assembly</id>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org