diff options
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.4.0-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.1.0-SNAPSHOT</version> </parent> <properties> <wheel.name>${project.artifactId}-${python_version}-py2-none-any.whl</wheel.name> |