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 2016/06/06 07:07:32 UTC

svn commit: r1746972 - /maven/shared/trunk/maven-artifact-transfer/pom.xml

Author: khmarbaise
Date: Mon Jun  6 07:07:32 2016
New Revision: 1746972

URL: http://svn.apache.org/viewvc?rev=1746972&view=rev
Log:
Undone the following changes:

 * [MSHARED-550] Removed hard code version for animal-sniffer-maven-plugin (r1746956)
 * [MSHARED-549] Remove hard code version for maven-shade-plugin (r1746955)

Because neither the maven-shade-plugin nor the animal-sniffer-maven-plugin is 
defined in one of our parents.

Modified:
    maven/shared/trunk/maven-artifact-transfer/pom.xml

Modified: maven/shared/trunk/maven-artifact-transfer/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-artifact-transfer/pom.xml?rev=1746972&r1=1746971&r2=1746972&view=diff
==============================================================================
--- maven/shared/trunk/maven-artifact-transfer/pom.xml (original)
+++ maven/shared/trunk/maven-artifact-transfer/pom.xml Mon Jun  6 07:07:32 2016
@@ -68,6 +68,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
+        <version>2.5.3</version>
         <executions>
           <execution>
             <phase>package</phase>
@@ -105,6 +106,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>animal-sniffer-maven-plugin</artifactId>
+        <version>1.15</version>
         <executions>
           <execution>
             <id>sniff</id>