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 12:26:45 UTC

[maven-shared-jar] branch MSHARED-484 created (now 5d038ff)

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.


      at 5d038ff  [MSHARED-484] Upgrade plexus-digest from 1.0 to 1.1

This branch includes the following new commits:

     new 5d038ff  [MSHARED-484] Upgrade plexus-digest from 1.0 to 1.1

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.



[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 5d038ffa46151a8f855911d8041f9247dc347890
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 | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 72de993..14aa087 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,13 @@
     <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><!-- Maven 3.0.0 -->
+      <scope>test</scope>
     </dependency>
 
     <dependency>