You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/05/25 12:14:00 UTC

[maven-acr-plugin] branch MACR-49 created (now 36ea9e5)

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

khmarbaise pushed a change to branch MACR-49
in repository https://gitbox.apache.org/repos/asf/maven-acr-plugin.git.


      at 36ea9e5  [MACR-49] - Upgrade plexus-archiver/maven-archiver/plexus-utils

This branch includes the following new commits:

     new 36ea9e5  [MACR-49] - Upgrade plexus-archiver/maven-archiver/plexus-utils

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-acr-plugin] 01/01: [MACR-49] - Upgrade plexus-archiver/maven-archiver/plexus-utils

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

khmarbaise pushed a commit to branch MACR-49
in repository https://gitbox.apache.org/repos/asf/maven-acr-plugin.git

commit 36ea9e52b1077134a8889a8525571d58ba99fbbf
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat May 25 14:13:54 2019 +0200

    [MACR-49] - Upgrade plexus-archiver/maven-archiver/plexus-utils
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 502820e..ece843a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-archiver</artifactId>
-      <version>3.2.0</version>
+      <version>3.4.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
@@ -105,12 +105,12 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.1.0</version>
+      <version>3.2.0</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>3.6.0</version>
+      <version>4.1.0</version>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>