diff options
Diffstat (limited to 'openecomp-bdd/pom.xml')
-rw-r--r-- | openecomp-bdd/pom.xml | 6 |
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> |