Skip to content

Commit

Permalink
Update shade plugin version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
stefvanschie committed Mar 1, 2024
1 parent 3595fed commit 4d306e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Now in order to shade the project into your project, add the following to your p
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<version>3.5.2</version>
<configuration>
<dependencyReducedPomLocation>${project.build.directory}/dependency-reduced-pom.xml</dependencyReducedPomLocation>
<relocations>
Expand Down

0 comments on commit 4d306e5

Please sign in to comment.