Skip to content

Commit

Permalink
Fix maven complaining no version declared on maven-jar-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
edysantosa committed Aug 8, 2016
1 parent 2972d4f commit 00d9df2
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 @@ -39,6 +39,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
<configuration>
<archive>
<manifest>
Expand Down

0 comments on commit 00d9df2

Please sign in to comment.