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

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

commit 9c1365fb1beea4895ed16016a4de8ac4ae9425e2
Author: Zhijiang <[email protected]>
AuthorDate: Tue Jul 7 06:12:44 2020 +0200

    [hotfix] Update japicmp configuration for 1.11.0
---
 pom.xml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index d2dd4ad..94d55d9 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>
 
@@ -1964,10 +1964,9 @@ under the License.
                                                                
<include>@org.apache.flink.annotation.Public</include>
                                                                <!-- The 
following line is un-commented by 
tools/releasing/update_japicmp_configuration.sh
                                                                        as part 
of the release process -->
-                                                               
<!--<include>@org.apache.flink.annotation.PublicEvolving</include>-->
+                                                               
<include>@org.apache.flink.annotation.PublicEvolving</include>
                                                        </includes>
                                                        <excludes>
-                                                               
<exclude>@org.apache.flink.annotation.PublicEvolving</exclude>
                                                                
<exclude>@org.apache.flink.annotation.Internal</exclude>
                                                                
<exclude>org.apache.flink.streaming.api.datastream.DataStream#DataStream(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment,org.apache.flink.streaming.api.transformations.StreamTransformation)</exclude>
                                                                
<exclude>org.apache.flink.streaming.api.environment.LegacyLocalStreamEnvironment</exclude>

Reply via email to