Fix parent node
authorTimoney, Dan (dt5972) <dt5972@att.com>
Fri, 14 Sep 2018 13:52:32 +0000 (09:52 -0400)
committerTimoney, Dan (dt5972) <dt5972@att.com>
Fri, 14 Sep 2018 13:54:06 +0000 (09:54 -0400)
For release build to work properly, parent node must either be outside
the project altogether OR must be one directory above OR relativePath must
be specified.  Changed controllerblueprint to use pom in directory above
as parent.

Change-Id: Ib3152f7cf90dd2a6628ab4631b387f1f0b51baad
Issue-ID: CCSDK-570
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
ms/controllerblueprints/pom.xml

index 798bdae..5c190db 100644 (file)
@@ -19,7 +19,7 @@
          xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <parent>
         <groupId>org.onap.ccsdk.apps</groupId>
-        <artifactId>ccsdk-apps</artifactId>
+        <artifactId>ccsdk-apps-ms</artifactId>
         <version>0.3.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>