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 2019/01/04 11:10:39 UTC

[flink] 01/02: [hotfix][ES6][SQL] Remove unused version property

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

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 71f85640a4157a03c2f6788b89f16a419fe26be2
Author: zentol <ch...@apache.org>
AuthorDate: Tue Dec 18 13:39:33 2018 +0100

    [hotfix][ES6][SQL] Remove unused version property
---
 flink-connectors/flink-sql-connector-elasticsearch6/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/flink-connectors/flink-sql-connector-elasticsearch6/pom.xml b/flink-connectors/flink-sql-connector-elasticsearch6/pom.xml
index 7438566..95432f4 100644
--- a/flink-connectors/flink-sql-connector-elasticsearch6/pom.xml
+++ b/flink-connectors/flink-sql-connector-elasticsearch6/pom.xml
@@ -35,11 +35,6 @@ under the License.
 
 	<packaging>jar</packaging>
 
-	<!-- Allow users to pass custom connector versions -->
-	<properties>
-		<elasticsearch.version>6.3.1</elasticsearch.version>
-	</properties>
-
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.flink</groupId>