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 2014/04/23 08:12:54 UTC

svn commit: r1589344 - /maven/plugin-tools/trunk/pom.xml

Author: olamy
Date: Wed Apr 23 06:12:53 2014
New Revision: 1589344

URL: http://svn.apache.org/r1589344
Log:
asm 5.0.2

Modified:
    maven/plugin-tools/trunk/pom.xml

Modified: maven/plugin-tools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/pom.xml?rev=1589344&r1=1589343&r2=1589344&view=diff
==============================================================================
--- maven/plugin-tools/trunk/pom.xml (original)
+++ maven/plugin-tools/trunk/pom.xml Wed Apr 23 06:12:53 2014
@@ -299,12 +299,12 @@
       <dependency>
         <groupId>org.ow2.asm</groupId>
         <artifactId>asm</artifactId>
-        <version>5.0_BETA</version>
+        <version>5.0.2</version>
       </dependency>
       <dependency>
         <groupId>org.ow2.asm</groupId>
         <artifactId>asm-commons</artifactId>
-        <version>5.0_BETA</version>
+        <version>5.0.2</version>
       </dependency>
 
       <dependency>