Corrected relative path to parent POM 75/59875/2
authorvempo <vitaliy.emporopulo@amdocs.com>
Thu, 9 Aug 2018 14:48:50 +0000 (17:48 +0300)
committervempo <vitaliy.emporopulo@amdocs.com>
Thu, 9 Aug 2018 15:21:05 +0000 (18:21 +0300)
Change-Id: I48ac8bbc9ed8a7c15401a3af44696be93c5a4d7c
Issue-ID: SDC-1065
Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
35 files changed:
common/onap-common-configuration-management/onap-configuration-management-cli/pom.xml
common/onap-common-configuration-management/pom.xml
common/onap-sdc-artifact-generator-lib/pom.xml
common/onap-tosca-datatype/pom.xml
openecomp-bdd/pom.xml
openecomp-be/backend/openecomp-sdc-action-manager/pom.xml
openecomp-be/backend/openecomp-sdc-activity-log-manager/pom.xml
openecomp-be/backend/openecomp-sdc-application-config-manager/pom.xml
openecomp-be/backend/openecomp-sdc-validation-manager/pom.xml
openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml
openecomp-be/backend/pom.xml
openecomp-be/dist/pom.xml
openecomp-be/dist/sdc-onboard-backend-docker/pom.xml
openecomp-be/dist/sdc-onboard-db-init-docker/pom.xml
openecomp-be/lib/openecomp-common-lib/pom.xml
openecomp-be/lib/openecomp-conflict-lib/openecomp-conflict-api/pom.xml
openecomp-be/lib/openecomp-conflict-lib/openecomp-conflict-core/pom.xml
openecomp-be/lib/openecomp-conflict-lib/pom.xml
openecomp-be/lib/openecomp-core-lib/pom.xml
openecomp-be/lib/openecomp-healing-lib/pom.xml
openecomp-be/lib/openecomp-heat-lib/pom.xml
openecomp-be/lib/openecomp-item-permissions-lib/openecomp-item-permissions-api/pom.xml
openecomp-be/lib/openecomp-item-permissions-lib/openecomp-item-permissions-impl/pom.xml
openecomp-be/lib/openecomp-item-permissions-lib/pom.xml
openecomp-be/lib/openecomp-sdc-datatypes-lib/pom.xml
openecomp-be/lib/openecomp-sdc-enrichment-lib/pom.xml
openecomp-be/lib/openecomp-sdc-model-lib/pom.xml
openecomp-be/lib/openecomp-sdc-notification-lib/pom.xml
openecomp-be/lib/openecomp-sdc-translator-lib/pom.xml
openecomp-be/lib/openecomp-sdc-validation-lib/pom.xml
openecomp-be/lib/openecomp-sdc-vendor-license-lib/pom.xml
openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/pom.xml
openecomp-be/lib/openecomp-sdc-versioning-lib/pom.xml
openecomp-be/lib/openecomp-tosca-lib/pom.xml
openecomp-be/lib/pom.xml

index a6caa37..02075c0 100644 (file)
@@ -11,7 +11,6 @@
                <artifactId>onap-common-configuration-management</artifactId>
                <groupId>org.onap.sdc.common</groupId>
                <version>1.2.0-SNAPSHOT</version>
-               <relativePath>..</relativePath>
        </parent>
 
        <dependencies>
index 2367531..fd441ed 100644 (file)
@@ -11,7 +11,6 @@
                <groupId>org.onap.sdc.common</groupId>
                <artifactId>onap-common-lib</artifactId>
                <version>1.3.0-SNAPSHOT</version>
-               <relativePath>..</relativePath>
        </parent>
 
        <modules>
index 380b0c5..64c2bdc 100644 (file)
@@ -12,7 +12,6 @@
                <groupId>org.onap.sdc.common</groupId>
                <artifactId>onap-common-lib</artifactId>
                <version>1.3.0-SNAPSHOT</version>
-               <relativePath>..</relativePath>
        </parent>
 
 
index 73b77bb..9de1f8a 100644 (file)
@@ -11,7 +11,6 @@
                <artifactId>onap-common-lib</artifactId>
                <groupId>org.onap.sdc.common</groupId>
                <version>1.3.0-SNAPSHOT</version>
