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 a36e9ba93 [AMQ-9043] Upgrade to maven-shade-plugin 3.3.0
a36e9ba93 is described below
commit a36e9ba93b3f7124299b2b8b3e2f2d076c51f378
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Mon Aug 15 08:13:09 2022 +0200
[AMQ-9043] Upgrade to maven-shade-plugin 3.3.0
(cherry picked from commit ec3cea1a943633a8ede08e14b2ab3af7d1f1339e)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 14ec70527..d9e7bc133 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,7 +135,7 @@
<maven-source-plugin-version>3.2.1</maven-source-plugin-version>
<maven-javadoc-plugin-version>3.3.2</maven-javadoc-plugin-version>
<maven-install-plugin-version>2.5.2</maven-install-plugin-version>
- <maven-shade-plugin-version>3.2.4</maven-shade-plugin-version>
+ <maven-shade-plugin-version>3.3.0</maven-shade-plugin-version>
<findbugs-maven-plugin-version>3.0.5</findbugs-maven-plugin-version>
<javacc-maven-plugin-version>2.6</javacc-maven-plugin-version>
<cobertura-maven-plugin-version>2.5.2</cobertura-maven-plugin-version>