This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git
The following commit(s) were added to refs/heads/1.x by this push:
new 456a424 Fix site build
456a424 is described below
commit 456a424e6c5ca1e54585821b5139c16478db9424
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jan 31 13:06:56 2023 +0000
Fix site build
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 56eb5f3..7200978 100644
--- a/pom.xml
+++ b/pom.xml
@@ -396,7 +396,7 @@
<goal>run</goal>
</goals>
<configuration>
- <tasks>
+ <target>
<exec executable="svn">
<arg line="checkout --depth immediates
${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}"/>
</exec>
@@ -411,7 +411,7 @@
<exec executable="svn">
<arg line="update --set-depth infinity ${dirs}"/>
</exec>
- </tasks>
+ </target>
</configuration>
</execution>
</executions>