Change artifactId for vfc-resmanagement 73/18973/1
authorluxin <luxin7@huawei.com>
Mon, 16 Oct 2017 01:53:34 +0000 (09:53 +0800)
committerluxin <luxin7@huawei.com>
Mon, 16 Oct 2017 01:53:34 +0000 (09:53 +0800)
Change-Id: Iafd7e9a50d1e205392dd8661614d075296604e62
Issue-Id:VFC-506
Signed-off-by: luxin <luxin7@huawei.com>
ResmanagementService/deployment/pom.xml
ResmanagementService/pom.xml
ResmanagementService/service/pom.xml

index 97889ed..0f7b895 100644 (file)
     <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>
index 5df4ff7..410ffa6 100644 (file)
         <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>
index a97e9d4..f5028b1 100644 (file)
     <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>