This is an automated email from the ASF dual-hosted git repository.
lihaosky 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 c5d3273ffdd [hotfix][release] Update japicmp configuration for 2.3.0
(#28536)
c5d3273ffdd is described below
commit c5d3273ffdda703be693cfb8354420480519a828
Author: David Anderson <[email protected]>
AuthorDate: Thu Jun 25 06:02:20 2026 -0700
[hotfix][release] Update japicmp configuration for 2.3.0 (#28536)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ef85ed4b0ce..7daba854ea1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@ under the License.
<minikdc.version>3.4.3</minikdc.version>
<hive.version>2.3.10</hive.version>
<orc.version>1.5.6</orc.version>
- <japicmp.referenceVersion>2.2.0</japicmp.referenceVersion>
+ <japicmp.referenceVersion>2.3.0</japicmp.referenceVersion>
<japicmp.outputDir>tools/japicmp-output</japicmp.outputDir>
<checkstyle.version>10.18.2</checkstyle.version>
<spotless.skip>false</spotless.skip>