summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2017-02-14 16:50:41 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2017-02-14 16:55:15 +0800
commita0b5d2fec59b92392997e8fc55331b6d6eddf0a2 (patch)
treec148c1f8a24f6e504cc83ace82dd34047ddb0a74
parent15c71171456cd61063f61923c3661a260415a4b9 (diff)
Change the Group ID to org.openo.holmes.actions
Change-Id: Ic4ce77aa8b8f2db147a20eb1dd81751e09331bb0 Issue-ID: HOLMES-9 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-rw-r--r--holmes-actions/pom.xml2
-rw-r--r--pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml
index e8725f3..7e39212 100644
--- a/holmes-actions/pom.xml
+++ b/holmes-actions/pom.xml
@@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.openo.holmes</groupId>
+ <groupId>org.openo.holmes.actions</groupId>
<artifactId>holmes-actions-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
</parent>
diff --git a/pom.xml b/pom.xml
index 24a3bf8..2fd60c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@
<relativePath>../oparent</relativePath>
</parent>
- <groupId>org.openo.holmes</groupId>
+ <groupId>org.openo.holmes.actions</groupId>
<artifactId>holmes-actions-parent</artifactId>
<packaging>pom</packaging>
<name>holmes-actions-parent</name>