diff options
-rw-r--r-- | ResmanagementService/deployment/pom.xml | 4 | ||||
-rw-r--r-- | ResmanagementService/pom.xml | 4 | ||||
-rw-r--r-- | ResmanagementService/service/pom.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/ResmanagementService/deployment/pom.xml b/ResmanagementService/deployment/pom.xml index 97889ed..0f7b895 100644 --- a/ResmanagementService/deployment/pom.xml +++ b/ResmanagementService/deployment/pom.xml @@ -18,12 +18,12 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.vfc.nfvo.resmanagement</groupId> - <artifactId>resmanagement-service-root</artifactId> + <artifactId>vfc-nfvo-resmanagement-service-root</artifactId> <version>1.0.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <version>1.0.0-SNAPSHOT</version> - <artifactId>resmanagement-deployment</artifactId> + <artifactId>vfc-nfvo-resmanagement-deployment</artifactId> <packaging>pom</packaging> <properties> diff --git a/ResmanagementService/pom.xml b/ResmanagementService/pom.xml index 5df4ff7..410ffa6 100644 --- a/ResmanagementService/pom.xml +++ b/ResmanagementService/pom.xml @@ -22,14 +22,14 @@ <version>1.0.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>resmanagement-service-root</artifactId> + <artifactId>vfc-nfvo-resmanagement-service-root</artifactId> <version>1.0.0-SNAPSHOT</version> <name>vfc/nfvo/resmanagement/ResmanagementService</name> <packaging>pom</packaging> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <package.name>resmanagement-service</package.name> + <package.name>vfc-nfvo-resmanagement-service</package.name> </properties> <modules> diff --git a/ResmanagementService/service/pom.xml b/ResmanagementService/service/pom.xml index a97e9d4..f5028b1 100644 --- a/ResmanagementService/service/pom.xml +++ b/ResmanagementService/service/pom.xml @@ -18,12 +18,12 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.vfc.nfvo.resmanagement</groupId> - <artifactId>resmanagement-service-root</artifactId> + <artifactId>vfc-nfvo-resmanagement-service-root</artifactId> <version>1.0.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> - <artifactId>resmanagement-service</artifactId> + <artifactId>vfc-nfvo-resmanagement-service</artifactId> <version>1.0.0-SNAPSHOT</version> <name>vfc/nfvo/resmanagement/ResmanagementService/service</name> <packaging>war</packaging> |