Replace tasks by target for maven-antrun-plugin (fixing RC1, thanks Thomas!)
diff --git a/pom.xml b/pom.xml
index 138cea5..b43807b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
<!-- Commons Release Plugin -->
<commons.release.version>1.0-alpha3</commons.release.version>
<commons.bc.version>1.0-alpha2</commons.bc.version>
- <commons.rc.version>RC1</commons.rc.version>
+ <commons.rc.version>RC2</commons.rc.version>
<commons.release.isDistModule>true</commons.release.isDistModule>
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/imaging</commons.distSvnStagingUrl>
<commons.releaseManagerName>Bruno P. Kinoshita</commons.releaseManagerName>
@@ -406,7 +406,7 @@
<goal>run</goal>
</goals>
<configuration>
- <tasks>
+ <target>
<exec executable="svn">
<arg line="checkout --depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
</exec>
@@ -421,7 +421,7 @@
<exec executable="svn">
<arg line="update --set-depth infinity ${dirs}" />
</exec>
- </tasks>
+ </target>
</configuration>
</execution>
</executions>