diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-16 23:41:27 -0800 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-11-21 15:41:50 -0500 |
commit | 59c03e84d2c71ec6b3bca85fae1f7316ce5f9313 (patch) | |
tree | d136cce1f5d8bf56356015b7bddc739ddafb2e6e | |
parent | f948056df2a7c0eaf77cf87e86583caec116d404 (diff) |
Bump patch versionamsterdam
Bump patch version in preparation for Amsterdam
branching.
Change-Id: I608e77767af7c9ffc41d2ba43c85f3bcbfc0de40
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.3</version> + <version>0.0.4</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 02d10b9..7a4ae64 100644 --- a/version.properties +++ b/version.properties @@ -6,7 +6,7 @@ release_name=0 sprint_number=0 -feature_revision=3 +feature_revision=4 base_version=${release_name}.${sprint_number}.${feature_revision} |