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/09/15 14:57:21 UTC

[flink-connector-elasticsearch] branch main updated: [hotfix][build] Use 'flink.version' property

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 25b05f4  [hotfix][build] Use 'flink.version' property
25b05f4 is described below

commit 25b05f4882f8a4813a85fe0f9c72417625dfef0f
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Thu Sep 15 16:57:15 2022 +0200

    [hotfix][build] Use 'flink.version' property
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8ab5f87..ad5c7a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -786,7 +786,7 @@ under the License.
 					<dependency>
 						<groupId>org.apache.flink</groupId>
 						<artifactId>flink-ci-tools</artifactId>
-						<version>1.16-SNAPSHOT</version>
+						<version>${flink.version}</version>
 					</dependency>
 				</dependencies>
 			</plugin>