diff options
author | luxin <luxin7@huawei.com> | 2017-09-05 10:10:12 +0800 |
---|---|---|
committer | luxin <luxin7@huawei.com> | 2017-09-05 10:10:12 +0800 |
commit | a90ce4550f3cc95f78577b1014d37aef6552c0cb (patch) | |
tree | fa42842ecd42a3692825e4e43fce8e32fb2fc2be /pom.xml | |
parent | d45def4032e4455b46093c3439e8e5c7af76ea76 (diff) |
Fix project name in pom file
Change-Id: I061d868f8588f238faace4fe19494d7fe7379fcd
Issue-Id:VFC-270
Signed-off-by: luxin <luxin7@huawei.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |