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 /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 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -17,11 +17,12 @@ <relativePath>../../oparent</relativePath>
</parent>
- <groupId>org.onap.holmes.actions</groupId>
- <artifactId>holmes-actions-parent</artifactId>
+ <groupId>org.onap.holmes.common</groupId>
+ <artifactId>holmes-common-parent</artifactId>
<packaging>pom</packaging>
+
<version>1.0.0-SNAPSHOT</version>
- <name>holmes-actions-parent</name>
+ <name>holmes-common-parent</name>
<modules>
<module>holmes-actions</module>
</modules>
|