You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/11/02 09:58:34 UTC

[flink-connector-elasticsearch] branch main updated: [hotfix] Pin Flink version to 1.16.0

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

chesnay pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-elasticsearch.git


The following commit(s) were added to refs/heads/main by this push:
     new 17617ec  [hotfix] Pin Flink version to 1.16.0
17617ec is described below

commit 17617ecb62c77b4d54f75b3261c27d363210713d
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Wed Nov 2 10:58:17 2022 +0100

    [hotfix] Pin Flink version to 1.16.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b9e3e3a..ec97a2f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@ under the License.
 	</modules>
 
 	<properties>
-		<flink.version>1.16-SNAPSHOT</flink.version>
+		<flink.version>1.16.0</flink.version>
 		<flink.shaded.version>15.0</flink.shaded.version>
 
 		<junit4.version>4.13.2</junit4.version>