aboutsummaryrefslogtreecommitdiffstats
path: root/prh-commons
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-05-14 14:22:07 +0000
committerGerrit Code Review <gerrit@onap.org>2018-05-14 14:22:07 +0000
commit21c5efca0e8aef7f53b9bf6c2d6e6283de23e234 (patch)
tree3ecf64f3f6e03a846ff7e472e610ddadf692a94c /prh-commons
parent0dcc3f80f9fb982ee0a41c83cec000bd03144102 (diff)
parentcb85d68e8cce4e76ca1d613bdf17c280075f5c3d (diff)
Merge "Fix for poms"
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>