You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/11/30 09:32:43 UTC

[maven-site-plugin] 01/02: [MSITE-916] Upgrade Plexus Archiver to 4.6.0

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git

commit 32a7d0877e6ed0e4aae21a0a317529cf3cc4e860
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Nov 30 10:30:43 2022 +0100

    [MSITE-916] Upgrade Plexus Archiver to 4.6.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 08038645..99742dcf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -309,7 +309,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>4.4.0</version>
+      <version>4.6.0</version>
     </dependency>
 
     <dependency>