You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2022/05/13 04:03:46 UTC

[commons-imaging] branch release updated: Revert change (needed when we upgrade to commons-parent 53)

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

kinow pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git


The following commit(s) were added to refs/heads/release by this push:
     new 7a161962 Revert change (needed when we upgrade to commons-parent 53)
7a161962 is described below

commit 7a161962d8f36a5effbaf000bd848c69db753da7
Author: Bruno P. Kinoshita <ki...@users.noreply.github.com>
AuthorDate: Fri May 13 16:03:26 2022 +1200

    Revert change (needed when we upgrade to commons-parent 53)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 80cc40ca..8937f962 100644
--- a/pom.xml
+++ b/pom.xml
@@ -404,7 +404,7 @@
                   <goal>run</goal>
                 </goals>
                 <configuration>
-                  <target>
+                  <tasks>
                     <exec executable="svn">
                       <arg line="checkout --depth immediates ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
                     </exec>
@@ -419,7 +419,7 @@
                     <exec executable="svn">
                       <arg line="update --set-depth infinity ${dirs}" />
                     </exec>
-                  </target>
+                  </tasks>
                 </configuration>
               </execution>
             </executions>