Skip to content

Commit e63331e

Browse files
authored
HBASE-27557 [JDK17] Update shade plugin version (#4970)
Signed-off-by Reid Chan <[email protected]>
1 parent 9e2a17c commit e63331e

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
@@ -150,6 +150,7 @@
150150
<plugin>
151151
<groupId>org.apache.maven.plugins</groupId>
152152
<artifactId>maven-shade-plugin</artifactId>
153+
<version>3.4.1</version>
153154
<executions>
154155
<execution>
155156
<goals>

hbase-shaded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<plugin>
7979
<groupId>org.apache.maven.plugins</groupId>
8080
<artifactId>maven-shade-plugin</artifactId>
81-
<version>3.2.4</version>
81+
<version>3.4.1</version>
8282
<executions>
8383
<execution>
8484
<id>aggregate-into-a-jar-with-relocated-third-parties</id>

0 commit comments

Comments
 (0)