This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git
The following commit(s) were added to refs/heads/master by this push:
new 0b980a1 Migrate to maven-antrun-plugin 3.0.0.
0b980a1 is described below
commit 0b980a180d66545bfcc669d6185107e6b665be01
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Oct 18 18:34:28 2021 -0400
Migrate to maven-antrun-plugin 3.0.0.
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index f6b090b..f9612ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -411,7 +411,7 @@
<goal>run</goal>
</goals>
<configuration>
- <tasks>
+ <target>
<exec executable="svn">
<arg line="checkout --depth immediates
${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
</exec>
@@ -426,7 +426,7 @@
<exec executable="svn">
<arg line="update --set-depth infinity ${dirs}" />
</exec>
- </tasks>
+ </target>
</configuration>
</execution>
</executions>