You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by zh...@apache.org on 2020/09/17 05:15:08 UTC

[flink] branch release-1.11 updated: Update japicmp configuration for 1.11.2

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

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


The following commit(s) were added to refs/heads/release-1.11 by this push:
     new 2d6b0d2  Update japicmp configuration for 1.11.2
2d6b0d2 is described below

commit 2d6b0d23a155f1190c0336b29affb52af213f25f
Author: Zhu Zhu <re...@gmail.com>
AuthorDate: Thu Sep 17 13:12:35 2020 +0800

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

diff --git a/pom.xml b/pom.xml
index a20e548..a5499ef 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.11.1</japicmp.referenceVersion>
+		<japicmp.referenceVersion>1.11.2</japicmp.referenceVersion>
 		<japicmp.outputDir>tools/japicmp-output</japicmp.outputDir>
 	</properties>