aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>