You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by kn...@apache.org on 2022/02/18 13:25:57 UTC

[flink] branch release-1.13 updated: Update japicmp configuration for 1.13.6

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

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


The following commit(s) were added to refs/heads/release-1.13 by this push:
     new 3d22d95  Update japicmp configuration for 1.13.6
3d22d95 is described below

commit 3d22d95007af0a40d96a1355b2c71edb26eeea91
Author: Konstantin Knauf <kn...@gmail.com>
AuthorDate: Fri Feb 18 14:17:19 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index b06edf0..af10c87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,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.13.3</japicmp.referenceVersion>
+		<japicmp.referenceVersion>1.13.6</japicmp.referenceVersion>
 		<japicmp.outputDir>tools/japicmp-output</japicmp.outputDir>
 		<spotless.version>2.4.2</spotless.version>