You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2022/08/18 05:18:28 UTC

[activemq] branch activemq-5.17.x updated: [AMQ-9032] Upgrade to maven-plugin-plugin 3.6.4

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

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


The following commit(s) were added to refs/heads/activemq-5.17.x by this push:
     new bdc4f646c [AMQ-9032] Upgrade to maven-plugin-plugin 3.6.4
bdc4f646c is described below

commit bdc4f646c688bc7d1374e903abf998b04ddf9774
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Aug 16 18:50:01 2022 +0200

    [AMQ-9032] Upgrade to maven-plugin-plugin 3.6.4
    
    (cherry picked from commit 58ec32738d958ec8fdd0496f558570c67cfbfc6e)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1c975ea12..d38730fce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -147,7 +147,7 @@
     <maven-dependency-plugin-version>2.8</maven-dependency-plugin-version>
     <maven-project-info-reports-plugin-version>3.4.0</maven-project-info-reports-plugin-version>
     <maven-graph-plugin-version>1.30</maven-graph-plugin-version>
-    <maven-plugin-plugin-version>3.6.0</maven-plugin-plugin-version>
+    <maven-plugin-plugin-version>3.6.4</maven-plugin-plugin-version>
     <maven-core-version>3.6.1</maven-core-version>
     <!-- OSGi bundles properties -->
     <activemq.osgi.import.pkg>*</activemq.osgi.import.pkg>