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

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


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

commit e63331e93ee9e5ec42efe185f5ab19fe3a8793e2
Author: tianhang <tangtianhang...@gmail.com>
AuthorDate: Fri Jan 20 13:32:47 2023 +0800

    HBASE-27557 [JDK17] Update shade plugin version (#4970)
    
    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 2ea3c33f294..dadf086eddb 100644
--- a/hbase-protocol-shaded/pom.xml
+++ b/hbase-protocol-shaded/pom.xml
@@ -150,6 +150,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 c9d345862e4..0a0f0a1f863 100644
--- a/hbase-shaded/pom.xml
+++ b/hbase-shaded/pom.xml
@@ -78,7 +78,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