This is an automated email from the ASF dual-hosted git repository.
lincoln 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 6e6e1fc [FLINK-34282] Upgrade Flink version to 1.20-SNAPSHOT
6e6e1fc is described below
commit 6e6e1fcb168e2ef5dad60224f162f2977e43a7a3
Author: lincoln.lil <[email protected]>
AuthorDate: Wed Feb 7 14:05:59 2024 +0800
[FLINK-34282] Upgrade Flink version to 1.20-SNAPSHOT
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 23162a6..3b8a8e1 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>1.19-SNAPSHOT</flink.version>
+ <flink.version>1.20-SNAPSHOT</flink.version>
<flink.shaded.version>16.1</flink.shaded.version>
<netty.tcnative.version>2.0.54.Final</netty.tcnative.version>
<java.version>1.8</java.version>