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/12 14:13:52 UTC

[maven-rar-plugin] 01/01: [MRAR-84] - Upgrade maven-archiver to 3.4.0

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

khmarbaise pushed a commit to branch MRAR-84
in repository https://gitbox.apache.org/repos/asf/maven-rar-plugin.git

commit 1b1c738f99c971e2c0e1d748ec726215794106cb
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Mar 23 13:13:43 2019 +0100

    [MRAR-84] - Upgrade maven-archiver to 3.4.0
---
 pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bc1a5f7..68bb2e3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,6 +109,11 @@ under the License.
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
+      <artifactId>maven-shared-utils</artifactId>
+      <version>3.2.1</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-filtering</artifactId>
       <version>3.1.1</version>
     </dependency>
@@ -120,7 +125,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>junit</groupId>