diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-11-19 09:49:43 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2019-11-19 14:52:42 +0000 |
commit | e7c0709fbed9c8953e3cdd035d6d36ba5494a448 (patch) | |
tree | dab67591d34d069040c683e7719f18f5ce16db0e /ms | |
parent | 1337eccc2be949d860f3c5b1f0148c061c3c669b (diff) |
Fix relativePath
Fix relativePath in ms/blueprintprocessor/pom.xml
Change-Id: Icb7192132c29927c14b01de3e9e6288c8a65ae96
Issue-ID: CCSDK-1932
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'ms')
-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> |