You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Rob Tompkins (JIRA)" <ji...@apache.org> on 2017/06/05 13:02:04 UTC

[jira] [Created] (FILEUPLOAD-282) Upversion complier.source, compiler.target to 1.6

Rob Tompkins created FILEUPLOAD-282:
---------------------------------------

             Summary: Upversion complier.source, compiler.target to 1.6
                 Key: FILEUPLOAD-282
                 URL: https://issues.apache.org/jira/browse/FILEUPLOAD-282
             Project: Commons FileUpload
          Issue Type: Improvement
    Affects Versions: 1.3.2
            Reporter: Rob Tompkins
            Assignee: Rob Tompkins
            Priority: Minor
             Fix For: 1.4


For java9 compatibility we want:
{code}
    <maven.compiler.source>1.5</maven.compiler.source>
    <maven.compiler.target>1.5</maven.compiler.target>
{code}
in the pom.xml to be:
{code}
    <maven.compiler.source>1.6</maven.compiler.source>
    <maven.compiler.target>1.6</maven.compiler.target>
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)