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/05/03 18:28:14 UTC

[maven-shared-jar] branch MSHARED-887 updated (f0b111e -> 580f53c)

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

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


 discard f0b111e  [MSHARED-887] Require Maven 3.1
     add 6995162  [MSHARED-888] Upgrade to Apache Commons BCEL 6.2
     add c85d904  [MSHARED-484] Upgrade plexus-digest from 1.0 to 1.1
     new 580f53c  [MSHARED-887] Require Maven 3.1

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f0b111e)
            \
             N -- N -- N   refs/heads/MSHARED-887 (580f53c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 34 +++++++++++++++++++++++++++-------
 1 file changed, 27 insertions(+), 7 deletions(-)


[maven-shared-jar] 01/01: [MSHARED-887] Require Maven 3.1

Posted by sl...@apache.org.
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 <sl...@apache.org>
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>