Author: rfscholte
Date: Sat Aug 19 13:42:27 2017
New Revision: 1805510

URL: http://svn.apache.org/viewvc?rev=1805510&view=rev
Log:
Lock maven-plugin-plugin to 3.5 so its report can be generated

Modified:
    maven/plugins/trunk/maven-shade-plugin/pom.xml

Modified: maven/plugins/trunk/maven-shade-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/pom.xml?rev=1805510&r1=1805509&r2=1805510&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-shade-plugin/pom.xml Sat Aug 19 13:42:27 2017
@@ -30,7 +30,7 @@
   </parent>
 
   <artifactId>maven-shade-plugin</artifactId>
-  <version>3.1.1-SNAPSHOT</version>
+  <version>3.1.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Shade Plugin</name>
@@ -240,10 +240,18 @@
           </execution>
         </executions>
       </plugin>
-
     </plugins>
   </build>
 
+  <reporting>
+    <plugins>
+       <plugin>
+        <artifactId>maven-plugin-plugin</artifactId>
+        <version>3.5</version>
+      </plugin>
+    </plugins>
+  </reporting>
+
   <profiles>
     <profile>
       <id>run-its</id>


Reply via email to