summaryrefslogtreecommitdiffstats
path: root/prh-commons/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'prh-commons/pom.xml')
-rw-r--r--prh-commons/pom.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/prh-commons/pom.xml b/prh-commons/pom.xml
index 08ce5fdb..fdfb6d66 100644
--- a/prh-commons/pom.xml
+++ b/prh-commons/pom.xml
@@ -10,12 +10,15 @@
<version>1.0.0-SNAPSHOT</version>
</parent>
- <groupId>org.onap.dcaegen2.services.commons</groupId>
- <artifactId>commons</artifactId>
-
- <version>1.0-SNAPSHOT</version>
+ <artifactId>prh-commons</artifactId>
+ <groupId>org.onap.dcaegen2.services.prh</groupId>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
+ <properties>
+ <main.basedir>${project.parent.basedir}</main.basedir>
+ </properties>
+
<dependencies>
<dependency>
<groupId>org.immutables</groupId>