File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ under the License.
176
176
<minikdc .version>3.2.4</minikdc .version>
177
177
<hive .version>2.3.10</hive .version>
178
178
<orc .version>1.5.6</orc .version>
179
- <japicmp .referenceVersion>1.19 .0</japicmp .referenceVersion>
179
+ <japicmp .referenceVersion>1.20 .0</japicmp .referenceVersion>
180
180
<japicmp .outputDir>tools/japicmp-output</japicmp .outputDir>
181
181
<checkstyle .version>9.3</checkstyle .version>
182
182
<!-- can be removed with maven-spotless-plugin:2.38+ -->
@@ -2356,11 +2356,10 @@ under the License.
2356
2356
<include >@org.apache.flink.annotation.Public</include >
2357
2357
<!-- The following line is un-commented by tools/releasing/update_japicmp_configuration.sh
2358
2358
as part of the release process -->
2359
- <!-- < include>@org.apache.flink.annotation.PublicEvolving</include> -- >
2359
+ <include >@org.apache.flink.annotation.PublicEvolving</include >
2360
2360
</includes >
2361
2361
<excludes >
2362
2362
<exclude >@org.apache.flink.annotation.Experimental</exclude >
2363
- <exclude >@org.apache.flink.annotation.PublicEvolving</exclude >
2364
2363
<exclude >@org.apache.flink.annotation.Internal</exclude >
2365
2364
<!-- MARKER: start exclusions; these will be wiped by tools/releasing/update_japicmp_configuration.sh -->
2366
2365
<!-- New method has been added to the interface, with a default implementation. This shouldn't break binary compatibility. -->
You can’t perform that action at this time.
0 commit comments