Skip to content

Commit

Permalink
Updating maven project to target Java 7
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Jun 9, 2015
1 parent bf71eca commit a1cba54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.7</source>
<target>1.7</target>
<debug>true</debug>
<encoding>utf-8</encoding>
<optimize>true</optimize>
Expand Down

0 comments on commit a1cba54

Please sign in to comment.