diff options
author | Michael Lando <ml636r@att.com> | 2017-12-06 21:17:13 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2017-12-06 21:19:04 +0200 |
commit | b0065a0115e0ba8f5c9bb66f0d3fa410eeb6b615 (patch) | |
tree | afe11d717b1b494eba85603c1d2b25193bd8ab0b | |
parent | f5aae6f5cc67332d77ab95b7b2a7ac7c0e9c1850 (diff) |
update version
Change-Id: If2bc4410a2fe3aa7271336da60ecc2c07c130399
Issue-ID: SDC-684
Signed-off-by: Michael Lando <ml636r@att.com>
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ <groupId>org.openecomp.sdc.sdc-titan-cassandra</groupId> <artifactId>sdc-titan-cassandra</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <name>sdc-sdc-titan-cassandra</name> diff --git a/version.properties b/version.properties index bf3f0bf..07a4f83 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major=1 minor=0 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |