summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--holmes-actions/pom.xml6
-rw-r--r--pom.xml7
2 files changed, 7 insertions, 6 deletions
diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml
index e412348..3f79bcf 100644
--- a/holmes-actions/pom.xml
+++ b/holmes-actions/pom.xml
@@ -11,12 +11,12 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.holmes.actions</groupId>
- <artifactId>holmes-actions-parent</artifactId>
+ <groupId>org.onap.holmes.common</groupId>
+ <artifactId>holmes-common-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
- <name>holmes-actions-service</name>
+ <name>holmes-common-service</name>
<packaging>jar</packaging>
<artifactId>holmes-actions</artifactId>
<dependencies>
diff --git a/pom.xml b/pom.xml
index a978c81..2586488 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,11 +17,12 @@
<relativePath>../../oparent</relativePath>
</parent>
- <groupId>org.onap.holmes.actions</groupId>
- <artifactId>holmes-actions-parent</artifactId>
+ <groupId>org.onap.holmes.common</groupId>
+ <artifactId>holmes-common-parent</artifactId>
<packaging>pom</packaging>
+
<version>1.0.0-SNAPSHOT</version>
- <name>holmes-actions-parent</name>
+ <name>holmes-common-parent</name>
<modules>
<module>holmes-actions</module>
</modules>