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/08 19:00:29 UTC

[maven-jar-plugin] branch MJAR-262 updated: WIP - MJAR-262 - Upgrade several dependencies.

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

khmarbaise pushed a commit to branch MJAR-262
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git


The following commit(s) were added to refs/heads/MJAR-262 by this push:
     new 6412a60  WIP - MJAR-262 - Upgrade several dependencies.
6412a60 is described below

commit 6412a60929bfe285eadb8f4a905f861e3566c325
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Wed May 8 21:00:11 2019 +0200

    WIP - MJAR-262 - Upgrade several dependencies.
---
 pom.xml | 22 +++++++++++++++++-----
 1 file changed, 17 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8b2cf30..fa285d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,16 +118,28 @@
       ! so we define it here explicit to make sure we get the
       ! correct version for plexus-archiver and plexus-utils.
     -->
+    <!--
+     ! maven-shared-utils is pulled by file-management
+     ! Need to use a more recent version otherwise
+     ! the build will fail. This needed to be kept
+     ! here until a new version of file-management
+     ! has been made. 
+    -->
     <dependency>
-      <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-archiver</artifactId>
-      <version>3.7.0</version>
+      <groupId>org.apache.maven.shared</groupId>
+      <artifactId>maven-shared-utils</artifactId>
+      <version>3.2.1</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
-      <artifactId>plexus-utils</artifactId>
-      <version>3.1.0</version>
+      <artifactId>plexus-archiver</artifactId>
+      <version>4.1.0</version>
     </dependency>
+		<dependency>
+			<groupId>org.codehaus.plexus</groupId>
+			<artifactId>plexus-utils</artifactId>
+			<version>3.2.0</version>
+		</dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>