From d997d9df7c360035244171a9a1eb2c71728dd19c Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Wed, 6 Dec 2017 21:20:25 +0200 Subject: update version Change-Id: Iab9489d3ac67895a0bf2bec1dd144f12b94b871b 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 5551002..4b78068 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.1.0-SNAPSHOT sdc-sdc-titan-cassandra diff --git a/version.properties b/version.properties index bf3f0bf..0424f62 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=0 +minor=1 patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg