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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3bcfbc8  [hotfix] Add relativePath to flink-tpch-tests module
3bcfbc8 is described below

commit 3bcfbc85e585e5617d4eb75668c98ce50eeecc71
Author: Till Rohrmann <[email protected]>
AuthorDate: Tue Aug 6 16:37:14 2019 +0200

    [hotfix] Add relativePath to flink-tpch-tests module
---
 flink-end-to-end-tests/flink-tpch-test/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flink-end-to-end-tests/flink-tpch-test/pom.xml 
b/flink-end-to-end-tests/flink-tpch-test/pom.xml
index 65e0d6f..471a4f8 100644
--- a/flink-end-to-end-tests/flink-tpch-test/pom.xml
+++ b/flink-end-to-end-tests/flink-tpch-test/pom.xml
@@ -22,6 +22,7 @@ under the License.
                <artifactId>flink-end-to-end-tests</artifactId>
                <groupId>org.apache.flink</groupId>
                <version>1.10-SNAPSHOT</version>
+               <relativePath>..</relativePath>
        </parent>
        <modelVersion>4.0.0</modelVersion>
 

Reply via email to