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)
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

index 388ebd8..28fd409 100644 (file)
@@ -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>
 
index 68bfed2..9560092 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>\r
        <parent>\r
                <groupId>org.openecomp.so</groupId>\r
-               <artifactId>so-parent</artifactId>\r
+               <artifactId>so</artifactId>\r
                <version>1.1.0-SNAPSHOT</version>\r
        </parent>\r
 \r
index c3d1132..073db57 100644 (file)
@@ -4,7 +4,7 @@
 
        <parent>
                <groupId>org.openecomp.so</groupId>
-               <artifactId>so-parent</artifactId>
+               <artifactId>so</artifactId>
                <version>1.1.0-SNAPSHOT</version>
        </parent>
 
index 3bd5038..59a5e10 100644 (file)
@@ -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>
 
index f06b4b2..c4e1bbb 100644 (file)
@@ -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>
 
index fdd5198..7051ab7 100644 (file)
@@ -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>
 
index 19d5ed6..e632f82 100644 (file)
@@ -3,7 +3,7 @@
        <modelVersion>4.0.0</modelVersion>\r
        <parent>\r
                <groupId>org.openecomp.so</groupId>\r
-               <artifactId>so-parent</artifactId>\r
+               <artifactId>so</artifactId>\r
                <version>1.1.0-SNAPSHOT</version>\r
        </parent>\r
 \r
diff --git a/pom.xml b/pom.xml
index a224fa0..fad299c 100644 (file)
--- 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>
index d1f2fb1..5a50792 100644 (file)
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>\r
     <parent>\r
         <groupId>org.openecomp.so</groupId>\r
-        <artifactId>so-parent</artifactId>\r
+        <artifactId>so</artifactId>\r
         <version>1.1.0-SNAPSHOT</version>
     </parent>\r
 \r