diff options
author | Dan Timoney <dtimoney@att.com> | 2019-11-18 14:28:00 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-11-18 14:28:00 +0000 |
commit | 446f69ade4ea6367f848fe11f342df4a2697da4f (patch) | |
tree | a3d31657fc37abbaf787c1696339f9b014967782 /ms/blueprintsprocessor | |
parent | 9192bda564000582682379cb9867e5e29a76b449 (diff) | |
parent | 99fc5f05e2674b93aaaf005331d7459a3bd432a9 (diff) |
Merge "change modules order in parent pom and change relative path in blueprintprocessor"
Diffstat (limited to 'ms/blueprintsprocessor')
-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 cf9d88885..658e5c417 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>..</relativePath> + <relativePath>../parent</relativePath> </parent> <artifactId>blueprintsprocessor</artifactId> |