This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch 5.1
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/5.1 by this push:
new f11bb66dd2 PHOENIX-7447 Update maven-shade-plugin to 3.6.0 (#2016)
f11bb66dd2 is described below
commit f11bb66dd2a277806321550dd2b2b362fe595b2b
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 ee62b6c9ae..fcf6b5f1e0 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>
@@ -493,6 +494,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 -->