Fix parent relative path
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>
Mon, 26 Sep 2016 10:50:24 +0000 (16:20 +0530)
committersubhash kumar singh <subhash.kumar.singh@huawei.com>
Mon, 26 Sep 2016 10:53:05 +0000 (16:23 +0530)
Parent relative path is pointing to wrong location. To fix it empty
the relative path so that it always resolve parent pom from respository.

Change-Id: Iba88e3ec0425a4624270dc1e1989a2f83c4fc7ee
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
msb-parent/msbparent-lite/pom.xml

index ffa20e3..128fdb7 100644 (file)
@@ -26,7 +26,7 @@
     <groupId>org.openo.oparent</groupId>
     <artifactId>oparent</artifactId>
     <version>1.0.0-SNAPSHOT</version>
-    <relativePath>../../../oparent</relativePath>
+    <relativePath></relativePath>
   </parent>