Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
Changed java version to 1.7 in order to support newest features.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanheest authored and Apanatshka committed Dec 21, 2013
1 parent c5924fb commit 58f73f0
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 @@ -169,8 +169,8 @@
<configuration>
<showWarnings>true</showWarnings>
<showDeprecation>true</showDeprecation>
<source>1.6</source>
<target>1.6</target>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 58f73f0

Please sign in to comment.