diff options
-rw-r--r-- | holmes-actions/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
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>
@@ -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>
|