You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ga...@apache.org on 2022/03/21 17:14:48 UTC

[flink-benchmarks] branch master updated: [hotfix] Bump Flink to 1.16-SNAPSHOT

This is an automated email from the ASF dual-hosted git repository.

gaoyunhaii 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 c5d945a  [hotfix] Bump Flink to 1.16-SNAPSHOT
c5d945a is described below

commit c5d945a8ee93008dbb132205376e3f453044718b
Author: Yun Gao <ga...@gmail.com>
AuthorDate: Tue Mar 22 01:13:49 2022 +0800

    [hotfix] Bump Flink to 1.16-SNAPSHOT
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8adac22..fc0e8bc 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.15-SNAPSHOT</flink.version>
+		<flink.version>1.16-SNAPSHOT</flink.version>
 		<flink.shaded.version>15.0</flink.shaded.version>
 		<netty.tcnative.version>2.0.44.Final</netty.tcnative.version>
 		<java.version>1.8</java.version>