You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/01/10 01:08:39 UTC

[maven-plugin-tools] 02/02: [MPLUGIN-387] Bump plexus-archiver to 4.2.6

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

slachiewicz pushed a commit to branch MPLUGIN-387
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git

commit dda9b651a115bb13e169f2ac2010dbc8df1bcb29
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Jan 10 02:07:33 2022 +0100

    [MPLUGIN-387] Bump plexus-archiver to 4.2.6
---
 maven-plugin-tools-annotations/pom.xml | 1 +
 maven-script/maven-script-ant/pom.xml  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/maven-plugin-tools-annotations/pom.xml b/maven-plugin-tools-annotations/pom.xml
index 426e7ea..5fb4fc8 100644
--- a/maven-plugin-tools-annotations/pom.xml
+++ b/maven-plugin-tools-annotations/pom.xml
@@ -74,6 +74,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
+        <version>4.2.6</version>
     </dependency>
         
     <dependency>
diff --git a/maven-script/maven-script-ant/pom.xml b/maven-script/maven-script-ant/pom.xml
index f52bc85..20befea 100644
--- a/maven-script/maven-script-ant/pom.xml
+++ b/maven-script/maven-script-ant/pom.xml
@@ -60,6 +60,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
+        <version>4.2.6</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>