Skip to content

Commit

Permalink
HBASE-27557 [JDK17] Update shade plugin version (apache#4970)
Browse files Browse the repository at this point in the history
Signed-off-by Reid Chan <reidchan@apache.org>

(cherry picked from commit e63331e)
Change-Id: I48a0ab49843b5f926e5da84c6055f5c34581c54b
  • Loading branch information
thangTang authored Jan 20, 2023
1 parent 99b9fc1 commit ee8c688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions hbase-protocol-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.4.1</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion hbase-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ee8c688

Please sign in to comment.