Skip to content

Commit

Permalink
Set maven.compiler.source/target to 1.6 explictily
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Jan 19, 2015
1 parent 8fa5552 commit 35c28b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@
</distributionManagement>

<properties>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>

<version.com.puppycrawl.tools.checkstyle>6.1.1</version.com.puppycrawl.tools.checkstyle>
<version.com.mycila.license-maven-plugin>2.7</version.com.mycila.license-maven-plugin>
<version.org.eclipse.jgit>3.6.1.201501031845-r</version.org.eclipse.jgit>
Expand Down

0 comments on commit 35c28b3

Please sign in to comment.