Skip to content

Commit

Permalink
until we figure out how to work around Eclipse's maven plugin issue w…
Browse files Browse the repository at this point in the history
…ith 1.8 (M2E v1.4) use JRE 1.7.
  • Loading branch information
jmazzitelli committed Feb 3, 2015
1 parent 020b3c5 commit a5031e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@
</modules>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<!-- TODO: for now, since Eclipse M2E v1.4 doesn't like using "1.8" -->
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit a5031e5

Please sign in to comment.