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 2021/08/22 21:17:39 UTC

[maven-jarsigner-plugin] branch master updated: [MJARSIGNER-64] Upgrade Plexus Utils to 3.3.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 470a652  [MJARSIGNER-64] Upgrade Plexus Utils to 3.3.0
470a652 is described below

commit 470a652a0de0375db89976ed00473deac0fe297f
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Mar 14 17:25:08 2020 +0100

    [MJARSIGNER-64] Upgrade Plexus Utils to 3.3.0
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0eea10d..1f0e7ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,6 +76,15 @@ under the License.
     <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>
 
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.codehaus.plexus</groupId>
+        <artifactId>plexus-utils</artifactId>
+        <version>3.3.0</version>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>