Skip to content

Commit 39c4348

Browse files
authored
[FLINK-39427][build] Use Apache Parent POM 35
1 parent 961be46 commit 39c4348

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ under the License.
2121
<parent>
2222
<groupId>org.apache</groupId>
2323
<artifactId>apache</artifactId>
24-
<version>20</version>
24+
<version>35</version>
2525
</parent>
2626

2727
<modelVersion>4.0.0</modelVersion>
@@ -2177,6 +2177,8 @@ under the License.
21772177
<!-- Make sure that we only use Java 11 compatible APIs -->
21782178
<source>${source.java.version}</source>
21792179
<target>${target.java.version}</target>
2180+
<!-- Starting Apache parent pom 31 it uses release which makes impossible to use add-exports -->
2181+
<release combine.self="override"/>
21802182
<!-- The semantics of this option are reversed, see MCOMPILER-209. -->
21812183
<useIncrementalCompilation>false</useIncrementalCompilation>
21822184
<compilerArgs>

0 commit comments

Comments
 (0)