diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 14 |
1 files changed, 7 insertions, 7 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.openo.nfvo</groupId> - <artifactId>nfvo-root</artifactId> - <version>1.1.0-SNAPSHOT</version> + <groupId>org.onap.oparent</groupId> + <artifactId>oparent</artifactId> + <version>1.0.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> - <groupId>org.openo.nfvo</groupId> + <groupId>org.onap.vfc.resmanagement</groupId> <artifactId>resmanagement</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <packaging>pom</packaging> - <name>nfvo/resmanagement</name> - <description>nfvo resmanagement</description> + <name>vfc/resmanagement</name> + <description>vfc resmanagement</description> <modules> <module>ResmanagementService</module> </modules> |