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 2018/04/05 20:35:42 UTC

[maven-filtering] branch master updated: Removed explicit version definition of plexus-component-metadata plugin cause it's already defined in parent.

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c0c904d  Removed explicit version definition of plexus-component-metadata plugin cause it's already defined in parent.
c0c904d is described below

commit c0c904d7a47306d8e3a6f44ad457a8c955c3950a
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Thu Apr 5 22:35:09 2018 +0200

    Removed explicit version definition of plexus-component-metadata
    plugin cause it's already defined in parent.
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b09d2bb..80ee0c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,6 @@
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-component-metadata</artifactId>
-        <version>1.7.1</version>
         <executions>
           <execution>
             <goals>

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.