summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-11-09 07:41:49 -0500
committerDan Timoney <dtimoney@att.com>2017-11-09 07:41:49 -0500
commit4588521e040bf27577a0c98db82d9809ef5a6698 (patch)
tree14e6b5ac06fcbfe307098b4be48896f4635cc2c5
parentd1bc529750385aefca8453ff97c86e282e9604e1 (diff)
Roll to version 1.0.1-SNAPSHOT
Roll to next release version Change-Id: I419b2259c424a679fbcc50af3c806b6f58b14976 Issue-ID: CCSDK-141 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 86d8b85..f9d1e7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<packaging>pom</packaging>
<groupId>org.onap.ccsdk.utils</groupId>
<artifactId>utils</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<name>ccsdk-utils</name>
<description>CCSDK Utilities</description>
diff --git a/version.properties b/version.properties
index edf2cd0..9785734 100644
--- a/version.properties
+++ b/version.properties
@@ -6,7 +6,7 @@
release_name=1
sprint_number=0
-feature_revision=0
+feature_revision=1
base_version=${release_name}.${sprint_number}.${feature_revision}