This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new e97e239771 ARTEMIS-3782: use existing managed version for
maven-shade-plugin uses
e97e239771 is described below
commit e97e2397719536dcee5d86fbe4adfac6d7790031
Author: Robbie Gemmell <[email protected]>
AuthorDate: Wed Apr 20 10:33:57 2022 +0100
ARTEMIS-3782: use existing managed version for maven-shade-plugin uses
---
artemis-core-client-all/pom.xml | 3 +--
artemis-jakarta-client-all/pom.xml | 1 -
artemis-jms-client-all/pom.xml | 3 +--
3 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/artemis-core-client-all/pom.xml b/artemis-core-client-all/pom.xml
index e9df9c0c22..ce4f11026c 100644
--- a/artemis-core-client-all/pom.xml
+++ b/artemis-core-client-all/pom.xml
@@ -42,9 +42,8 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>3.2.3</version>
<executions>
<execution>
<phase>package</phase>
diff --git a/artemis-jakarta-client-all/pom.xml
b/artemis-jakarta-client-all/pom.xml
index 8089ecf51f..0882f5cfee 100644
--- a/artemis-jakarta-client-all/pom.xml
+++ b/artemis-jakarta-client-all/pom.xml
@@ -45,7 +45,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>3.2.3</version>
<executions>
<execution>
<phase>package</phase>
diff --git a/artemis-jms-client-all/pom.xml b/artemis-jms-client-all/pom.xml
index 5d5c81be7c..8055ae019f 100644
--- a/artemis-jms-client-all/pom.xml
+++ b/artemis-jms-client-all/pom.xml
@@ -42,9 +42,8 @@
<build>
<plugins>
<plugin>
- <groupId>org.apache.maven.plugins</groupId>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
- <version>3.2.3</version>
<executions>
<execution>
<phase>package</phase>