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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index a224fa0577..fad299cb3c 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.openecomp.so - so-parent + so pom 1.1.0-SNAPSHOT MSO main project -- cgit 1.2.3-korg