This is an automated email from the ASF dual-hosted git repository. snuyanzin pushed a commit to branch release-1.18 in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.18 by this push: new 07067f3fe7f [FLINK-32913][tests] Updates base version for japicmp check for 1.18.0 07067f3fe7f is described below commit 07067f3fe7fc2353ceecaab0ce001c004d6fa247 Author: Sergey Nuyanzin <snuyan...@gmail.com> AuthorDate: Wed Nov 15 22:58:37 2023 +0100 [FLINK-32913][tests] Updates base version for japicmp check for 1.18.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 38a78c5d829..603e4532f54 100644 --- a/pom.xml +++ b/pom.xml @@ -171,7 +171,7 @@ under the License. <minikdc.version>3.2.4</minikdc.version> <hive.version>2.3.9</hive.version> <orc.version>1.5.6</orc.version> - <japicmp.referenceVersion>1.17.0</japicmp.referenceVersion> + <japicmp.referenceVersion>1.18.0</japicmp.referenceVersion> <japicmp.outputDir>tools/japicmp-output</japicmp.outputDir> <spotless.version>2.27.1</spotless.version> <spotless.scalafmt.version>3.4.3</spotless.scalafmt.version> @@ -2234,7 +2234,7 @@ under the License. <include>@org.apache.flink.annotation.Public</include> <!-- The following line is un-commented by tools/releasing/update_japicmp_configuration.sh as part of the release process --> - <!--<include>@org.apache.flink.annotation.PublicEvolving</include>--> + <include>@org.apache.flink.annotation.PublicEvolving</include> </includes> <excludes> <exclude>@org.apache.flink.annotation.Experimental</exclude>