diff options
Diffstat (limited to 'aspectjweaver/pom.xml')
-rw-r--r-- | aspectjweaver/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/aspectjweaver/pom.xml b/aspectjweaver/pom.xml index 78ac055c6..386345c13 100644 --- a/aspectjweaver/pom.xml +++ b/aspectjweaver/pom.xml @@ -41,18 +41,18 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> - <version>1.6</version> + <version>3.0.0</version> <executions> <execution> <id>unzipasm</id> <phase>prepare-package</phase> <configuration> - <tasks> + <target> <echo message="unzip jarjar'd asm" /> <unzip src="${project.basedir}/../lib/asm/asm-9.1.renamed.jar" dest="target/asm-unzipped" /> - </tasks> + </target> </configuration> <goals> <goal>run</goal> |