This is an automated email from the ASF dual-hosted git repository.

snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 39c4348e7e0 [FLINK-39427][build] Use Apache Parent POM 35
39c4348e7e0 is described below

commit 39c4348e7e00862181517f2b1ed87a6b6a4a3a8b
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Mon Apr 13 21:15:39 2026 +0200

    [FLINK-39427][build] Use Apache Parent POM 35
---
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index af073aeff54..1f334c49186 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@ under the License.
        <parent>
                <groupId>org.apache</groupId>
                <artifactId>apache</artifactId>
-               <version>20</version>
+               <version>35</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
@@ -2177,6 +2177,8 @@ under the License.
                                                <!-- Make sure that we only use 
Java 11 compatible APIs -->
                                                
<source>${source.java.version}</source>
                                                
<target>${target.java.version}</target>
+                                               <!-- Starting Apache parent pom 
31 it uses release which makes impossible to use add-exports -->
+                                               <release 
combine.self="override"/>
                                                <!-- The semantics of this 
option are reversed, see MCOMPILER-209. -->
                                                
<useIncrementalCompilation>false</useIncrementalCompilation>
                                                <compilerArgs>

Reply via email to