Repository: atlas Updated Branches: refs/heads/branch-0.8 917a0c09c -> ada74d10e
ATLAS-2795 : Non-resolvable parent POM for org.apache.atlas:atlas-migration-exporter while Compiling on branch0.8 Signed-off-by: kevalbhatt <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/atlas/commit/ada74d10 Tree: http://git-wip-us.apache.org/repos/asf/atlas/tree/ada74d10 Diff: http://git-wip-us.apache.org/repos/asf/atlas/diff/ada74d10 Branch: refs/heads/branch-0.8 Commit: ada74d10e307c53f5d354d97b0cfb4add97cf13b Parents: 917a0c0 Author: Vishal Suvagia <[email protected]> Authored: Tue Jul 31 15:29:37 2018 +0530 Committer: kevalbhatt <[email protected]> Committed: Wed Aug 1 11:01:26 2018 +0530 ---------------------------------------------------------------------- tools/atlas-migration-exporter/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/atlas/blob/ada74d10/tools/atlas-migration-exporter/pom.xml ---------------------------------------------------------------------- diff --git a/tools/atlas-migration-exporter/pom.xml b/tools/atlas-migration-exporter/pom.xml index 025d376..ae34acc 100644 --- a/tools/atlas-migration-exporter/pom.xml +++ b/tools/atlas-migration-exporter/pom.xml @@ -25,6 +25,7 @@ <groupId>org.apache.atlas</groupId> <artifactId>apache-atlas</artifactId> <version>0.8.3-SNAPSHOT</version> + <relativePath>../../</relativePath> </parent> <artifactId>atlas-migration-exporter</artifactId> <description>Apache Atlas Migration Exporter</description>
