Skip to content

Commit 03aa8c8

Browse files
[FLINK-38672][release] Update japicmp configuration for 2.1.1
1 parent 0030ad3 commit 03aa8c8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ under the License.
178178
<minikdc.version>3.2.4</minikdc.version>
179179
<hive.version>2.3.10</hive.version>
180180
<orc.version>1.5.6</orc.version>
181-
<japicmp.referenceVersion>2.0.0</japicmp.referenceVersion>
181+
<japicmp.referenceVersion>2.1.1</japicmp.referenceVersion>
182182
<japicmp.outputDir>tools/japicmp-output</japicmp.outputDir>
183183
<checkstyle.version>10.18.2</checkstyle.version>
184184
<spotless.skip>false</spotless.skip>
@@ -2325,13 +2325,12 @@ under the License.
23252325
<include>@org.apache.flink.annotation.Public</include>
23262326
<!-- The following line is un-commented by tools/releasing/update_japicmp_configuration.sh
23272327
as part of the release process -->
2328-
<!--<include>@org.apache.flink.annotation.PublicEvolving</include>-->
2328+
<include>@org.apache.flink.annotation.PublicEvolving</include>
23292329
</includes>
23302330
<excludes>
23312331
<exclude>@java.lang.Deprecated</exclude>
23322332
<exclude>*.scala</exclude>
23332333
<exclude>@org.apache.flink.annotation.Experimental</exclude>
2334-
<exclude>@org.apache.flink.annotation.PublicEvolving</exclude>
23352334
<exclude>@org.apache.flink.annotation.Internal</exclude>
23362335
<!-- MARKER: start exclusions; these will be wiped by tools/releasing/update_japicmp_configuration.sh -->
23372336
<!-- MARKER: end exclusions -->

0 commit comments

Comments
 (0)