diff options
author | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-07-31 19:20:25 +0800 |
---|---|---|
committer | Guangrong Fu <fu.guangrong@zte.com.cn> | 2017-08-07 08:57:13 +0800 |
commit | 1e8a0cb8274f753cd629fd261030e75c2d22a709 (patch) | |
tree | 808f717d998be5b12d975b6011501b638bb382ed /holmes-actions/pom.xml | |
parent | 8b3c9e2b928e3a0308974482e2645ace4838c468 (diff) |
Change the package name from openo to onap
Change the package name & maven from openo to onap
Change the group id from actions to common
Change-Id: Ic60e93e4f25a2640f33c93469b18ac63b9c7235e
Issue-ID: HOLMES-10
Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r-- | holmes-actions/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml index e412348..3f79bcf 100644 --- a/holmes-actions/pom.xml +++ b/holmes-actions/pom.xml @@ -11,12 +11,12 @@ <modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.holmes.actions</groupId>
- <artifactId>holmes-actions-parent</artifactId>
+ <groupId>org.onap.holmes.common</groupId>
+ <artifactId>holmes-common-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
- <name>holmes-actions-service</name>
+ <name>holmes-common-service</name>
<packaging>jar</packaging>
<artifactId>holmes-actions</artifactId>
<dependencies>
|