Skip to content

Commit

Permalink
Fix warning in Maven build by providing version for plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianshum committed Oct 24, 2014
1 parent 8f6b45a commit 70ec0bb
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 @@ -139,6 +139,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
Expand Down

0 comments on commit 70ec0bb

Please sign in to comment.