Skip to content

Commit

Permalink
Use the target/source values used by the compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakknutsen committed Mar 3, 2014
1 parent 704bda2 commit c460de0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,13 @@

<!-- maven-enforcer-plugin -->
<maven.min.version>3.0.3</maven.min.version>
<jdk.min.version>${maven.compiler.source}</jdk.min.version>
<jdk.min.version>${maven.compiler.argument.source}</jdk.min.version>

<!-- maven-idea-plugin & maven-eclipse-plugin -->
<downloadSources>true</downloadSources>

<!-- maven-pmd-plugin -->
<targetJdk>${maven.compiler.target}</targetJdk>
<targetJdk>${maven.compiler.argument.target}</targetJdk>

<!-- maven-release-plugin -->
<useReleaseProfile>false</useReleaseProfile>
Expand Down

0 comments on commit c460de0

Please sign in to comment.