You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ar...@apache.org on 2021/05/21 14:53:13 UTC

[flink] branch release-1.12 updated: Update japicmp configuration for 1.12.4

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

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


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

commit a58b516e0d0bea9fd0cefb894521a46fcaaa279c
Author: Arvid Heise <ar...@ververica.com>
AuthorDate: Fri May 21 16:51:02 2021 +0200

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

diff --git a/pom.xml b/pom.xml
index 7ad23f4..fe981c3 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.12.2</japicmp.referenceVersion>
+		<japicmp.referenceVersion>1.12.4</japicmp.referenceVersion>
 		<japicmp.outputDir>tools/japicmp-output</japicmp.outputDir>
 		<spotless.version>2.4.2</spotless.version>
 	</properties>