diff options
author | Zhaoxing <meng.zhaoxing1@zte.com.cn> | 2017-08-24 12:47:36 +0800 |
---|---|---|
committer | Zhaoxing <meng.zhaoxing1@zte.com.cn> | 2017-08-24 12:47:36 +0800 |
commit | 8eae3d52bce09c1cf63b56e656892163b486560f (patch) | |
tree | ee8df4ef54f9d7d77a8a39f454bc06b07ecbc272 | |
parent | 6ffcfb01f8a44d121a5291535fe849acb7471c83 (diff) |
change groupId
The group Id is wrong. We should be using the following:
<groupId>org.onap.vfc.nfvo.wfengine</groupId>
Issuse-Id: VFC-134
Change-Id: I8b1cd8fbd8cc98d686c4c3d9fe1a5518d83fe90e
Signed-off-by: Zhaoxing <meng.zhaoxing1@zte.com.cn>
-rw-r--r-- | activiti-extension/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activiti-extension/pom.xml b/activiti-extension/pom.xml index 1a04793..61b4528 100644 --- a/activiti-extension/pom.xml +++ b/activiti-extension/pom.xml @@ -14,10 +14,10 @@ <version>1.0.0-SNAPSHOT</version>
</parent>
- <groupId>org.onap.wfengine</groupId>
+ <groupId>org.onap.vfc.nfvo.wfengine</groupId>
<modelVersion>4.0.0</modelVersion>
<artifactId>activiti-extension</artifactId>
- <name>workflow/activiti-extension</name>
+ <name>vfc/nfvo/wfengine/activiti-extension</name>
<packaging>jar</packaging>
<properties>
|