Fix project name in pom file 57/10257/1
authorluxin <luxin7@huawei.com>
Tue, 5 Sep 2017 02:10:12 +0000 (10:10 +0800)
committerluxin <luxin7@huawei.com>
Tue, 5 Sep 2017 02:10:12 +0000 (10:10 +0800)
Change-Id: I061d868f8588f238faace4fe19494d7fe7379fcd
Issue-Id:VFC-270
Signed-off-by: luxin <luxin7@huawei.com>
ResmanagementService/deployment/pom.xml
ResmanagementService/pom.xml
ResmanagementService/service/pom.xml
pom.xml

index 926a7c6..f1fce22 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-    Copyright (c) 2016, Huawei Technologies Co., Ltd.
+    Copyright (c) 2016-2017, Huawei Technologies Co., Ltd.
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
 
         </plugins>
     </build>
-<name>nfvo/resmanagement/ResmanagementService/deployment</name></project>
+<name>vfc/nfvo/resmanagement/ResmanagementService/deployment</name></project>
index 7fe4eb1..b3c3ee8 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!--
-    Copyright (c) 2016, Huawei Technologies Co., Ltd.
+    Copyright (c) 2016-2017, Huawei Technologies Co., Ltd.
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
     </parent>
     <artifactId>resmanagement-service-root</artifactId>
     <version>1.0.0-SNAPSHOT</version>
-    <name>vfc/resmanagement/ResmanagementService</name>
+    <name>vfc/nfvo/resmanagement/ResmanagementService</name>
     <packaging>pom</packaging>
 
     <properties>
index 398a1eb..0d91447 100644 (file)
@@ -23,7 +23,7 @@
     </parent>
 
     <artifactId>resmanagement-service</artifactId>
-    <name>vfc/resmanagement/ResmanagementService/service</name>
+    <name>vfc/nfvo/resmanagement/ResmanagementService/service</name>
     <packaging>war</packaging>
 <repositories>
         <repository>
diff --git a/pom.xml b/pom.xml
index fa4c32b..ca9e282 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-    Copyright (c) 2016, Huawei Technologies Co., Ltd.
+    Copyright (c) 2016-2017, Huawei Technologies Co., Ltd.
 
     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
@@ -25,8 +25,8 @@
     <artifactId>resmanagement</artifactId>
     <version>1.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>vfc/resmanagement</name>
-    <description>vfc resmanagement</description>
+    <name>vfc/nfvo/resmanagement</name>
+    <description>vfc nfvo resmanagement</description>
     <modules>
         <module>ResmanagementService</module>
     </modules>