summaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dt5972@att.com>2018-09-14 09:52:32 -0400
committerTimoney, Dan (dt5972) <dt5972@att.com>2018-09-14 09:54:06 -0400
commit260a0716febb5ed0e81a475a8dbba069658c7db0 (patch)
treede51d5a3b2fb9226ae7974448f8f42ecf1daef2d /ms/controllerblueprints/pom.xml
parent419c44cd93830fe4c9f0601d24d7bb1c7a758b6d (diff)
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) <dt5972@att.com>
Diffstat (limited to 'ms/controllerblueprints/pom.xml')
-rw-r--r--ms/controllerblueprints/pom.xml2
1 files changed, 1 insertions, 1 deletions
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">
<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>