You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/12/20 09:27:02 UTC

[maven-acr-plugin] 03/33: Updated to plexus-archiver 2.6.1, plexus-io 2.1.1 and plexus-utils 3.0.18

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

hboutemy pushed a commit to annotated tag maven-acr-plugin-3.0.0
in repository https://gitbox.apache.org/repos/asf/maven-acr-plugin.git

commit 771538c9d01e906eb4faa5ec29659ea3eaa04b93
Author: Kristian Rosenvold <kr...@apache.org>
AuthorDate: Sun Sep 28 18:42:38 2014 +0000

    Updated to plexus-archiver 2.6.1, plexus-io 2.1.1 and plexus-utils 3.0.18
    
    Full symlink support on *NIX (java7+ required), full file attribute support (java7+ required)
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-acr-plugin@1628095 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index caec984..22df8ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,12 +105,12 @@ under the License.
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.0.15</version>
+      <version>3.0.18</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>2.5</version>
+      <version>2.6.1</version>
       <exclusions>
         <exclusion>
           <groupId>org.codehaus.plexus</groupId>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.