You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by bi...@apache.org on 2011/07/02 21:08:33 UTC

svn commit: r1142269 - /maven/plugins/trunk/maven-shade-plugin/pom.xml

Author: bimargulies
Date: Sat Jul  2 19:08:33 2011
New Revision: 1142269

URL: http://svn.apache.org/viewvc?rev=1142269&view=rev
Log:
[MSHADE-93] Dependency problem in jdependency pom causes failure to download commons-io in Artifactory

o Made suggested change.

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=1142269&r1=1142268&r2=1142269&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-shade-plugin/pom.xml Sat Jul  2 19:08:33 2011
@@ -117,7 +117,7 @@ under the License.
     <dependency>
       <groupId>org.vafer</groupId>
       <artifactId>jdependency</artifactId>
-      <version>0.6</version>
+      <version>0.7</version>
     </dependency>
 
     <dependency>