-               <relativePath>..</relativePath>
        </parent>
 
        <dependencies>
index 22abfe9..0b54393 100644 (file)
@@ -3,16 +3,14 @@
          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.sdc</groupId>
     <artifactId>onboarding-cucumber</artifactId>
     <name>cucumber-report</name>
-    <version>1.2.0-SNAPSHOT</version>
 
     <parent>
         <groupId>org.openecomp.sdc</groupId>
         <artifactId>sdc-onboarding</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
-        <relativePath>../onboarding</relativePath>
+        <version>1.3.0-SNAPSHOT</version>
+        <relativePath>../onboarding/pom.xml</relativePath>
     </parent>
 
     <build>
index 0950daf..e462849 100644 (file)
@@ -10,7 +10,6 @@
         <groupId>org.openecomp.sdc</groupId>
         <artifactId>backend</artifactId>
         <version>1.3.0-SNAPSHOT</version>
-       <relativePath>..</relativePath>
     </parent>
 
 
index e2b32d1..b7c8aa4 100644 (file)
@@ -10,7 +10,6 @@
         <groupId>org.openecomp.sdc</groupId>
         <artifactId>backend</artifactId>
         <version>1.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <dependencies>
index 28b5f2e..133a35f 100644 (file)
@@ -11,7 +11,6 @@
         <groupId>org.openecomp.sdc</groupId>
         <artifactId>backend</artifactId>
         <version>1.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <dependencies>
index fa3ccd6..af5d1e1 100644 (file)
@@ -10,7 +10,6 @@
         <groupId>org.openecomp.sdc</groupId>
         <artifactId>backend</artifactId>
         <version>1.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <dependencies>
index cdc0a53..7c2c49e 100644 (file)
@@ -10,7 +10,6 @@
         <groupId>org.openecomp.sdc</groupId>
         <artifactId>backend</artifactId>
         <version>1.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <dependencies>
index c2e71c3..7a02604 100644 (file)
@@ -12,7 +12,6 @@
         <artifactId>openecomp-sdc</artifactId>
         <groupId>org.openecomp.sdc</groupId>
         <version>1.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <modules>
index 3fe2394..79cd7c2 100644 (file)
@@ -13,7 +13,6 @@
         <groupId>org.openecomp.sdc</groupId>
         <artifactId>openecomp-sdc</artifactId>
         <version>1.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <modules>
index a9a9de4..3fb2666 100644 (file)
@@ -13,7 +13,6 @@
         <groupId>org.openecomp.sdc</groupId>
         <artifactId>openecomp-sdc-docker-dist</artifactId>
         <version>1.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
 
index 3805940..5101cd0 100644 (file)
@@ -13,7 +13,6 @@
         <groupId>org.openecomp.sdc</groupId>
         <artifactId>openecomp-sdc-docker-dist</artifactId>
         <version>1.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
 
index 28d81cb..13eec05 100644 (file)
@@ -11,7 +11,6 @@
         <artifactId>openecomp-sdc-lib</artifactId>
         <groupId>org.openecomp.sdc</groupId>
         <version>1.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <dependencies>
index 8c8a0c3..df5048a 100644 (file)
@@ -9,7 +9,6 @@
         <groupId>org.openecomp.sdc</groupId>
         <artifactId>openecomp-conflict-lib</artifactId>
         <version>1.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <artifactId>openecomp-conflict-api</artifactId>
index 8931ba8..2c03486 100644 (file)
@@ -7,7 +7,6 @@
         <groupId>org.openecomp.sdc</groupId>
         <artifactId>openecomp-conflict-lib</artifactId>
         <version>1.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <artifactId>openecomp-conflict-core</artifactId>
index 34b70cb..bce2ae3 100644 (file)
@@ -8,7 +8,6 @@
         <groupId>org.openecomp.sdc</groupId>
         <artifactId>openecomp-sdc-lib</artifactId>
         <version>1.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <artifactId>openecomp-conflict-lib</artifactId>
index 95a954c..b3b6e84 100644 (file)
@@ -11,7 +11,6 @@
         <artifactId>openecomp-sdc-lib</artifactId>
         <groupId>org.openecomp.sdc</groupId>
         <version>1.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <modules>
