From b0065a0115e0ba8f5c9bb66f0d3fa410eeb6b615 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Wed, 6 Dec 2017 21:17:13 +0200 Subject: update version Change-Id: If2bc4410a2fe3aa7271336da60ecc2c07c130399 Issue-ID: SDC-684 Signed-off-by: Michael Lando --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3a185ff..402dfa0 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.openecomp.sdc.sdc-titan-cassandra sdc-titan-cassandra - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT sdc-sdc-titan-cassandra 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} -- cgit 1.2.3-korg