Skip to content

Commit

Permalink
Merge pull request #146 from sripathikrishnan/master
Browse files Browse the repository at this point in the history
Issue # 145 : Change source and target compatibility to 1.5
  • Loading branch information
fernandezpablo85 committed Aug 23, 2011
2 parents d8e384f + bf9a4ba commit 2238c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -63,8 +63,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 2238c2d

Please sign in to comment.