Skip to content

Commit

Permalink
build(pom): set maven-jar-plugin to v3.1.2 to silence warning
Browse files Browse the repository at this point in the history
fix #108
  • Loading branch information
landonreed committed Aug 6, 2019
1 parent 7951dc9 commit cc1e67f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.2</version>
<configuration>
<archive>
<manifest>
Expand Down

0 comments on commit cc1e67f

Please sign in to comment.