You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2022/04/28 16:55:39 UTC

[tika] branch main updated: need to switch tasks -> target for major release upgrade for antrun

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

tallison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new fad145d41 need to switch tasks -> target for major release upgrade for antrun
fad145d41 is described below

commit fad145d41ebd3f7f403d1c544bcc81e4e2f20dd2
Author: tallison <ta...@apache.org>
AuthorDate: Thu Apr 28 12:55:30 2022 -0400

    need to switch tasks -> target for major release upgrade for antrun
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index b031abaaf..56e70b857 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,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}">
@@ -160,7 +160,7 @@ least three +1 Tika PMC votes are cast.
                       file://${basedir}/target/vote.txt
                     </echo>
                     <echo />
-                  </tasks>
+                  </target>
                 </configuration>
               </execution>
             </executions>