This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git


The following commit(s) were added to refs/heads/master by this push:
     new 6a5f621  PHOENIX-7447 Update maven-shade-plugin to 3.6.0 (#147)
6a5f621 is described below

commit 6a5f6211f07deeb50a4c3d7e99384fb6beaef11f
Author: Istvan Toth <[email protected]>
AuthorDate: Tue Oct 22 20:24:44 2024 +0200

    PHOENIX-7447 Update maven-shade-plugin to 3.6.0 (#147)
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 20beb1f..852a6de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,6 +153,7 @@
     <spotbugs.version>4.8.2</spotbugs.version>
     <maven-owasp-plugin.version>10.0.2</maven-owasp-plugin.version>
     <maven.bundle.version>3.3.0</maven.bundle.version>
+    <maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
 
     <!-- Plugin options -->
     <numForkedUT>8</numForkedUT>
@@ -370,6 +371,11 @@
           <artifactId>maven-bundle-plugin</artifactId>
           <version>${maven.bundle.version}</version>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-shade-plugin</artifactId>
+          <version>${maven-shade-plugin.version}</version>
+        </plugin>
       </plugins>
     </pluginManagement>
 

Reply via email to