You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/04/08 02:46:14 UTC

[GitHub] [incubator-seatunnel] BenJFan commented on a diff in pull request #1663: [Feature][Connector] Re-add support for elasticsearch 6.x in source code.

BenJFan commented on code in PR #1663:
URL: https://github.com/apache/incubator-seatunnel/pull/1663#discussion_r845696189


##########
seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-elasticsearch7/pom.xml:
##########
@@ -27,7 +27,11 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>seatunnel-connector-flink-elasticsearch</artifactId>
+    <artifactId>seatunnel-connector-flink-elasticsearch7</artifactId>
+
+    <properties>
+        <elasticsearch7.version>7.5.1</elasticsearch7.version>
+    </properties>

Review Comment:
   Done



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org