summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Daugherty <rd472p@att.com>2017-08-04 15:55:54 -0400
committerRob Daugherty <rd472p@att.com>2017-08-04 15:59:59 -0400
commit26419357673caa3eb5ca3a64f64e6994d7e7e64f (patch)
tree2b0ebfee3eb89397cd66d5499407aac05d13e8c8
parent9de3ce07e6b287c48c2c2d52a84534ed48932579 (diff)
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>
-rw-r--r--adapters/pom.xml2
-rw-r--r--asdc-controller/pom.xml2
-rw-r--r--bpmn/pom.xml2
-rw-r--r--common/pom.xml2
-rw-r--r--mso-api-handlers/pom.xml2
-rw-r--r--mso-catalog-db/pom.xml2
-rw-r--r--packages/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--status-control/pom.xml2
9 files changed, 9 insertions, 9 deletions
diff --git a/adapters/pom.xml b/adapters/pom.xml
index 388ebd8b37..28fd4093ff 100644
--- a/adapters/pom.xml
+++ b/adapters/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.openecomp.so</groupId>
- <artifactId>so-parent</artifactId>
+ <artifactId>so</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>
diff --git a/asdc-controller/pom.xml b/asdc-controller/pom.xml
index 68bfed21db..9560092fd2 100644
--- a/asdc-controller/pom.xml
+++ b/asdc-controller/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.openecomp.so</groupId>
- <artifactId>so-parent</artifactId>
+ <artifactId>so</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>
diff --git a/bpmn/pom.xml b/bpmn/pom.xml
index c3d1132a2e..073db573fb 100644
--- a/bpmn/pom.xml
+++ b/bpmn/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.so</groupId>
- <artifactId>so-parent</artifactId>
+ <artifactId>so</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>
diff --git a/common/pom.xml b/common/pom.xml
index 3bd5038b8d..59a5e1054a 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.openecomp.so</groupId>
- <artifactId>so-parent</artifactId>
+ <artifactId>so</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>
diff --git a/mso-api-handlers/pom.xml b/mso-api-handlers/pom.xml
index f06b4b2a2f..c4e1bbb50d 100644
--- a/mso-api-handlers/pom.xml
+++ b/mso-api-handlers/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.openecomp.so</groupId>
- <artifactId>so-parent</artifactId>
+ <artifactId>so</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>
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 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.openecomp.so</groupId>
- <artifactId>so-parent</artifactId>
+ <artifactId>so</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>
diff --git a/packages/pom.xml b/packages/pom.xml
index 19d5ed670c..e632f82d62 100644
--- a/packages/pom.xml
+++ b/packages/pom.xml
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.openecomp.so</groupId>
- <artifactId>so-parent</artifactId>
+ <artifactId>so</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>
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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.openecomp.so</groupId>
- <artifactId>so-parent</artifactId>
+ <artifactId>so</artifactId>
<packaging>pom</packaging>
<version>1.1.0-SNAPSHOT</version>
<name>MSO main project</name>
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 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.openecomp.so</groupId>
- <artifactId>so-parent</artifactId>
+ <artifactId>so</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>