aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>2016-09-26 16:20:24 +0530
committersubhash kumar singh <subhash.kumar.singh@huawei.com>2016-09-26 16:23:05 +0530
commitb8fd2ed4ef6d2934690ffb85336832bc6b6c02b7 (patch)
tree2ffa0bbc396b9270d7b9e069bbd5cee0eb5853b8
parentf37c3cb8dd8329ae0aa9d7cc358f85718041d707 (diff)
Fix parent relative path
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>
-rw-r--r--msb-parent/msbparent-lite/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/msb-parent/msbparent-lite/pom.xml b/msb-parent/msbparent-lite/pom.xml
index ffa20e3..128fdb7 100644
--- a/msb-parent/msbparent-lite/pom.xml
+++ b/msb-parent/msbparent-lite/pom.xml
@@ -26,7 +26,7 @@
<groupId>org.openo.oparent</groupId>
<artifactId>oparent</artifactId>
<version>1.0.0-SNAPSHOT</version>
- <relativePath>../../../oparent</relativePath>
+ <relativePath></relativePath>
</parent>