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 2020/12/28 19:48:57 UTC

[maven-ear-plugin] 01/01: [MEAR-295] Update prerequisites - require Maven 3.1.1

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

slachiewicz pushed a commit to branch MEAR-295
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git

commit c5724c6f35b5e9c862564f39178497126bbf9694
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Dec 28 20:46:19 2020 +0100

    [MEAR-295] Update prerequisites - require Maven 3.1.1
---
 pom.xml | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0b6129f..1887fd8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
   <properties>
     <mavenArchiverVersion>3.5.0</mavenArchiverVersion>
     <mavenFilteringVersion>3.1.1</mavenFilteringVersion>
-    <mavenVersion>3.0</mavenVersion>
+    <mavenVersion>3.1.1</mavenVersion>
     <javaVersion>7</javaVersion>
     <surefire.version>2.22.2</surefire.version>
     <project.build.outputTimestamp>2020-09-26T20:10:30Z</project.build.outputTimestamp>
@@ -159,11 +159,6 @@
       <artifactId>maven-shared-utils</artifactId>
       <version>3.3.3</version>
     </dependency>
-    <dependency>
-      <groupId>org.sonatype.sisu</groupId>
-      <artifactId>sisu-inject-plexus</artifactId>
-      <version>1.4.3.2</version>
-    </dependency>
 
     <dependency>
       <groupId>org.apache.maven.shared</groupId>