diff options
author | Dan Timoney <dtimoney@att.com> | 2019-11-20 13:30:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-11-20 13:30:08 +0000 |
commit | 7e25d2b7ebcd715685756211e89431453b8824a6 (patch) | |
tree | ae622d03cd28ebe01598cb2df1f10862f0849667 /ms/blueprintsprocessor/pom.xml | |
parent | f0b747065e11ee5cc1be4bad2983a557af9c7969 (diff) | |
parent | e7c0709fbed9c8953e3cdd035d6d36ba5494a448 (diff) |
Merge "Fix relativePath"
Diffstat (limited to 'ms/blueprintsprocessor/pom.xml')
-rwxr-xr-x | ms/blueprintsprocessor/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/pom.xml b/ms/blueprintsprocessor/pom.xml index 658e5c417..cf9d88885 100755 --- a/ms/blueprintsprocessor/pom.xml +++ b/ms/blueprintsprocessor/pom.xml @@ -22,7 +22,7 @@ <groupId>org.onap.ccsdk.cds</groupId> <artifactId>ms</artifactId> <version>0.7.0-SNAPSHOT</version> - <relativePath>../parent</relativePath> + <relativePath>..</relativePath> </parent> <artifactId>blueprintsprocessor</artifactId> |