This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.18.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.18.x by this push:
new f9f3e381a0 [AMQ-9273] Upgrade to maven-shade-plugin 3.4.1
f9f3e381a0 is described below
commit f9f3e381a0c6824c2dc8c4ec332d3eedbd1ddea3
Author: JB Onofré <[email protected]>
AuthorDate: Thu Jun 8 11:11:05 2023 +0200
[AMQ-9273] Upgrade to maven-shade-plugin 3.4.1
(cherry picked from commit b2176cbf73782a975101a3e6dd09c51ad2772c5f)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 72d0c26cd7..3246b0c794 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@
<maven-source-plugin-version>3.3.0</maven-source-plugin-version>
<maven-javadoc-plugin-version>3.5.0</maven-javadoc-plugin-version>
<maven-install-plugin-version>2.5.2</maven-install-plugin-version>
- <maven-shade-plugin-version>3.3.0</maven-shade-plugin-version>
+ <maven-shade-plugin-version>3.4.1</maven-shade-plugin-version>
<findbugs-maven-plugin-version>3.0.5</findbugs-maven-plugin-version>
<javacc-maven-plugin-version>3.0.1</javacc-maven-plugin-version>
<cobertura-maven-plugin-version>2.7</cobertura-maven-plugin-version>