Skip to content

Commit

Permalink
SimonStewart: Update the maven pom.xml to also target Java 6
Browse files Browse the repository at this point in the history
r17044
  • Loading branch information
shs96c committed May 29, 2012
1 parent b2fa440 commit 8b6e667
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 @@ -233,8 +233,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
<source>1.6</source>
<target>1.6</target>
<debug>true</debug>
<optimize>true</optimize>
</configuration>
Expand Down

0 comments on commit 8b6e667

Please sign in to comment.