From 26419357673caa3eb5ca3a64f64e6994d7e7e64f Mon Sep 17 00:00:00 2001 From: Rob Daugherty Date: Fri, 4 Aug 2017 15:55:54 -0400 Subject: Another attempt to fix deploy problem The top level pom will contain: org.openecomp.so so Child modules will contain: org.openecomp.so so 1.1.0-SNAPSHOT org.openecomp.so some-child-artifact Note that the groupId for the direct child module will be the same as the groupId for its parent. Issue: SO-21 Change-Id: I1976819df459d92937c6a4780959c32599dc3e71 Signed-off-by: Rob Daugherty --- status-control/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'status-control') diff --git a/status-control/pom.xml b/status-control/pom.xml index d1f2fb1920..5a507929e7 100644 --- a/status-control/pom.xml +++ b/status-control/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.openecomp.so - so-parent + so 1.1.0-SNAPSHOT -- cgit 1.2.3-korg