summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluxin <luxin7@huawei.com>2017-10-16 09:53:34 +0800
committerluxin <luxin7@huawei.com>2017-10-16 09:53:34 +0800
commit9fe784588047efd0a2cb323256570a936ff62d7b (patch)
treea86f26690e22efdbf3560360434d382bb2d2fccb
parent2fa343eb1dd6c68c4709812898d3dfe39d78e2bc (diff)
Change artifactId for vfc-resmanagement
Change-Id: Iafd7e9a50d1e205392dd8661614d075296604e62 Issue-Id:VFC-506 Signed-off-by: luxin <luxin7@huawei.com>
-rw-r--r--ResmanagementService/deployment/pom.xml4
-rw-r--r--ResmanagementService/pom.xml4
-rw-r--r--ResmanagementService/service/pom.xml4
3 files changed, 6 insertions, 6 deletions
diff --git a/ResmanagementService/deployment/pom.xml b/ResmanagementService/deployment/pom.xml
index 97889ed..0f7b895 100644
--- a/ResmanagementService/deployment/pom.xml
+++ b/ResmanagementService/deployment/pom.xml
@@ -18,12 +18,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.onap.vfc.nfvo.resmanagement</groupId>
- <artifactId>resmanagement-service-root</artifactId>
+ <artifactId>vfc-nfvo-resmanagement-service-root</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<version>1.0.0-SNAPSHOT</version>
- <artifactId>resmanagement-deployment</artifactId>
+ <artifactId>vfc-nfvo-resmanagement-deployment</artifactId>
<packaging>pom</packaging>
<properties>
diff --git a/ResmanagementService/pom.xml b/ResmanagementService/pom.xml
index 5df4ff7..410ffa6 100644
--- a/ResmanagementService/pom.xml
+++ b/ResmanagementService/pom.xml
@@ -22,14 +22,14 @@
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <artifactId>resmanagement-service-root</artifactId>
+ <artifactId>vfc-nfvo-resmanagement-service-root</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>vfc/nfvo/resmanagement/ResmanagementService</name>
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <package.name>resmanagement-service</package.name>
+ <package.name>vfc-nfvo-resmanagement-service</package.name>
</properties>
<modules>
diff --git a/ResmanagementService/service/pom.xml b/ResmanagementService/service/pom.xml
index a97e9d4..f5028b1 100644
--- a/ResmanagementService/service/pom.xml
+++ b/ResmanagementService/service/pom.xml
@@ -18,12 +18,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.onap.vfc.nfvo.resmanagement</groupId>
- <artifactId>resmanagement-service-root</artifactId>
+ <artifactId>vfc-nfvo-resmanagement-service-root</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <artifactId>resmanagement-service</artifactId>
+ <artifactId>vfc-nfvo-resmanagement-service</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>vfc/nfvo/resmanagement/ResmanagementService/service</name>
<packaging>war</packaging>