diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-16 23:39:52 -0800 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-11-21 16:14:22 -0500 |
commit | 9abdb8ed70944d70fdf5cc659bced5fb1ce90544 (patch) | |
tree | 268b597c33c79ed920406df582be7543ac97aed1 | |
parent | b10a7484f4bce80d9fa41953051977b54c28386d (diff) |
Bump minor version
Bump minor version in preparation for Amsterdam
branching.
Change-Id: I204553664831d42411acaef33abc59b7f6553ec7
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -24,7 +24,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>com.att.ecompcntr</groupId> <artifactId>commonnbapi</artifactId> - <version>0.0.4-SNAPSHOT</version> + <version>0.1.4-SNAPSHOT</version> <packaging>war</packaging> <name>ccsdk-platform-nbapi</name> <description>ECOMPAPI to expose Cloudify REST</description> diff --git a/version.properties b/version.properties index 7a4ae64..f4bc849 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ release_name=0 -sprint_number=0 +sprint_number=1 feature_revision=4 base_version=${release_name}.${sprint_number}.${feature_revision} |