This is an automated email from the ASF dual-hosted git repository.
dianfu 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 db0eb81 Update japicmp configuration for 1.12.0
db0eb81 is described below
commit db0eb81b2330bbadcd30a0c7d3b8cab923ba6a70
Author: Dian Fu <[email protected]>
AuthorDate: Mon Dec 7 23:51:55 2020 +0800
Update japicmp configuration for 1.12.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d4906f1..5bd7c46 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.0</japicmp.referenceVersion>
+ <japicmp.referenceVersion>1.12.0</japicmp.referenceVersion>
<japicmp.outputDir>tools/japicmp-output</japicmp.outputDir>
</properties>