diff options
author | Murali <murali.p@huawei.com> | 2017-09-07 09:05:46 +0000 |
---|---|---|
committer | Murali <murali.p@huawei.com> | 2017-09-07 09:05:46 +0000 |
commit | 396954bca55edcdca347867c6ce09a25c4744237 (patch) | |
tree | 3740aa4f9a63031173bcaf69da7ddd21ec3e2dfd /pom.xml | |
parent | 34771a738fc7cecabcacb6ced8809f82685236fb (diff) |
Fix the pom parent path
Change-Id: I13ebe6951c3d8bdaa29ba58ef8287b19a3d6e5e0
Jira:VNFSDK-34
Signed-off-by: Murali <murali.p@huawei.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../oparent</relativePath> + <relativePath>../../oparent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> |