Skip to content

Instantly share code, notes, and snippets.

@rvbiljouw
Created January 16, 2014 17:24
Show Gist options
  • Save rvbiljouw/8459324 to your computer and use it in GitHub Desktop.
Save rvbiljouw/8459324 to your computer and use it in GitHub Desktop.
<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>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment