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

[maven-wagon] branch master updated: use shade plugin non snapshot and remove relativePath which does not make sense anymore

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 748a0f0  use shade plugin non snapshot and remove relativePath which does not make sense anymore
748a0f0 is described below

commit 748a0f0437d4542d9155a3185cc7f0b367ac5bdd
Author: olivier lamy <ol...@apache.org>
AuthorDate: Fri Apr 17 20:52:54 2020 +1000

    use shade plugin non snapshot and remove relativePath which does not make sense anymore
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ce6078b..328adc1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,6 @@ under the License.
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
     <version>34</version>
-    <relativePath>../pom/maven/pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.maven.wagon</groupId>
@@ -343,7 +342,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-shade-plugin</artifactId>
-          <version>3.2.3-SNAPSHOT</version>
+          <version>3.2.3</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>