diff options
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | rulemgt/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -24,7 +24,7 @@ <relativePath>../oparent</relativePath>
</parent>
- <groupId>org.openo.holmes</groupId>
+ <groupId>org.openo.holmes.rule-management</groupId>
<artifactId>holmes-rulemgt-parent</artifactId>
<packaging>pom</packaging>
<name>holmes-rulemgt-parent</name>
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> |