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/19 04:43:58 UTC

[activemq] branch main updated: [AMQ-9034] Upgrade to maven-war-plugin 3.3.2

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 266f0ab2b [AMQ-9034] Upgrade to maven-war-plugin 3.3.2
     new 8cca01dbb Merge pull request #890 from jbonofre/AMQ-9034
266f0ab2b is described below

commit 266f0ab2bf786d3bcbe452dae83dfc377bb07230
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Aug 16 18:45:05 2022 +0200

    [AMQ-9034] Upgrade to maven-war-plugin 3.3.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0877ddf5d..e965b4cb9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@
     <maven-release-plugin-version>2.5.3</maven-release-plugin-version>
     <maven-eclipse-plugin-version>2.10</maven-eclipse-plugin-version>
     <maven-enforcer-plugin-version>3.1.0</maven-enforcer-plugin-version>
-    <maven-war-plugin-version>3.2.2</maven-war-plugin-version>
+    <maven-war-plugin-version>3.3.2</maven-war-plugin-version>
     <maven-compiler-plugin-version>3.10.1</maven-compiler-plugin-version>
     <maven-jar-plugin-version>3.2.2</maven-jar-plugin-version>
     <maven-archiver-version>2.5</maven-archiver-version>