This is an automated email from the ASF dual-hosted git repository. zakelly 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 5e2164b [hotfix] Bump flink version to 2.1-SNAPSHOT 5e2164b is described below commit 5e2164bd0bd6683cd78cc36252b17bb56f99b4dd Author: Zakelly <zakelly....@gmail.com> AuthorDate: Wed Jan 22 12:25:25 2025 +0800 [hotfix] Bump flink version to 2.1-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 351fa3a..9a22615 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.0-SNAPSHOT</flink.version> + <flink.version>2.1-SNAPSHOT</flink.version> <flink.shaded.version>19.0</flink.shaded.version> <netty.tcnative.version>2.0.62.Final</netty.tcnative.version> <java.version>1.8</java.version>