aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2017-08-18 17:39:12 -0400
committerDR695H <dr695h@att.com>2017-08-18 17:39:21 -0400
commit04e2273efaee0bd79a42d17ab009d2393d7581a2 (patch)
treeee3e37dbba0cebb61cc35fd90d90d29b528d56f6
parent7255e446ce150bc0dea57c46e96f9f83d77590d8 (diff)
adding in oparent to pom
[TEST-48] adding in oparent to pom to allow release to work Change-Id: Id3767d2d91c5fafca5f150039d9310f7031c9983 Signed-off-by: DR695H <dr695h@att.com>
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 6001d9a..1770604 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,6 +8,11 @@
<name>heatbridge</name>
<version>0.3</version>
<description>heatbridge used to stitch together some holes in the onap tests for release one</description>
+ <parent>
+ <groupId>org.onap.oparent</groupId>
+ <artifactId>oparent</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<wheel.name>${project.artifactId}-${project.version}-py2-none-any.whl</wheel.name>