Fix relativePath in ms/blueprintsprocessor/application 13/98713/1
authorTimoney, Dan (dt5972) <dtimoney@att.com>
Thu, 21 Nov 2019 13:29:13 +0000 (08:29 -0500)
committerTimoney, Dan (dt5972) <dtimoney@att.com>
Thu, 21 Nov 2019 13:29:18 +0000 (08:29 -0500)
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>
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>