Merge "Fix relativePath in ms/blueprintsprocessor/application"
authorKAPIL SINGAL <ks220y@att.com>
Thu, 21 Nov 2019 14:08:53 +0000 (14:08 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 21 Nov 2019 14:08:53 +0000 (14:08 +0000)
ms/blueprintsprocessor/application/pom.xml

index dc0e49f..138eecb 100755 (executable)
@@ -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>