Skip to content

Commit af6e8d8

Browse files
authored
HBASE-27557 [JDK17] Update shade plugin version (#4948)
Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Reid Chan <reidchan@apache.org>
1 parent 4add525 commit af6e8d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

hbase-protocol-shaded/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
<plugin>
147147
<groupId>org.apache.maven.plugins</groupId>
148148
<artifactId>maven-shade-plugin</artifactId>
149+
<version>3.4.1</version>
149150
<executions>
150151
<execution>
151152
<goals>

hbase-shaded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<plugin>
8484
<groupId>org.apache.maven.plugins</groupId>
8585
<artifactId>maven-shade-plugin</artifactId>
86-
<version>3.2.4</version>
86+
<version>3.4.1</version>
8787
<executions>
8888
<execution>
8989
<id>aggregate-into-a-jar-with-relocated-third-parties</id>

0 commit comments

Comments
 (0)