summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-17 00:01:54 -0800
committerDan Timoney <dtimoney@att.com>2017-11-21 16:32:49 -0500
commit2812fb443458d6b4e1e4bd13cbe014b1cc99f500 (patch)
tree14e6b5ac06fcbfe307098b4be48896f4635cc2c5
parentd1bc529750385aefca8453ff97c86e282e9604e1 (diff)
Bump patch versionamsterdam
Bump patch version in preparation for Amsterdam branching. Change-Id: I56a98c3c620d7204f50cf466e62fc4c5fc321b52 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-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}