From 260a0716febb5ed0e81a475a8dbba069658c7db0 Mon Sep 17 00:00:00 2001 From: "Timoney, Dan (dt5972)" Date: Fri, 14 Sep 2018 09:52:32 -0400 Subject: Fix parent node 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) --- ms/controllerblueprints/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ms') diff --git a/ms/controllerblueprints/pom.xml b/ms/controllerblueprints/pom.xml index 798bdae4a..5c190db5d 100644 --- a/ms/controllerblueprints/pom.xml +++ b/ms/controllerblueprints/pom.xml @@ -19,7 +19,7 @@ xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> org.onap.ccsdk.apps - ccsdk-apps + ccsdk-apps-ms 0.3.0-SNAPSHOT 4.0.0 -- cgit 1.2.3-korg