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/07/07 08:25:43 UTC

[flink] branch master updated: [hotfix] Update japicmp configuration for 1.11.0

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

zhijiang 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 bd95463  [hotfix] Update japicmp configuration for 1.11.0
bd95463 is described below

commit bd954639a08618a51f896045cbe8aa6048b571c5
Author: Zhijiang <wa...@aliyun.com>
AuthorDate: Tue Jul 7 05:46:38 2020 +0200

    [hotfix] Update japicmp configuration for 1.11.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 052589e..a94d546 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.10.0</japicmp.referenceVersion>
+		<japicmp.referenceVersion>1.11.0</japicmp.referenceVersion>
 		<japicmp.outputDir>tools/japicmp-output</japicmp.outputDir>
 	</properties>