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

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


The following commit(s) were added to refs/heads/master by this push:
     new cd37144  HBASE-29584 Bump maven-shade-plugin version to 3.6.0 for 
JDK17 support (#148)
cd37144 is described below

commit cd371446047f5478b8b56e402092b2d81a5273c5
Author: richardantal <[email protected]>
AuthorDate: Thu Sep 11 19:34:31 2025 +0200

    HBASE-29584 Bump maven-shade-plugin version to 3.6.0 for JDK17 support 
(#148)
    
    Co-authored-by: Richard Antal <[email protected]>
    
    Signed-off-by: Tak Lon (Stephen) Wu <[email protected]>
    Signed-off-by: Dávid Paksy <[email protected]>
    Signed-off-by: Istvan Toth <[email protected]>
    Signed-off-by: Nihal Jain <[email protected]>
    Reviewed-by: Amina Dinari <aminadinari19>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f8a6408..e10132f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -429,7 +429,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-shade-plugin</artifactId>
-          <version>3.2.1</version>
+          <version>3.6.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>

Reply via email to