Skip to content

Commit 7857fa1

Browse files
committed
tasks is deprecated; replace with target
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1687295 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8700816 commit 7857fa1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ file comparators, endian transformation classes, and much more.
387387
<goal>run</goal>
388388
</goals>
389389
<configuration>
390-
<tasks>
390+
<target>
391391
<exec executable="svn">
392392
<arg line="checkout --depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
393393
</exec>
@@ -402,7 +402,7 @@ file comparators, endian transformation classes, and much more.
402402
<exec executable="svn">
403403
<arg line="update --set-depth infinity ${dirs}" />
404404
</exec>
405-
</tasks>
405+
</target>
406406
</configuration>
407407
</execution>
408408
</executions>

0 commit comments

Comments
 (0)