Skip to content

Commit

Permalink
Merge pull request #7 from sgri/master
Browse files Browse the repository at this point in the history
Fix for: (use -source 5 or higher to enable generics)
  • Loading branch information
AReallyGoodName committed May 28, 2015
2 parents 987a085 + b2ec331 commit d1087ac
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,22 @@
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>


</project>

0 comments on commit d1087ac

Please sign in to comment.