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 170957a  Update Maven assembly plugin to 3.4.2
170957a is described below

commit 170957a0a1a29e225930690d001b4960ecf8b2e8
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Sep 2 21:24:44 2022 +0100

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

diff --git a/CHANGES.md b/CHANGES.md
index e45954c..cac8d2c 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -3,6 +3,7 @@
 ## 1.0.2
 - Fix [#29](https://github.com/apache/tomcat-jakartaee-migration/issues/29) by 
recalculating the CRC value of the entry type is SORTED after converting (lihan)
 - Update Apache Parent to 27. (markt)
+- Update Maven Assembly plugin to 3.4.2. (markt)
 
 ## 1.0.1
 - Fix [#19](https://github.com/apache/tomcat-jakartaee-migration/issues/19). 
Add support for converting `.groovy` files.
diff --git a/pom.xml b/pom.xml
index f297178..0da84f2 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.4.0</version>
+        <version>3.4.2</version>
         <executions>
           <execution>
             <id>make-assembly</id>


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

Reply via email to