This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch 5.2
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/5.2 by this push:
new 66f58d9886 PHOENIX-7447 Update maven-shade-plugin to 3.6.0 (#2016)
66f58d9886 is described below
commit 66f58d9886960e07253fe421fd4fa00650258fb1
Author: Istvan Toth <[email protected]>
AuthorDate: Tue Oct 22 15:32:03 2024 +0200
PHOENIX-7447 Update maven-shade-plugin to 3.6.0 (#2016)
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index 6dc9cab8a8..ed97bb8709 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,6 +164,7 @@
<maven-bundle-plugin.version>5.1.9</maven-bundle-plugin.version>
<exec-maven-plugin.version>3.1.1</exec-maven-plugin.version>
<maven-checkstyle-plugin.version>3.3.0</maven-checkstyle-plugin.version>
+ <maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
<!-- Plugin options -->
<skipParallelStatsEnabledTests>false</skipParallelStatsEnabledTests>
@@ -488,6 +489,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
+ <version>${maven-shade-plugin.version}</version>
</plugin>
<plugin>
<!-- Allows us to get the apache-ds bundle artifacts -->