Skip to content

Commit

Permalink
we are currently 1.5 compatible
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/maven/surefire/trunk@1364172 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
olamy committed Jul 21, 2012
1 parent f817b44 commit 42dc5c4
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -45,8 +45,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<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 42dc5c4

Please sign in to comment.