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 2018/03/22 20:32:34 UTC

[maven-source-plugin] 01/01: [MSOURCES-111] - Upgrade maven-archiver / plexus-archiver o Upgrade maven-archiver to 3.2.0 o Upgrade plexus-archiver to 3.5

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

khmarbaise pushed a commit to branch MSOURCES-111
in repository https://gitbox.apache.org/repos/asf/maven-source-plugin.git

commit b46c18c70eb22de8a5e9b63e8c043bf493170b13
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Mar 22 21:32:05 2018 +0100

    [MSOURCES-111] - Upgrade maven-archiver / plexus-archiver
     o Upgrade maven-archiver to 3.2.0
     o Upgrade plexus-archiver to 3.5
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 29bf68a..61d85f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,12 +109,12 @@ under the License.
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-archiver</artifactId>
-      <version>3.1.1</version>
+      <version>3.2.0</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>3.4</version>
+      <version>3.5</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.