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

commit afd378460a58d4064b6ae12a3fc17459bcb0923f
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Tue Sep 13 12:42:14 2022 +0200

    [hotfix][build] Fix flink-annotations version
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0a840e6..01efb89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,6 +55,7 @@ under the License.
                <module>flink-connector-elasticsearch-base</module>
                <module>flink-connector-elasticsearch6</module>
                <module>flink-connector-elasticsearch7</module>
+               <module>flink-connector-elasticsearch-e2e-tests</module>
        </modules>
 
        <properties>
@@ -1314,7 +1315,7 @@ under the License.
                                                        <dependency>
                                                                
<groupId>org.apache.flink</groupId>
                                                                
<artifactId>flink-annotations</artifactId>
-                                                               
<version>${project.version}</version>
+                                                               
<version>${flink.version}</version>
                                                        </dependency>
                                                </dependencies>
                                        </configuration>

Reply via email to