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 2ace51bb39 [AMQ-9273] Upgrade to maven-shade-plugin 3.4.1
2ace51bb39 is described below
commit 2ace51bb39490d56736cd43654177b1c79fd8210
Author: JB Onofré <[email protected]>
AuthorDate: Tue Jun 27 13:53:54 2023 +0200
[AMQ-9273] Upgrade to maven-shade-plugin 3.4.1
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c7161eb69f..7c473ccf79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,7 +134,7 @@
<maven-source-plugin-version>3.2.1</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>