diff options
Diffstat (limited to 'aspectjtools')
-rw-r--r-- | aspectjtools/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aspectjtools/pom.xml b/aspectjtools/pom.xml index 292e9db41..6888bc955 100644 --- a/aspectjtools/pom.xml +++ b/aspectjtools/pom.xml @@ -50,7 +50,7 @@ <tasks> <echo message="unzip jarjar'd asm" /> <unzip - src="${project.basedir}/../lib/asm/asm-8.0.1.renamed.jar" + src="${project.basedir}/../lib/asm/asm-9.1.renamed.jar" dest="target/asm-unzipped" /> </tasks> </configuration> |