You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2020/10/19 09:39:52 UTC

svn commit: r1882644 - /jackrabbit/trunk/pom.xml

Author: reschke
Date: Mon Oct 19 09:39:52 2020
New Revision: 1882644

URL: http://svn.apache.org/viewvc?rev=1882644&view=rev
Log:
JCR-4639: Update antrun plugin dependency to 3.0.0

Modified:
    jackrabbit/trunk/pom.xml

Modified: jackrabbit/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/pom.xml?rev=1882644&r1=1882643&r2=1882644&view=diff
==============================================================================
--- jackrabbit/trunk/pom.xml (original)
+++ jackrabbit/trunk/pom.xml Mon Oct 19 09:39:52 2020
@@ -135,7 +135,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}">
@@ -229,7 +229,7 @@ An announcement mail template can be fou
     file://${basedir}/target/announcement.txt
                     </echo>
                     <echo />
-                  </tasks>
+                  </target>
                 </configuration>
               </execution>
             </executions>