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 --- mso-catalog-db/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mso-catalog-db/pom.xml') diff --git a/mso-catalog-db/pom.xml b/mso-catalog-db/pom.xml index fdd5198152..7051ab7071 100644 --- a/mso-catalog-db/pom.xml +++ b/mso-catalog-db/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.openecomp.so - so-parent + so 1.1.0-SNAPSHOT -- cgit 1.2.3-korg