diff options
Diffstat (limited to 'mgr/pom.xml')
-rw-r--r-- | mgr/pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mgr/pom.xml b/mgr/pom.xml index a5b8e04..7cd1c1a 100644 --- a/mgr/pom.xml +++ b/mgr/pom.xml @@ -16,17 +16,17 @@ --> <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.oparent</groupId> - <artifactId>oparent</artifactId> + <groupId>org.onap.vfc.gvnfm.vnfmgr</groupId> + <artifactId>vfc-gvnfm-vnfmgr</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> - <groupId>org.onap.vfc.gvnfm.vnfmgr</groupId> - <artifactId>vfc-gvnfm-vnfmgr</artifactId> + <groupId>org.onap.vfc.gvnfm.vnfmgr.mgr</groupId> + <artifactId>vfc-gvnfm-vnfmgr-mgr</artifactId> <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>vfc/gvnfm/vnfmgr/mgr</name> - <description>vfc gvnfm vnfmgr</description> + <description>vfc gvnfm vnfmgr mgr</description> <build> <plugins> <plugin> |