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 2021/10/02 09:35:49 UTC

[maven-dependency-analyzer] branch master updated: Revert "[MSHARED-944] Drop support for Maven 3.0. Require 3.1.1"

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git


The following commit(s) were added to refs/heads/master by this push:
     new 557aed1  Revert "[MSHARED-944] Drop support for Maven 3.0. Require 3.1.1"
557aed1 is described below

commit 557aed1face2ff3467de2f2457eda0847ec693b3
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Oct 2 11:27:38 2021 +0200

    Revert "[MSHARED-944] Drop support for Maven 3.0. Require 3.1.1"
    
    Needs more work
    
    This reverts commit 15150191f9309abfe06bff82680313c903532506.
---
 pom.xml | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 98ddda4..d5d7c76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,7 +59,7 @@
   </distributionManagement>
 
   <properties>
-    <mavenVersion>3.1.1</mavenVersion>
+    <mavenVersion>2.0.5</mavenVersion>
     <surefire.version>2.22.2</surefire.version>
     <javaVersion>7</javaVersion>
     <project.build.outputTimestamp>2020-08-05T13:26:53Z</project.build.outputTimestamp>
@@ -99,7 +99,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
-      <artifactId>maven-core</artifactId>
+      <artifactId>maven-project</artifactId>
       <version>${mavenVersion}</version>
     </dependency>
     <dependency>
@@ -112,7 +112,7 @@
       <artifactId>commons-io</artifactId>
       <version>2.6</version>
     </dependency>
-
+    
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-artifact</artifactId>
@@ -121,13 +121,7 @@
     <dependency>
       <groupId>org.apache.maven.plugin-testing</groupId>
       <artifactId>maven-plugin-testing-tools</artifactId>
-      <version>3.1.0</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-compat</artifactId>
-      <version>${mavenVersion}</version>
+      <version>1.3</version>
       <scope>test</scope>
     </dependency>
     <dependency>