You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2023/01/26 16:10:24 UTC

[jackrabbit-oak] branch trunk updated: OAK-10090: update antrun version for reactor pom

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

reschke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c996e7b462 OAK-10090: update antrun version for reactor pom
c996e7b462 is described below

commit c996e7b4622b706eab56ba8087fff057445e8eb9
Author: Julian Reschke <ju...@gmx.de>
AuthorDate: Thu Jan 26 17:10:13 2023 +0100

    OAK-10090: update antrun version for reactor pom
---
 pom.xml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index f1aa857b65..6c96edc469 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,10 +178,8 @@
               </execution>
             </executions>
           </plugin>
-          <!-- JCR-2455: Automatic staging of non-Maven release artifacts -->
           <plugin>
             <artifactId>maven-antrun-plugin</artifactId>
-            <version>1.8</version>
             <executions>
               <execution>
                 <goals>
@@ -189,7 +187,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}">
@@ -278,7 +276,7 @@ An announcement mail template can be found at:
     file://${basedir}/target/announcement.txt
                     </echo>
                     <echo />
-                  </tasks>
+                  </target>
                 </configuration>
               </execution>
             </executions>