diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-11-21 08:29:13 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-11-21 08:29:18 -0500 |
commit | 60e75d0377224737414d37774705d2c181bd60c7 (patch) | |
tree | d1ef0dc63872c509ae8b7378c01a96b6974f954b /ms/blueprintsprocessor/application/pom.xml | |
parent | d075f33712fd9fdb94e6c85e2e0a46f7899c5766 (diff) |
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) <dtimoney@att.com>
Diffstat (limited to 'ms/blueprintsprocessor/application/pom.xml')
-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> |