From: Timoney, Dan (dt5972) Date: Thu, 21 Nov 2019 13:29:13 +0000 (-0500) Subject: Fix relativePath in ms/blueprintsprocessor/application X-Git-Tag: 0.7.0~133^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=60e75d0377224737414d37774705d2c181bd60c7;p=ccsdk%2Fcds.git Fix relativePath in ms/blueprintsprocessor/application relativePath tag in ms/blueprintsprocessor/application points to parent directory (..) instead of to directory of parent pom (../parent) Change-Id: I971dc31522181bb154b643420d6be8f4df4bea48 Issue-ID: CCSDK-1932 Signed-off-by: Timoney, Dan (dt5972) --- 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 @@ org.onap.ccsdk.cds.blueprintsprocessor parent 0.7.0-SNAPSHOT - .. + ../parent application