diff options
Diffstat (limited to 'huawei/vnfmadapter/pom.xml')
-rw-r--r-- | huawei/vnfmadapter/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/huawei/vnfmadapter/pom.xml b/huawei/vnfmadapter/pom.xml index bd06c4c8..8536f34d 100644 --- a/huawei/vnfmadapter/pom.xml +++ b/huawei/vnfmadapter/pom.xml @@ -16,12 +16,12 @@ --> <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.onap.nfvo</groupId> + <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> - <groupId>org.onap.nfvo</groupId> + <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm</groupId> <artifactId>vnfmadapter</artifactId> <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> |