You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/12/26 21:12:17 UTC

[maven-install-plugin] branch master updated: [MINSTALL-166] Bump maven-artifact-transfer from 0.12.0 to 0.13.1

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-install-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 6130676  [MINSTALL-166] Bump maven-artifact-transfer from 0.12.0 to 0.13.1
6130676 is described below

commit 6130676ee363dffc9dd4cb1bdf5380de28711538
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Dec 26 18:07:11 2020 +0100

    [MINSTALL-166] Bump maven-artifact-transfer from 0.12.0 to 0.13.1
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 961a8f7..ca7b876 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
     <version>34</version>
-    <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
+    <relativePath/>
   </parent>
 
   <artifactId>maven-install-plugin</artifactId>
@@ -83,7 +83,7 @@
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-artifact-transfer</artifactId>
-      <version>0.12.0</version>
+      <version>0.13.1</version>
     </dependency>
 
     <!-- dependencies to annotations -->