You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by dk...@apache.org on 2011/05/27 12:02:20 UTC

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

Author: dkulp
Date: Fri May 27 10:02:20 2011
New Revision: 1128232

URL: http://svn.apache.org/viewvc?rev=1128232&view=rev
Log:
[MSHADE-99] Also update asm-common version to fix the it test

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=1128232&r1=1128231&r2=1128232&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-shade-plugin/pom.xml Fri May 27 10:02:20 2011
@@ -102,7 +102,7 @@ under the License.
     <dependency>
       <groupId>asm</groupId>
       <artifactId>asm-commons</artifactId>
-      <version>3.2</version>
+      <version>3.3.1</version>
     </dependency>
     <dependency>
       <groupId>org.jdom</groupId>