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

reidchan pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.5 by this push:
     new 5eb81363acf HBASE-27557 [JDK17] Update shade plugin version (#4984)
5eb81363acf is described below

commit 5eb81363acf03f8537444a7cd84542e02c8757f9
Author: tianhang <tangtianhang...@gmail.com>
AuthorDate: Fri Jan 20 10:52:36 2023 +0800

    HBASE-27557 [JDK17] Update shade plugin version (#4984)
    
    Signed-off-by: Reid Chan <reidc...@apache.org>
---
 hbase-protocol-shaded/pom.xml | 1 +
 hbase-shaded/pom.xml          | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/hbase-protocol-shaded/pom.xml b/hbase-protocol-shaded/pom.xml
index bd2c48cea5a..f478b28fa40 100644
--- a/hbase-protocol-shaded/pom.xml
+++ b/hbase-protocol-shaded/pom.xml
@@ -146,6 +146,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
+        <version>3.4.1</version>
         <executions>
           <execution>
             <goals>
diff --git a/hbase-shaded/pom.xml b/hbase-shaded/pom.xml
index 10b410cfd33..100595de436 100644
--- a/hbase-shaded/pom.xml
+++ b/hbase-shaded/pom.xml
@@ -83,7 +83,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-shade-plugin</artifactId>
-          <version>3.2.4</version>
+          <version>3.4.1</version>
           <executions>
             <execution>
               <id>aggregate-into-a-jar-with-relocated-third-parties</id>

Reply via email to