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/03/14 16:26:49 UTC

[maven-jarsigner-plugin] branch upgrade-plexus created (now 4ebb6f3)

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

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


      at 4ebb6f3  [sec] Upgrade plexus to 3.3.0

This branch includes the following new commits:

     new 4ebb6f3  [sec] Upgrade plexus to 3.3.0

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-jarsigner-plugin] 01/01: [sec] Upgrade plexus to 3.3.0

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

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

    [sec] Upgrade plexus to 3.3.0
---
 pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/pom.xml b/pom.xml
index c1cc725..98b35aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,6 +75,15 @@ under the License.
     <javaVersion>7</javaVersion>
   </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>