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 2012/11/19 00:21:06 UTC

svn commit: r1411018 - /maven/ant-tasks/trunk/pom.xml

Author: olamy
Date: Sun Nov 18 23:21:05 2012
New Revision: 1411018

URL: http://svn.apache.org/viewvc?rev=1411018&view=rev
Log:
lock shade plugin version

Modified:
    maven/ant-tasks/trunk/pom.xml

Modified: maven/ant-tasks/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/ant-tasks/trunk/pom.xml?rev=1411018&r1=1411017&r2=1411018&view=diff
==============================================================================
--- maven/ant-tasks/trunk/pom.xml (original)
+++ maven/ant-tasks/trunk/pom.xml Sun Nov 18 23:21:05 2012
@@ -238,6 +238,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
+        <version>1.7</version>
         <executions>
           <execution>
             <phase>package</phase>