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 15:54:48 UTC

[maven-shared-jar] branch MSHARED-484 updated (5d038ff -> de4b599)

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

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


 discard 5d038ff  [MSHARED-484] Upgrade plexus-digest from 1.0 to 1.1
     add 6995162  [MSHARED-888] Upgrade to Apache Commons BCEL 6.2
     new de4b599  [MSHARED-484] Upgrade plexus-digest from 1.0 to 1.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   (5d038ff)
            \
             N -- N -- N   refs/heads/MSHARED-484 (de4b599)

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 | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)


[maven-shared-jar] 01/01: [MSHARED-484] Upgrade plexus-digest from 1.0 to 1.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-484
in repository https://gitbox.apache.org/repos/asf/maven-shared-jar.git

commit de4b5999183b7fd3184ae19683c410b5c683260e
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun May 3 14:24:14 2020 +0200

    [MSHARED-484] Upgrade plexus-digest from 1.0 to 1.1
---
 pom.xml | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cb2beba..a6881de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,10 +84,22 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-digest</artifactId>
-      <version>1.0</version>
+      <version>1.1</version>
     </dependency>
 
     <dependency>
+      <groupId>org.sonatype.sisu</groupId>
+      <artifactId>sisu-inject-plexus</artifactId>
+      <version>1.4.2</version><!-- 1.4.2 for Maven 3.0 -->
+      <scope>test</scope>
+    </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>
       <artifactId>plexus-utils</artifactId>
       <version>3.3.0</version>
@@ -126,6 +138,7 @@
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-component-metadata</artifactId>
+        <version>2.1.0</version>
         <executions>
           <execution>
             <goals>