Another attempt to fix deploy problem 47/6747/1
authorRob Daugherty <rd472p@att.com>
Fri, 4 Aug 2017 19:55:54 +0000 (15:55 -0400)
committerRob Daugherty <rd472p@att.com>
Fri, 4 Aug 2017 19:59:59 +0000 (15:59 -0400)
commit26419357673caa3eb5ca3a64f64e6994d7e7e64f
tree2b0ebfee3eb89397cd66d5499407aac05d13e8c8
parent9de3ce07e6b287c48c2c2d52a84534ed48932579
Another attempt to fix deploy problem

The top level pom will contain:
<groupId>org.openecomp.so</groupId>
<artifactId>so</artifactId>

Child modules will contain:
<parent>
<groupId>org.openecomp.so</groupId>
<artifactId>so</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>
<groupId>org.openecomp.so</groupId>
<artifactId>some-child-artifact</artifactId>

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 <rd472p@att.com>
adapters/pom.xml
asdc-controller/pom.xml
bpmn/pom.xml
common/pom.xml
mso-api-handlers/pom.xml
mso-catalog-db/pom.xml
packages/pom.xml
pom.xml
status-control/pom.xml