diff options
author | Gao Weitao <victor.gao@huawei.com> | 2017-09-05 02:43:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-05 02:43:14 +0000 |
commit | 3d19b9878da531a05b8de46f9cc2d72f288838ab (patch) | |
tree | 969bb363a58ec5e6af3b5102a7c301ce522dff8e | |
parent | 1e909e49897dafe14e699e18af9751cc883c6dd9 (diff) | |
parent | e7c6cb39be13ec8fb18051e8d3de2551058706fc (diff) |
Merge "Fix project name in pom file"
-rw-r--r-- | huawei/vnfmadapter/VnfmadapterService/deployment/pom.xml | 2 | ||||
-rw-r--r-- | huawei/vnfmadapter/VnfmadapterService/pom.xml | 2 | ||||
-rw-r--r-- | huawei/vnfmadapter/VnfmadapterService/service/pom.xml | 2 | ||||
-rw-r--r-- | huawei/vnfmadapter/pom.xml | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/huawei/vnfmadapter/VnfmadapterService/deployment/pom.xml b/huawei/vnfmadapter/VnfmadapterService/deployment/pom.xml index f08b6416..e3ab0cfd 100644 --- a/huawei/vnfmadapter/VnfmadapterService/deployment/pom.xml +++ b/huawei/vnfmadapter/VnfmadapterService/deployment/pom.xml @@ -113,4 +113,4 @@ </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> diff --git a/huawei/vnfmadapter/VnfmadapterService/pom.xml b/huawei/vnfmadapter/VnfmadapterService/pom.xml index abcf5683..82d9fc55 100644 --- a/huawei/vnfmadapter/VnfmadapterService/pom.xml +++ b/huawei/vnfmadapter/VnfmadapterService/pom.xml @@ -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> diff --git a/huawei/vnfmadapter/VnfmadapterService/service/pom.xml b/huawei/vnfmadapter/VnfmadapterService/service/pom.xml index c4f1878f..72ebd09f 100644 --- a/huawei/vnfmadapter/VnfmadapterService/service/pom.xml +++ b/huawei/vnfmadapter/VnfmadapterService/service/pom.xml @@ -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> diff --git a/huawei/vnfmadapter/pom.xml b/huawei/vnfmadapter/pom.xml index 8536f34d..4eac272e 100644 --- a/huawei/vnfmadapter/pom.xml +++ b/huawei/vnfmadapter/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,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> |