Author: lehmi
Date: Wed Nov  1 12:44:51 2023
New Revision: 1913489

URL: http://svn.apache.org/viewvc?rev=1913489&view=rev
Log:
PDFBOX-5660: replace tasks with target due to a major upgrade of 
maven-antrun-plugin

Modified:
    pdfbox/branches/3.0/pom.xml

Modified: pdfbox/branches/3.0/pom.xml
URL: 
http://svn.apache.org/viewvc/pdfbox/branches/3.0/pom.xml?rev=1913489&r1=1913488&r2=1913489&view=diff
==============================================================================
--- pdfbox/branches/3.0/pom.xml (original)
+++ pdfbox/branches/3.0/pom.xml Wed Nov  1 12:44:51 2023
@@ -91,7 +91,7 @@
                 </goals>
                 <phase>deploy</phase>
                 <configuration>
-                  <tasks>
+                  <target>
                     <mkdir dir="${basedir}/target/${project.version}" />
                     <copy todir="${basedir}/target/${project.version}" 
flatten="true">
                       <fileset dir="${basedir}">
@@ -153,7 +153,7 @@ A release vote template has been generat
     file://${basedir}/target/vote.txt
                     </echo>
                     <echo />
-                  </tasks>
+                  </target>
                 </configuration>
               </execution>
             </executions>


Reply via email to