Skip to content

Commit

Permalink
Upgrade maven-shade-plugin to 3.2.1 to get past failure in release (#117
Browse files Browse the repository at this point in the history
)

Co-authored-by: Raunaq Morarka <[email protected]>
  • Loading branch information
raunaqmorarka and Raunaq Morarka authored Apr 27, 2020
1 parent f46d573 commit 2790cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>2.3</version>
<version>3.2.1</version>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<filters>
Expand Down

0 comments on commit 2790cef

Please sign in to comment.