aboutsummaryrefslogtreecommitdiffstats
path: root/prh-commons
diff options
context:
space:
mode:
authorpwielebs <piotr.wielebski@nokia.com>2018-05-07 16:58:20 +0200
committerpwielebs <piotr.wielebski@nokia.com>2018-05-14 13:28:50 +0200
commitcb85d68e8cce4e76ca1d613bdf17c280075f5c3d (patch)
tree163f34641b65931ab3aa8af25a16d99b41ad4393 /prh-commons
parenta393ae34963a919b842127cc8943a94f2d7c1bc7 (diff)
Fix for poms
Change-Id: I9f5b13f25cccf3f4cde292f5689d28d2e74896a9 Issue-ID: DCAEGEN2-451 Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
Diffstat (limited to 'prh-commons')
-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>