IMPALA-5369: Remove old pom parent in testdata module Change-Id: Ie9013aeb5afd631546b3333da9201d0345dc9321 Reviewed-on: http://gerrit.cloudera.org:8080/6992 Reviewed-by: Matthew Jacobs <[email protected]> Tested-by: Impala Public Jenkins
Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/4471eb3b Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/4471eb3b Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/4471eb3b Branch: refs/heads/master Commit: 4471eb3b9511fc6d7308ecd52eccacfaaa4e26e9 Parents: 50bd015 Author: Grant Henke <[email protected]> Authored: Thu May 25 11:26:17 2017 -0500 Committer: Impala Public Jenkins <[email protected]> Committed: Thu May 25 20:36:25 2017 +0000 ---------------------------------------------------------------------- testdata/pom.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/4471eb3b/testdata/pom.xml ---------------------------------------------------------------------- diff --git a/testdata/pom.xml b/testdata/pom.xml index 0b45fc0..4eb4e7a 100644 --- a/testdata/pom.xml +++ b/testdata/pom.xml @@ -22,11 +22,6 @@ under the License. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>com.cloudera</groupId> - <artifactId>parent</artifactId> - <version>1.0</version> - </parent> <groupId>org.apache.impala</groupId> <artifactId>impala-testdata</artifactId> <version>0.1-SNAPSHOT</version>
