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

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


The following commit(s) were added to refs/heads/main by this push:
     new fb3dea365 [AMQ-9030] Upgrade to maven-antrun-plugin 3.0.0
     new 3a56bca3f Merge pull request #894 from jbonofre/AMQ-9030
fb3dea365 is described below

commit fb3dea365628801fcbecbb09ca217820283c4436
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Wed Aug 17 06:54:34 2022 +0200

    [AMQ-9030] Upgrade to maven-antrun-plugin 3.0.0
---
 activemq-unit-tests/pom.xml | 4 ++--
 pom.xml                     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/activemq-unit-tests/pom.xml b/activemq-unit-tests/pom.xml
index b092979c0..077087459 100644
--- a/activemq-unit-tests/pom.xml
+++ b/activemq-unit-tests/pom.xml
@@ -482,12 +482,12 @@
             <id>package</id>
             <phase>package</phase>
             <configuration>
-              <tasks>
+              <target>
                 <echo>Deleting unwanted resources from the test-jar</echo>
                 <delete dir="${project.build.directory}/test-classes" 
verbose="true">
                   <include name="*.*" />
                 </delete>
-              </tasks>
+              </target>
             </configuration>
             <goals>
               <goal>run</goal>
diff --git a/pom.xml b/pom.xml
index 1d470009a..a1e46a104 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,7 +123,7 @@
     <!-- Maven Plugin Version for this Project -->
     <maven-bundle-plugin-version>5.1.8</maven-bundle-plugin-version>
     <maven-surefire-plugin-version>3.0.0-M6</maven-surefire-plugin-version>
-    <maven-antrun-plugin-version>1.8</maven-antrun-plugin-version>
+    <maven-antrun-plugin-version>3.0.0</maven-antrun-plugin-version>
     <maven-assembly-plugin-version>3.3.0</maven-assembly-plugin-version>
     <maven-release-plugin-version>2.5.3</maven-release-plugin-version>
     <maven-eclipse-plugin-version>2.10</maven-eclipse-plugin-version>

Reply via email to