index df9efab..505ac6c 100644 (file)
@@ -12,7 +12,6 @@
         <groupId>org.openecomp.sdc</groupId>
         <artifactId>openecomp-sdc-lib</artifactId>
         <version>1.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <modules>
index 2d6ed08..0d407e2 100644 (file)
@@ -10,7 +10,6 @@
         <artifactId>openecomp-sdc-lib</artifactId>
         <groupId>org.openecomp.sdc</groupId>
         <version>1.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <dependencies>
index 433e8ba..f7fba90 100644 (file)
@@ -7,7 +7,6 @@
         <groupId>org.openecomp.sdc</groupId>
         <artifactId>openecomp-item-permissions-lib</artifactId>
         <version>1.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <artifactId>openecomp-item-permissions-api</artifactId>
index 06b4ee8..25933ef 100644 (file)
@@ -7,7 +7,6 @@
         <groupId>org.openecomp.sdc</groupId>
         <artifactId>openecomp-item-permissions-lib</artifactId>
         <version>1.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
     <artifactId>openecomp-item-permissions-impl</artifactId>
     <dependencies>
index 48affe9..abbd0da 100644 (file)
@@ -8,7 +8,6 @@
         <artifactId>openecomp-sdc-lib</artifactId>
         <groupId>org.openecomp.sdc</groupId>
         <version>1.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <artifactId>openecomp-item-permissions-lib</artifactId>
index 068cfda..5d7251e 100644 (file)
@@ -9,7 +9,6 @@
         <artifactId>openecomp-sdc-lib</artifactId>
         <groupId>org.openecomp.sdc</groupId>
         <version>1.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <dependencies>
index 617ac05..cf16f71 100644 (file)
@@ -11,7 +11,6 @@
         <artifactId>openecomp-sdc-lib</artifactId>
         <groupId>org.openecomp.sdc</groupId>
         <version>1.3.0-SNAPSHOT</version>
-       <relativePath>..</relativePath>
     </parent>
 
     <modules>
index f67bd17..efb546a 100644 (file)
@@ -11,7 +11,6 @@
         <artifactId>openecomp-sdc-lib</artifactId>
         <groupId>org.openecomp.sdc</groupId>
         <version>1.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <modules>
index d98ee86..82a45fd 100644 (file)
@@ -10,7 +10,6 @@
         <artifactId>openecomp-sdc-lib</artifactId>
         <groupId>org.openecomp.sdc</groupId>
         <version>1.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <modules>
index b77a134..d176513 100644 (file)
@@ -11,7 +11,6 @@
         <artifactId>openecomp-sdc-lib</artifactId>
         <groupId>org.openecomp.sdc</groupId>
         <version>1.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <modules>
index a283ecb..cb93ed2 100644 (file)
@@ -11,7 +11,6 @@
         <artifactId>openecomp-sdc-lib</artifactId>
         <groupId>org.openecomp.sdc</groupId>
         <version>1.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <modules>
index bb4383b..66d5f0f 100644 (file)
@@ -10,7 +10,6 @@
         <artifactId>openecomp-sdc-lib</artifactId>
         <groupId>org.openecomp.sdc</groupId>
         <version>1.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <modules>
index cad2a50..6a577ed 100644 (file)
@@ -10,7 +10,6 @@
         <groupId>org.openecomp.sdc</groupId>
         <artifactId>openecomp-sdc-lib</artifactId>
         <version>1.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
 
index f7bc0da..8e4949a 100644 (file)
@@ -11,7 +11,6 @@
         <artifactId>openecomp-sdc-lib</artifactId>
         <groupId>org.openecomp.sdc</groupId>
         <version>1.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <modules>
index e62169e..11c7ed7 100644 (file)
@@ -11,7 +11,6 @@
         <artifactId>openecomp-sdc-lib</artifactId>
         <groupId>org.openecomp.sdc</groupId>
         <version>1.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <dependencies>
index 3c69708..9806202 100644 (file)
@@ -10,7 +10,6 @@
         <artifactId>openecomp-sdc</artifactId>
         <groupId>org.openecomp.sdc</groupId>
         <version>1.3.0-SNAPSHOT</version>
-        <relativePath>..</relativePath>
     </parent>
 
     <modules>