This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MSHARED-1003a in repository https://gitbox.apache.org/repos/asf/maven-archiver.git
commit a800654150575ffae7a06021fc779b5b68ba66a9 Author: Jorge Solórzano <jor...@gmail.com> AuthorDate: Fri Apr 22 11:56:59 2022 +0200 [MSHARED-1003] Require Maven 3.2.5+ Signed-off-by: Jorge Solórzano <jor...@gmail.com> --- pom.xml | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index b385640..43954a9 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-components</artifactId> - <version>35</version> + <version>36</version> <relativePath /> </parent> @@ -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> @@ -65,18 +64,6 @@ <!-- Apache Maven dependencies --> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-artifact</artifactId> - <version>${mavenVersion}</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-model</artifactId> - <version>${mavenVersion}</version> - <scope>provided</scope> - </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> @@ -96,14 +83,14 @@ <artifactId>commons-io</artifactId> <version>2.11.0</version> </dependency> - <dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-compress</artifactId> - <version>1.21</version> - </dependency> <!-- 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>