summaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorMurali <murali.p@huawei.com>2017-09-12 13:59:12 +0000
committerMurali <murali.p@huawei.com>2017-09-13 05:29:44 +0000
commit46f240e21cbca38e110395372445a9dc4d50e462 (patch)
treed8b735e14eb349b5109ad91fdeac308b81b44834 /deployment
parent6ea01a7ce1b3e1fa7318663702dc0e08768538ff (diff)
Fix the compilation issue
Migrate from open-o oparent to onap oparent Change-Id: I56ba692339b759cb18abfd3d7c689ef6ff1de190 Jira:VNFSDK-81 Signed-off-by: Murali <murali.p@huawei.com>
Diffstat (limited to 'deployment')
-rw-r--r--deployment/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/deployment/pom.xml b/deployment/pom.xml
index 372f610..f160a42 100644
--- a/deployment/pom.xml
+++ b/deployment/pom.xml
@@ -16,13 +16,13 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
- <groupId>org.openo.vnf-sdk.validate-lc-test</groupId>
+ <groupId>org.onap.vnfsdk.lctest</groupId>
<artifactId>vnf-sdk-validate-lc-test</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>lifecycle-test-deployment</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<name>vnf-sdk-validate-lc-test/deployment</name>
<packaging>pom</packaging>