diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2017-02-14 09:59:39 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2017-02-14 09:59:39 +0800 |
commit | f78b6aa4d53042b48bbf025f0be8e6f3b75e4bc4 (patch) | |
tree | 22d625cea3c78ffab8a8057c1a3c0e04a3eee00b /rulemgt | |
parent | 54109497451ea28966e4889ad2395a2740cd9b41 (diff) |
Change the maven group ID
Change-Id: I90ed1aab25c6b51d74ae677f47eb32b8a7675f19
Issue-ID: HOLMES-8
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'rulemgt')
-rw-r--r-- | rulemgt/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml index 239166a..f1e6bda 100644 --- a/rulemgt/pom.xml +++ b/rulemgt/pom.xml @@ -19,7 +19,7 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.openo.holmes</groupId> + <groupId>org.openo.holmes.rule-management</groupId> <artifactId>holmes-rulemgt-parent</artifactId> <version>1.1.0-SNAPSHOT</version> </parent> |