You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2019/08/06 14:38:12 UTC

[flink] branch master updated: [hotfix] Add relativePath to flink-tpch-tests module

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 <tr...@apache.org>
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>