asm 5.0.2

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1589344 13f79535-47bb-0310-9956-ffa450edef68
master
Olivier Lamy 2014-04-23 06:12:53 +00:00
parent 485b860846
commit bfcfcaef95
1 changed files with 2 additions and 2 deletions

View File

@ -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>