diff options
author | Ahmed Abbas <ahmad.helmy@orange.com> | 2019-11-17 18:21:30 +0200 |
---|---|---|
committer | Ahmed Abbas <ahmad.helmy@orange.com> | 2019-11-17 18:21:30 +0200 |
commit | 99fc5f05e2674b93aaaf005331d7459a3bd432a9 (patch) | |
tree | fadeb73d4ba2459995f5dbe425df6d82ec7b1c4d /ms/blueprintsprocessor | |
parent | f1d758b6d4151d33b7717b477917cae223e035a6 (diff) |
change modules order in parent pom and change relative path in blueprintprocessor
Issue-ID: CCSDK-1932
Signed-off-by: Ahmed Abbas <ahmad.helmy@orange.com>
Change-Id: If74efa39b061ddded659eb0e79c4f5b43d8cf4ab
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> |