diff options
author | vempo <vitaliy.emporopulo@amdocs.com> | 2018-08-09 17:48:50 +0300 |
---|---|---|
committer | vempo <vitaliy.emporopulo@amdocs.com> | 2018-08-09 18:21:05 +0300 |
commit | 9de469a6617bd0e53829d032fc871fdbecf6f4b1 (patch) | |
tree | c466697c7d41ebc123f16e7d764ce4f9f054a035 /common | |
parent | 806d077a1cbc7b6d6b46e6fc734af35e6ecd8c0e (diff) |
Corrected relative path to parent POM
Change-Id: I48ac8bbc9ed8a7c15401a3af44696be93c5a4d7c
Issue-ID: SDC-1065
Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
Diffstat (limited to 'common')
4 files changed, 0 insertions, 4 deletions
diff --git a/common/onap-common-configuration-management/onap-configuration-management-cli/pom.xml b/common/onap-common-configuration-management/onap-configuration-management-cli/pom.xml index a6caa37e10..02075c02b3 100644 --- a/common/onap-common-configuration-management/onap-configuration-management-cli/pom.xml +++ b/common/onap-common-configuration-management/onap-configuration-management-cli/pom.xml @@ -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> diff --git a/common/onap-common-configuration-management/pom.xml b/common/onap-common-configuration-management/pom.xml index 2367531784..fd441edd8f 100644 --- a/common/onap-common-configuration-management/pom.xml +++ b/common/onap-common-configuration-management/pom.xml @@ -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> diff --git a/common/onap-sdc-artifact-generator-lib/pom.xml b/common/onap-sdc-artifact-generator-lib/pom.xml index 380b0c55dd..64c2bdc34a 100644 --- a/common/onap-sdc-artifact-generator-lib/pom.xml +++ b/common/onap-sdc-artifact-generator-lib/pom.xml @@ -12,7 +12,6 @@ <groupId>org.onap.sdc.common</groupId> <artifactId>onap-common-lib</artifactId> <version>1.3.0-SNAPSHOT</version> - <relativePath>..</relativePath> </parent> diff --git a/common/onap-tosca-datatype/pom.xml b/common/onap-tosca-datatype/pom.xml index 73b77bb722..9de1f8ae10 100644 --- a/common/onap-tosca-datatype/pom.xml +++ b/common/onap-tosca-datatype/pom.xml @@ -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> |