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-queryserver.git


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

commit 405355f9c64277e420da17cebad146f05f4301be
Author: Istvan Toth <[email protected]>
AuthorDate: Tue Oct 22 20:58:25 2024 +0200

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

diff --git a/pom.xml b/pom.xml
index d68db1b..b527d91 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,6 +106,7 @@
         <maven-owasp-plugin.version>10.0.2</maven-owasp-plugin.version>
         <jacoco-maven-plugin.version>0.8.11</jacoco-maven-plugin.version>
         <maven-sonar-plugin.version>3.10.0.2594</maven-sonar-plugin.version>
+        <maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
 
         <!-- Plugin options -->
         <it.failIfNoSpecifiedTests>false</it.failIfNoSpecifiedTests>
@@ -421,6 +422,11 @@
                         </execution>
                     </executions>
                 </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