Fix project name in pom file 59/10259/1
authorluxin <luxin7@huawei.com>
Tue, 5 Sep 2017 02:10:49 +0000 (10:10 +0800)
committerluxin <luxin7@huawei.com>
Tue, 5 Sep 2017 02:10:49 +0000 (10:10 +0800)
Change-Id: I2134f7a54263569de44e7c3f9dc4a7e27790c755
Issue-Id:VFC-270
Signed-off-by: luxin <luxin7@huawei.com>
huawei/vnfmadapter/VnfmadapterService/deployment/pom.xml
huawei/vnfmadapter/VnfmadapterService/pom.xml
huawei/vnfmadapter/VnfmadapterService/service/pom.xml
huawei/vnfmadapter/pom.xml

index f08b641..e3ab0cf 100644 (file)
 
         </plugins>
     </build>
-<name>nfvo/drivers/vnfm/svnfm/huawei/vnfmadapter/VnfmadapterService/deployment</name></project>
+<name>vfc/nfvo/drivers/vnfm/svnfm/huawei/vnfmadapter/VnfmadapterService/deployment</name></project>
index abcf568..82d9fc5 100644 (file)
@@ -23,7 +23,7 @@
     </parent>
     <artifactId>vnfmadapter-service-root</artifactId>
     <version>1.0.0-SNAPSHOT</version>
-    <name>nfvo/drivers/vnfm/svnfm/huawei/vnfmadapter/VnfmadapterService</name>
+    <name>vfc/nfvo/drivers/vnfm/svnfm/huawei/vnfmadapter/VnfmadapterService</name>
     <packaging>pom</packaging>
 
     <properties>
index c4f1878..72ebd09 100644 (file)
@@ -23,7 +23,7 @@
     </parent>
 
     <artifactId>vnfmadapter-service</artifactId>
-    <name>nfvo/drivers/vnfm/svnfm/huawei/vnfmadapter/VnfmadapterService/service</name>
+    <name>vfc/nfvo/drivers/vnfm/svnfm/huawei/vnfmadapter/VnfmadapterService/service</name>
     <packaging>war</packaging>
 
     <repositories>
index 8536f34..4eac272 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.
@@ -25,7 +25,7 @@
     <artifactId>vnfmadapter</artifactId>
     <version>1.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>nfvo/drivers/vnfm/svnfm/huawei/vnfmadapter</name>
+    <name>vfc/nfvo/drivers/vnfm/svnfm/huawei/vnfmadapter</name>
     <description>nfvo vnfmadapter</description>
     <modules>
         <module>VnfmadapterService</module>