diff options
author | KAPIL SINGAL <ks220y@att.com> | 2019-11-21 14:08:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-11-21 14:08:53 +0000 |
commit | e9729737599fd227fd852bd63a7ea5678cd1d8ce (patch) | |
tree | 5aedef9424bb33930b94e2ca1c82ef2fa6af0c79 /ms/blueprintsprocessor/application | |
parent | 795ca3dd5296c125934ff157bafab275049a62ed (diff) | |
parent | 60e75d0377224737414d37774705d2c181bd60c7 (diff) |
Merge "Fix relativePath in ms/blueprintsprocessor/application"
Diffstat (limited to 'ms/blueprintsprocessor/application')
-rwxr-xr-x | ms/blueprintsprocessor/application/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/application/pom.xml b/ms/blueprintsprocessor/application/pom.xml index dc0e49fd7..138eecba5 100755 --- a/ms/blueprintsprocessor/application/pom.xml +++ b/ms/blueprintsprocessor/application/pom.xml @@ -24,7 +24,7 @@ <groupId>org.onap.ccsdk.cds.blueprintsprocessor</groupId> <artifactId>parent</artifactId> <version>0.7.0-SNAPSHOT</version> - <relativePath>..</relativePath> + <relativePath>../parent</relativePath> </parent> <artifactId>application</artifactId> |