From b10a7484f4bce80d9fa41953051977b54c28386d Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 9 Nov 2017 07:27:57 -0500 Subject: Roll to version 0.0.4-SNAPSHOT Roll to next release version Change-Id: I1c3ca40e0ea6d29f08ca380e444d7ca30a83ee0d Issue-ID: CCSDK-141 Signed-off-by: Dan Timoney --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index bec12c9..0dc7b49 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ 4.0.0 com.att.ecompcntr commonnbapi - 0.0.3 + 0.0.4-SNAPSHOT war ccsdk-platform-nbapi ECOMPAPI to expose Cloudify REST 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} -- cgit 1.2.3-korg