You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by th...@apache.org on 2022/01/20 00:32:10 UTC

[flink] branch release-1.14 updated: Update japicmp configuration for 1.14.3

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

thw pushed a commit to branch release-1.14
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.14 by this push:
     new bd1cd34  Update japicmp configuration for 1.14.3
bd1cd34 is described below

commit bd1cd343a97e9bb9cff53ffe3baae37fde1034c5
Author: Thomas Weise <th...@apache.org>
AuthorDate: Wed Jan 19 16:31:04 2022 -0800

    Update japicmp configuration for 1.14.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9b556cb..6bbfd62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@ under the License.
 			For Hadoop 2.7, the minor Hadoop version supported for flink-shaded-hadoop-2-uber is 2.7.5
 		-->
 		<hivemetastore.hadoop.version>2.7.5</hivemetastore.hadoop.version>
-		<japicmp.referenceVersion>1.14.0</japicmp.referenceVersion>
+		<japicmp.referenceVersion>1.14.3</japicmp.referenceVersion>
 		<japicmp.outputDir>tools/japicmp-output</japicmp.outputDir>
 		<spotless.version>2.4.2</spotless.version>