Skip to content

Commit

Permalink
Set the version of the jarjar-maven-plugin in pluginManagement (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 authored Nov 2, 2018
1 parent d5effe8 commit b3aea0f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,11 @@
<target>1.6</target>
</configuration>
</plugin>

<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>jarjar-maven-plugin</artifactId>
<version>1.9</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand Down

0 comments on commit b3aea0f

Please sign in to comment.