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

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

commit 580f53c1b63a7630cb3a70822035f4531bfadf2b
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun May 3 14:14:26 2020 +0200

    [MSHARED-887] Require Maven 3.1
---
 pom.xml | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1e5e7ba..d426ec8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
   </distributionManagement>
 
   <properties>
-    <mavenVersion>3.0</mavenVersion>
+    <mavenVersion>3.1.0</mavenVersion>
     <javaVersion>7</javaVersion>
     
<project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp>
   </properties>
@@ -103,15 +103,10 @@
     </dependency>
 
     <dependency>
-      <groupId>org.sonatype.sisu</groupId>
-      <artifactId>sisu-inject-plexus</artifactId>
-      <version>1.4.2</version><!-- 1.4.2 for Maven 3.0 -->
+      <groupId>org.eclipse.sisu</groupId>
+      <artifactId>org.eclipse.sisu.plexus</artifactId>
+      <version>0.0.0.M2a</version><!-- 0.0.0.M2a for Maven 3.1.0, 0.0.0.M5 for 
3.1.1 -->
     </dependency>
-<!--    <dependency>-->
-<!--      <groupId>org.eclipse.sisu</groupId>-->
-<!--      <artifactId>org.eclipse.sisu.plexus</artifactId>-->
-<!--      <version>0.0.0.M2a</version>&lt;!&ndash; 0.0.0.M2a for Maven 3.1.0, 
0.0.0.M5 for 3.1.1 &ndash;&gt;-->
-<!--    </dependency>-->
 
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

Reply via email to