From 05b2a83f8c47883fba48b1d8c2586752aef9192f Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Wed, 6 Dec 2017 21:33:55 +0200 Subject: update version Change-Id: Ia984d87709e73c05196b2e13ac069c8d2d38f9dd 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 f133349..ec6070d 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ sdc-tosca sdc-sdc-tosca SDC Tosca Parser JAR file for use by consumers - 1.1.56-SNAPSHOT + 1.2.0-SNAPSHOT jar diff --git a/version.properties b/version.properties index 87baeab..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=56 +minor=2 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg