diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-17 00:01:54 -0800 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-11-21 16:32:49 -0500 |
commit | 2812fb443458d6b4e1e4bd13cbe014b1cc99f500 (patch) | |
tree | 14e6b5ac06fcbfe307098b4be48896f4635cc2c5 | |
parent | d1bc529750385aefca8453ff97c86e282e9604e1 (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.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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} |