diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2017-02-14 16:50:41 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2017-02-14 16:55:15 +0800 |
commit | a0b5d2fec59b92392997e8fc55331b6d6eddf0a2 (patch) | |
tree | c148c1f8a24f6e504cc83ace82dd34047ddb0a74 /holmes-actions/pom.xml | |
parent | 15c71171456cd61063f61923c3661a260415a4b9 (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>
Diffstat (limited to 'holmes-actions/pom.xml')
-rw-r--r-- | holmes-actions/pom.xml | 2 |
1 files changed, 1 insertions, 1 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>
|