You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Martijn Visser (Jira)" <ji...@apache.org> on 2023/09/26 11:47:00 UTC

[jira] [Closed] (FLINK-33159) Use the variables for java and Maven version checks in the pom file

     [ https://issues.apache.org/jira/browse/FLINK-33159?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martijn Visser closed FLINK-33159.
----------------------------------
    Resolution: Won't Fix

> Use the variables for java and Maven version checks in the pom file 
> --------------------------------------------------------------------
>
>                 Key: FLINK-33159
>                 URL: https://issues.apache.org/jira/browse/FLINK-33159
>             Project: Flink
>          Issue Type: Improvement
>          Components: Build System
>            Reporter: david radley
>            Priority: Minor
>
> Use the variables for java and Maven version checks in the pom file.
> In the pom file I notice line
> _<requireJavaVersion>_
>                    _<version>1.8.0</version>_
>  _</requireJavaVersion>_
> This should use the variable like this:
>   \{_}<version>{_}${target.java.version}{_}</version>{_}
> I also see 2 instanced of _<target.java.version>1.8</target.java.version>_
> The second instance should refer to the variable
> also the Maven versions should use variables.
>  
> I will provide a pr for this.
>  
>  
>  
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)