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/05/16 18:12:51 UTC

[maven-site-plugin] 01/03: [MSITE-897] Upgrade Plexus Archiver to 4.2.7

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

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

commit bce7458375464e58f5d2d6cff92f8dde5f45de67
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Apr 27 22:59:11 2022 +0200

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

diff --git a/pom.xml b/pom.xml
index d8afa459..c2525d31 100644
--- a/pom.xml
+++ b/pom.xml
@@ -307,7 +307,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>4.2.5</version>
+      <version>4.2.7</version>
     </dependency>
 
     <dependency>