You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2023/01/31 13:10:00 UTC

[commons-fileupload] branch master updated: Fix site build

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git


The following commit(s) were added to refs/heads/master by this push:
     new fa5a2a4  Fix site build
fa5a2a4 is described below

commit fa5a2a4fa26ebf81abe3fadbf626b766ef03556f
Author: Mark Thomas <ma...@apache.org>
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 05675db..c6e74ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -555,7 +555,7 @@
                   <goal>run</goal>
                 </goals>
                 <configuration>
-                  <tasks>
+                  <target>
                     <exec executable="svn">
                       <arg line="checkout --depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}"/>
                     </exec>
@@ -570,7 +570,7 @@
                     <exec executable="svn">
                       <arg line="update --set-depth infinity ${dirs}"/>
                     </exec>
-                  </tasks>
+                  </target>
                 </configuration>
               </execution>
             </executions>