diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-28 16:54:10 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-28 16:54:10 -0800 |
commit | 3f93c07328add0291ea143cfe6428f261f56a3ea (patch) | |
tree | 36c6163ff4479ab6117c9b6487c0903f2b4fb6b7 | |
parent | b5665b72c102cd187a4cd6d0dd5442c98fef5a94 (diff) |
Bump minor version
Bump minor version in preparation for Amsterdam
branching.
Change-Id: I9d3952f33a710f876b01092ab90e86bb44a3c688
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-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> |