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 2019/10/20 12:58:48 UTC

[maven-source-plugin] branch MSOURCES-120 updated: use plexus-archiver 4.2.0 and maven-archiver 3.5.0-SNAPSHOT

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

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


The following commit(s) were added to refs/heads/MSOURCES-120 by this push:
     new 32c8f96  use plexus-archiver 4.2.0 and maven-archiver 3.5.0-SNAPSHOT
32c8f96 is described below

commit 32c8f9685b1aec72c6a20886245f597a8431b932
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Oct 20 14:58:44 2019 +0200

    use plexus-archiver 4.2.0 and maven-archiver 3.5.0-SNAPSHOT
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 720dd74..a71032f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,12 +110,12 @@ under the License.
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-archiver</artifactId>
-      <version>3.4.1-SNAPSHOT</version>
+      <version>3.5.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
-      <version>4.2.0-SNAPSHOT</version>
+      <version>4.2.0</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>