You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/06/09 12:38:53 UTC

[maven-ear-plugin] 01/01: update plexus and verifier

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

elharo pushed a commit to branch deps
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git

commit 9541207773b564fb07481d048378869c32c0254e
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Tue Jun 9 08:38:37 2020 -0400

    update plexus and verifier
---
 .gitignore | 2 ++
 pom.xml    | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 7495d7e..fbcb7a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,5 @@ out/
 /dependencies.xml
 .java-version
 .checkstyle
+pom.xml.versionsBackup
+
diff --git a/pom.xml b/pom.xml
index 7367ca2..77b0588 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>4.2.1</version>
+      <version>4.2.2</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
@@ -143,7 +143,7 @@
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-verifier</artifactId>
-      <version>1.6</version>
+      <version>1.7.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>