diff options
author | Dan Timoney <dtimoney@att.com> | 2017-11-09 07:27:57 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-11-09 07:27:57 -0500 |
commit | b10a7484f4bce80d9fa41953051977b54c28386d (patch) | |
tree | 8c4f3344b27b31bcbc004c1f7f161bb169043c2a | |
parent | f948056df2a7c0eaf77cf87e86583caec116d404 (diff) |
Roll to version 0.0.4-SNAPSHOT
Roll to next release version
Change-Id: I1c3ca40e0ea6d29f08ca380e444d7ca30a83ee0d
Issue-ID: CCSDK-141
Signed-off-by: Dan Timoney <dtimoney@att.com>
-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-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 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} |