diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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.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> - <artifactId>nfvo-lcm</artifactId> + <groupId>org.onap.vfc.nfvo.lcm</groupId> + <artifactId>vfc-nfvo-lcm</artifactId> <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> - <name>nfvo/lcm</name> - <description>nfvo lcm</description> + <name>vfc/nfvo/lcm</name> + <description>vfc nfvo lcm</description> <build> <plugins> <plugin> |