This is an automated email from the ASF dual-hosted git repository.
ruanhang1993 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 a8bbcdca297 [hotfix][release] Update japicmp configuration for 2.2.0
(#27312)
a8bbcdca297 is described below
commit a8bbcdca297bd6e50a31e02e59e3b3efd0468460
Author: Hang Ruan <[email protected]>
AuthorDate: Mon Dec 8 09:40:54 2025 +0800
[hotfix][release] Update japicmp configuration for 2.2.0 (#27312)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 630cf472283..f64e3b356ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@ under the License.
<minikdc.version>3.2.4</minikdc.version>
<hive.version>2.3.10</hive.version>
<orc.version>1.5.6</orc.version>
- <japicmp.referenceVersion>2.0.0</japicmp.referenceVersion>
+ <japicmp.referenceVersion>2.2.0</japicmp.referenceVersion>
<japicmp.outputDir>tools/japicmp-output</japicmp.outputDir>
<checkstyle.version>10.18.2</checkstyle.version>
<spotless.skip>false</spotless.skip>