From 0fbd261601775fa6ba66eee6164b0b2cd9242f08 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Wed, 6 Dec 2017 21:29:41 +0200 Subject: [PATCH] update version Change-Id: I89c7a6fd26497e0af6c31e3550fbfccda91a6c8f Issue-ID: SDC-684 Signed-off-by: Michael Lando --- pom.xml | 2 +- version.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index c277b0c..6e67b81 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.openecomp.sdc.jtosca jtosca - 1.1.19-SNAPSHOT + 1.2.0-SNAPSHOT sdc-jtosca diff --git a/version.properties b/version.properties index f842c49..8471f55 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=1 -patch=19 +minor=2 +patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6