diff --git a/pom.xml b/pom.xml
index f3ca3bc9de95c..713aba24560ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2112,10 +2112,11 @@ under the License.
@org.apache.flink.annotation.Public
- @org.apache.flink.annotation.PublicEvolving
+
@org.apache.flink.annotation.Experimental
+ @org.apache.flink.annotation.PublicEvolving
@org.apache.flink.annotation.Internal
org.apache.flink.streaming.api.datastream.SingleOutputStreamOperator#getSideOutput(org.apache.flink.util.OutputTag)
diff --git a/tools/releasing/update_japicmp_configuration.sh b/tools/releasing/update_japicmp_configuration.sh
index 45a4661c99475..378801687e0a0 100755
--- a/tools/releasing/update_japicmp_configuration.sh
+++ b/tools/releasing/update_japicmp_configuration.sh
@@ -36,8 +36,8 @@ fi
# - update the master to X.(Y+1)-SNAPSHOT, but keep the reference version intact since X.Y.0 is not released (yet)
# - create X.Y-SNAPSHOT branch, but keep the reference version intact since X.Y.0 is not released (yet)
# - release X.Y.0
-# - update the japicmp reference version of both master and X.Y-SNAPSHOT to X.Y.0
-# - enable stronger compatibility constraints for X.Y-SNAPSHOT to ensure compatibility for PublicEvolving
+# - update the japicmp reference version of both master and the release branch X.Y-SNAPSHOT to X.Y.0
+# - enable stronger compatibility constraints for X.Y-SNAPSHOT in the release branch to ensure compatibility for PublicEvolving
# Scenario B) New minor release X.Y.Z
# Premise:
# There is a snapshot branch with a version X.Y-SNAPSHOT, with a japicmp reference version of X.Y.(Z-1)