Browse Source

Upgrade maven-shade-plugin to 3.2.2

Change-Id: I63bdd436f04690028ecb493efc92c603a8049eb8
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
tags/v5.7.0.202002241735-m3
David Pursehouse 4 years ago
parent
commit
cc8f02de13
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      pom.xml

+ 1
- 1
pom.xml View File

@@ -234,7 +234,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.1</version>
<version>3.2.2</version>
</plugin>

<plugin>

Loading…
Cancel
Save