Per the VOTE on the ML, trunk can now use Java 6.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1296247 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2012-03-02 15:21:36 +00:00
parent 840d5cf4f2
commit 5bfccfb508
1 changed files with 2 additions and 2 deletions

View File

@ -447,8 +447,8 @@
<properties>
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compile.source>1.5</maven.compile.source>
<maven.compile.target>1.5</maven.compile.target>
<maven.compile.source>1.6</maven.compile.source>
<maven.compile.target>1.6</maven.compile.target>
<!--
This is also used to generate download_xxx file name.
To override this when generating the download page: