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

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


The following commit(s) were added to refs/heads/master by this push:
     new 27d65b1  remove plugins versions override
27d65b1 is described below

commit 27d65b16f56004c5ce4e38137d60575300b65653
Author: Hervé Boutemy <hbout...@apache.org>
AuthorDate: Sat Nov 9 17:20:18 2019 +0100

    remove plugins versions override
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 95085ed..e727689 100644
--- a/pom.xml
+++ b/pom.xml
@@ -535,7 +535,6 @@ under the License.
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-component-metadata</artifactId>
-        <version>1.6</version>
         <executions>
           <execution>
             <goals>
@@ -548,7 +547,6 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
-        <version>1.4</version>
         <executions>
           <execution>
             <phase>package</phase>

Reply via email to