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

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

david radley created FLINK-33159:
------------------------------------

             Summary: 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
             Fix For: 1.7.3, 1.8.4


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)