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/13 16:46:02 UTC

[maven-plugin-testing] branch deps2 created (now c691e28)

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

elharo pushed a change to branch deps2
in repository https://gitbox.apache.org/repos/asf/maven-plugin-testing.git.


      at c691e28  update plexus archiver

This branch includes the following new commits:

     new c691e28  update plexus archiver

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-plugin-testing] 01/01: update plexus archiver

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

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

commit c691e28e252ad4eed45043bb1fe4318eb23fd5b3
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sat Jun 13 12:45:44 2020 -0400

    update plexus archiver
---
 maven-plugin-testing-harness/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-plugin-testing-harness/pom.xml b/maven-plugin-testing-harness/pom.xml
index b4a6284..8a708a7 100644
--- a/maven-plugin-testing-harness/pom.xml
+++ b/maven-plugin-testing-harness/pom.xml
@@ -68,7 +68,7 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>2.2</version>
+      <version>4.2.2</version>
     </dependency>
   </dependencies>