summaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor
diff options
context:
space:
mode:
authorKAPIL SINGAL <ks220y@att.com>2019-11-21 14:08:53 +0000
committerGerrit Code Review <gerrit@onap.org>2019-11-21 14:08:53 +0000
commite9729737599fd227fd852bd63a7ea5678cd1d8ce (patch)
tree5aedef9424bb33930b94e2ca1c82ef2fa6af0c79 /ms/blueprintsprocessor
parent795ca3dd5296c125934ff157bafab275049a62ed (diff)
parent60e75d0377224737414d37774705d2c181bd60c7 (diff)
Merge "Fix relativePath in ms/blueprintsprocessor/application"
Diffstat (limited to 'ms/blueprintsprocessor')
-rwxr-xr-xms/blueprintsprocessor/application/pom.xml2
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>