summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index df492da..8796614 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,12 +5,12 @@
<groupId>org.onap.testsuite.heatbridge</groupId>
<artifactId>heatbridge</artifactId>
<name>testsuite-heatbridge</name>
- <version>0.3.0-SNAPSHOT</version>
+ <version>0.3.1-SNAPSHOT</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-python</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
</parent>
<properties>
<wheel.name>${project.artifactId}-${python_version}-py2-none-any.whl</wheel.name>