Corrected relative path to parent POM
Change-Id: I48ac8bbc9ed8a7c15401a3af44696be93c5a4d7c
Issue-ID: SDC-1065
Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
diff --git a/openecomp-bdd/pom.xml b/openecomp-bdd/pom.xml
index 22abfe9..0b54393 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>