aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-bdd/pom.xml
diff options
context:
space:
mode:
authorvempo <vitaliy.emporopulo@amdocs.com>2018-08-09 17:48:50 +0300
committervempo <vitaliy.emporopulo@amdocs.com>2018-08-09 18:21:05 +0300
commit9de469a6617bd0e53829d032fc871fdbecf6f4b1 (patch)
treec466697c7d41ebc123f16e7d764ce4f9f054a035 /openecomp-bdd/pom.xml
parent806d077a1cbc7b6d6b46e6fc734af35e6ecd8c0e (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 'openecomp-bdd/pom.xml')
-rw-r--r--openecomp-bdd/pom.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/openecomp-bdd/pom.xml b/openecomp-bdd/pom.xml
index 22abfe9f53..0b543936c5 100644
--- a/openecomp-bdd/pom.xml
+++ b/openecomp-bdd/pom.xml
@@ -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>