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/04/21 23:20:05 UTC

[maven-archiver] 04/04: [MSHARED-1003] Require Maven 3.2.5+

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

slachiewicz pushed a commit to branch MSHARED-1003
in repository https://gitbox.apache.org/repos/asf/maven-archiver.git

commit d41f722690b1cc3b176ef1199e983c34c36ae9ee
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Fri Apr 22 01:19:09 2022 +0200

    [MSHARED-1003] Require Maven 3.2.5+
---
 pom.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 228d074..6250b22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,9 +34,8 @@
   <description>Provides utility methods for creating JARs and other archive files from a Maven project.</description>
 
   <properties>
-    <mavenVersion>3.1.1</mavenVersion>
+    <mavenVersion>3.2.5</mavenVersion>
     <javaVersion>8</javaVersion>
-    <surefire.version>2.22.2</surefire.version>
     <project.build.outputTimestamp>2022-01-02T12:43:14Z</project.build.outputTimestamp>
   </properties>
 
@@ -104,6 +103,11 @@
     <!--
       Plexus dependencies
     -->
+    <dependency>
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-io</artifactId>
+      <version>3.3.0</version>
+    </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>