This is an automated email from the ASF dual-hosted git repository.
ruanhang1993 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-benchmarks.git
The following commit(s) were added to refs/heads/master by this push:
new 6810df8 [FLINK-38654][release] Update master point to 2.3 (#110)
6810df8 is described below
commit 6810df89ba61f5f65f3f8ba59053c291a485a647
Author: Hang Ruan <[email protected]>
AuthorDate: Tue Nov 11 10:09:45 2025 +0800
[FLINK-38654][release] Update master point to 2.3 (#110)
Co-authored-by: Hang Ruan <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3d71369..9a2db7a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@ under the License.
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <flink.version>2.2-SNAPSHOT</flink.version>
+ <flink.version>2.3-SNAPSHOT</flink.version>
<flink.shaded.version>20.0</flink.shaded.version>
<netty.tcnative.version>2.0.62.Final</netty.tcnative.version>
<java.version>1.8</java.version>