Fix relativePath
Fix relativePath in ms/blueprintprocessor/pom.xml
Change-Id: Icb7192132c29927c14b01de3e9e6288c8a65ae96
Issue-ID: CCSDK-1932
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
diff --git a/ms/blueprintsprocessor/pom.xml b/ms/blueprintsprocessor/pom.xml
index 658e5c4..cf9d888 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>../parent</relativePath>
+ <relativePath>..</relativePath>
</parent>
<artifactId>blueprintsprocessor</artifactId>