diff options
author | luxin <luxin7@huawei.com> | 2017-10-14 17:18:22 +0800 |
---|---|---|
committer | luxin <luxin7@huawei.com> | 2017-10-14 17:18:22 +0800 |
commit | 2fa343eb1dd6c68c4709812898d3dfe39d78e2bc (patch) | |
tree | f9559f1b060d084bae0e9a334d71bc67dbf591d7 | |
parent | e5e380a4a9d9ed9733a760051c78b67cc4ad54d6 (diff) |
Change artifactId in pom.xml
Change-Id: I97e8ca4c3d9656c0c287b86d9b5325bd954b5051
Issue-Id:VFC-506
Signed-off-by: luxin <luxin7@huawei.com>
-rw-r--r-- | ResmanagementService/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ResmanagementService/pom.xml b/ResmanagementService/pom.xml index a7d4beb..5df4ff7 100644 --- a/ResmanagementService/pom.xml +++ b/ResmanagementService/pom.xml @@ -17,7 +17,7 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>resmanagement</artifactId> + <artifactId>vfc-nfvo-resmanagement</artifactId> <groupId>org.onap.vfc.nfvo.resmanagement</groupId> <version>1.0.0-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> |